Author: jhuntwork
Date: 2006-03-04 17:30:07 -0700 (Sat, 04 Mar 2006)
New Revision: 1443
Modified:
trunk/packages/gcc/Makefile
Log:
Shorten some variable names in gcc to match the CLFS book
Modified: trunk/packages/gcc/Makefile
===================================================================
--- trunk/packages/gcc/Makefile 2006-03-05 00:29:26 UTC (rev 1442)
+++ trunk/packages/gcc/Makefile 2006-03-05 00:30:07 UTC (rev 1443)
@@ -93,8 +93,7 @@
--enable-shared --enable-threads=posix --enable-__cxa_atexit \
--disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch
make $(CFLAGS_FOR_TARGET) $(CXXFLAGS_FOR_TARGET) \
- AS_FOR_TARGET="$(CROSS_WD)/bin/$(LFS_TARGET)-as" \
- LD_FOR_TARGET="$(CROSS_WD)/bin/$(LFS_TARGET)-ld" $(PM)
+ AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}" $(PM)
make install
ln -s gcc $(WD)/bin/cc
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page