summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils.morph b/binutils.morph
new file mode 100644
index 0000000000..b72b2c9bf3
--- /dev/null
+++ b/binutils.morph
@@ -0,0 +1,15 @@
+{
+ "name": "binutils",
+ "kind": "chunk",
+ "configure-commands": [
+ "mkdir o",
+ "cd o && ../configure --prefix=/usr --disable-nls --disable-werror"
+ ],
+ "build-commands": [
+ "cd o && make"
+ ],
+ "install-commands": [
+ "cd o && make DESTDIR=\"$DESTDIR\" install"
+ ]
+}
+