Author: alexander
Date: 2005-06-22 22:29:44 -0600 (Wed, 22 Jun 2005)
New Revision: 265

Modified:
   trunk/packages/gcc/Makefile
Log:
Added --enable-languages=c to gcc-pass1 to match the book

Modified: trunk/packages/gcc/Makefile
===================================================================
--- trunk/packages/gcc/Makefile 2005-06-23 02:54:23 UTC (rev 264)
+++ trunk/packages/gcc/Makefile 2005-06-23 04:29:44 UTC (rev 265)
@@ -26,7 +26,7 @@
        @if [ ! -f $(WD)/bin/$(NM) ] ; then unpack $(SRC)/$(FILE) && cd $(DIR) 
&& \
         mkdir ../$(NM)-build && cd ../$(NM)-build && \
         ../$(DIR)/configure --prefix=$(WD) --libexecdir=$(WD)/lib 
--with-local-prefix=$(WD) \
-        --disable-nls --enable-shared && \
+        --disable-nls --enable-shared --enable-languages=c && \
         make -j3 bootstrap && \
         make install && ln -s gcc $(WD)/bin/cc ; fi
        @make clean

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

Reply via email to