On Wed, 2005-10-12 at 19:55 -0600, [EMAIL PROTECTED] wrote:
> Author: jhuntwork

> -ifeq ($(LFS-ARCH),x86_64)
> -export LFS_HOST=x86_64-cross-linux-gnu
> -export LFS_TARGET=x86_64-pc-linux-gnu
> -export LFS_TARGET32=i686-pc-linux-gnu
> -endif

These really need to stay up here, otherwise when you get to the tools
target you won't get very far, all the variables like CC, etc. don't
inherit the $(LFS_TARGET) portion of their declaration, not sure why but
they don't. Even though from what I've read in the documentation for
make it should but it doesn't.

--
Thomas
LFS User : 4729 / Linux User : 298329
kitt - Powered by: Linux 2.6.12.3
21:52:40 up 22 days, 13:37, 3 users, load average: 0.11, 0.12, 0.13

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to