summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-21 15:19:24 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-21 15:19:24 +0100
commit64925e37b9d136b0b4bcce5aa69f903825d6d6e4 (patch)
treee3a928abff9c8897202f8e410ba2d691ee5302b3
parente01686e2b8b883eca3cfd782837c94a071d697ee (diff)
downloadbinutils-redhat-baserock/morph.tar.gz
bintuils: import morphologybaserock/morph
-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"
+ ]
+}
+