Author: jhuntwork
Date: 2005-05-13 22:33:19 -0600 (Fri, 13 May 2005)
New Revision: 146

Modified:
   trunk/packages/gcc/Makefile
Log:
Removed CHOST flag from gcc pass2

Modified: trunk/packages/gcc/Makefile
===================================================================
--- trunk/packages/gcc/Makefile 2005-05-14 04:27:51 UTC (rev 145)
+++ trunk/packages/gcc/Makefile 2005-05-14 04:33:19 UTC (rev 146)
@@ -51,9 +51,9 @@
         patch -Np1 -i $(SRC)/$(PATCH1) && patch -Np1 -i $(SRC)/$(PATCH2) && \
         mkdir ../$(NM)-build && cd ../$(NM)-build && \
         ../$(DIR)/configure --prefix=$(WD) --libexecdir=$(WD)/lib 
--with-local-prefix=$(WD) --enable-clocale=gnu \
-        --enable-shared --enable-threads=posix --enable-__cxa_atexit 
--enable-languages=c,c++ --disable-libstdcxx-pch \
-        --host=$(CHOST) --target=$(CHOST) && \
-       make -j3 && make install ; fi
+        --enable-shared --enable-threads=posix --enable-__cxa_atexit \
+        --enable-languages=c,c++ --disable-libstdcxx-pch && \
+        make -j3 && make install ; fi
        @make clean
        @touch .pass2
 

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

Reply via email to