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