summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-08 15:10:42 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-08 15:10:42 +0000
commitf07cb579b63a64dde7c42260005b098fb7e23364 (patch)
treed1fbc5313b580dd5d63bd72f0dc549b95fbf86a3 /baserock-bootstrap
parenteecd5a7366e7be910d2981f2b017d918aafdd121 (diff)
downloadmorph-f07cb579b63a64dde7c42260005b098fb7e23364.tar.gz
Fix the path to eglibc's config.guess.
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 362c0caa..036b0b16 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -176,7 +176,7 @@ pass1_eglibc()
esac
../eglibc-2.14/libc/configure --prefix="$tools" \
- --host=$LFS_TGT --build=$(../eglibc-2.14/scripts/config.guess) \
+ --host=$LFS_TGT --build=$(../eglibc-2.14/libc/scripts/config.guess) \
--disable-profile --enable-add-ons \
--enable-kernel=2.6.25 --with-headers="$tools/include" \
--without-selinux --without-cvs \