Author: jhuntwork
Date: 2006-03-04 17:29:26 -0700 (Sat, 04 Mar 2006)
New Revision: 1442

Modified:
   trunk/packages/texinfo/Makefile
Log:
Fixes to texinfo - use proper gcc for cross-building - use a --host flag

Modified: trunk/packages/texinfo/Makefile
===================================================================
--- trunk/packages/texinfo/Makefile     2006-03-05 00:28:35 UTC (rev 1441)
+++ trunk/packages/texinfo/Makefile     2006-03-05 00:29:26 UTC (rev 1442)
@@ -29,7 +29,7 @@
 ifndef CROSS
        ./configure --prefix=$(WD)
 else   
-       CC="gcc $(64FLAGS)" ./configure --prefix=$(WD)
+       CC="$${CC} $(64FLAGS)" ./configure --prefix=$(WD) --host=$(LFS_TARGET)
 endif
        make $(PM)
        make install

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

Reply via email to