From f07cb579b63a64dde7c42260005b098fb7e23364 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Thu, 8 Mar 2012 15:10:42 +0000 Subject: Fix the path to eglibc's config.guess. --- baserock-bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baserock-bootstrap') 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 \ -- cgit v1.2.1