summaryrefslogtreecommitdiff
path: root/stage2-make.morph
diff options
context:
space:
mode:
Diffstat (limited to 'stage2-make.morph')
-rw-r--r--stage2-make.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2-make.morph b/stage2-make.morph
index 91c16924..b37c93e5 100644
--- a/stage2-make.morph
+++ b/stage2-make.morph
@@ -4,7 +4,7 @@
"build-system": "autotools",
"configure-commands": [
"stage2-eglibc-fix-specs",
- "STAGE2_SYSROOT=\"$(dirname $(pwd))\" CPPFLAGS=\"-B$STAGE2_SYSROOT/tools --sysroot=$STAGE2_SYSROOT\" LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\" ./configure --prefix=\"$PREFIX\" --disable-nls --build=$BUILD --host=$TARGET_STAGE1"
+ "STAGE2_SYSROOT=\"$(dirname $(pwd))\" CPPFLAGS=\"--sysroot=$STAGE2_SYSROOT\" LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\" ./configure --prefix=\"$PREFIX\" --disable-nls --build=$BUILD --host=$TARGET_STAGE1"
],
"build-commands": [
"STAGE2_SYSROOT=\"$(dirname $(pwd))\" make"