diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-21 13:01:24 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-21 13:01:24 +0000 |
commit | 751259306716cf68a43bb57e31f4eb2d76600880 (patch) | |
tree | 93d0f85ece0d40825c047721b17539f2ed1a2a62 /binutils-1.morph | |
parent | e01686e2b8b883eca3cfd782837c94a071d697ee (diff) | |
download | binutils-redhat-baserock/bootstrap-pass1.tar.gz |
binutils: import morphsbaserock/bootstrap-pass1
Diffstat (limited to 'binutils-1.morph')
-rw-r--r-- | binutils-1.morph | 15 |
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" + ] +} + |