Author: jhuntwork
Date: 2006-03-04 16:16:41 -0700 (Sat, 04 Mar 2006)
New Revision: 1438
Modified:
trunk/packages/coreutils/Makefile
Log:
Fix stage1 build of coreutils for CROSS archs
Modified: trunk/packages/coreutils/Makefile
===================================================================
--- trunk/packages/coreutils/Makefile 2006-03-04 23:15:35 UTC (rev 1437)
+++ trunk/packages/coreutils/Makefile 2006-03-04 23:16:41 UTC (rev 1438)
@@ -35,7 +35,7 @@
echo "utils_cv_sys_open_max=1024" >> config.cache
CC="$${CC} $(64FLAGS)" \
./configure --prefix=$(WD) --cache-file=config.cache \
- --build=$(LFS_HOST) --target=$(LFS_TARGET)
+ --build=$(LFS_HOST) --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