summaryrefslogtreecommitdiff
path: root/stage2-gcc.morph.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stage2-gcc.morph.yaml')
-rw-r--r--stage2-gcc.morph.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2-gcc.morph.yaml b/stage2-gcc.morph.yaml
index 7514beb40e..7926927438 100644
--- a/stage2-gcc.morph.yaml
+++ b/stage2-gcc.morph.yaml
@@ -41,7 +41,7 @@ configure-commands:
export CC="$TARGET_STAGE1-gcc --sysroot=$STAGE2_SYSROOT"
export LDFLAGS="-Wl,--sysroot=$STAGE2_SYSROOT"
cd o && ../configure \
- $(morph-arch-config) \
+ $(./morph-arch-config) \
`# [1]` --build=$(sh ../config.guess) \
--host=$TARGET_STAGE1 \
--target=$TARGET_STAGE1 \