summaryrefslogtreecommitdiff
path: root/stage1-binutils.morph
diff options
context:
space:
mode:
Diffstat (limited to 'stage1-binutils.morph')
-rw-r--r--stage1-binutils.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/stage1-binutils.morph b/stage1-binutils.morph
new file mode 100644
index 0000000000..49c469fbdc
--- /dev/null
+++ b/stage1-binutils.morph
@@ -0,0 +1,8 @@
+{
+ "name": "stage1-binutils",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=\"$PREFIX\" --disable-nls --disable-werror \\\n --build=$(sh config.guess) \\\n --host=$(sh config.guess) \\\n --target=$TARGET_STAGE1 \\\n --with-sysroot=\"/\" --with-lib-path=\"=$PREFIX/lib\"\n"
+ ]
+}