summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-12-27 17:54:20 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-12-27 17:54:20 +0000
commitec942f099f34f35394368d9321ccfe2ebf59bed3 (patch)
tree1b13c57bc8516348ee884137626a08f441ad4024
parentef4ff5c50fad57844dcf0f6685de8089e94dfb6c (diff)
downloadbinutils-redhat-ec942f099f34f35394368d9321ccfe2ebf59bed3.tar.gz
Add morphology to build from v2.22 tarball
-rw-r--r--binutils.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils.morph b/binutils.morph
new file mode 100644
index 0000000000..548cc8b906
--- /dev/null
+++ b/binutils.morph
@@ -0,0 +1,9 @@
+{
+ "name": "binutils",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=\"$PREFIX\" --disable-nls --disable-werror"
+ ]
+}
+