From 64925e37b9d136b0b4bcce5aa69f903825d6d6e4 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 21 May 2012 15:19:24 +0100 Subject: bintuils: import morphology --- binutils.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 binutils.morph 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" + ] +} + -- cgit v1.2.1