Revision: 5353
http://ipcop.svn.sourceforge.net/ipcop/?rev=5353&view=rev
Author: gespinasse
Date: 2011-01-17 06:25:05 +0000 (Mon, 17 Jan 2011)
Log Message:
-----------
We don't use openmp and mudflap, so disable corresponding libs
That will reduce time for build and test, and reduce gcc errors to 4 on 486
build
Modified Paths:
--------------
ipcop/trunk/lfs/gcc
Modified: ipcop/trunk/lfs/gcc
===================================================================
--- ipcop/trunk/lfs/gcc 2011-01-16 21:54:39 UTC (rev 5352)
+++ ipcop/trunk/lfs/gcc 2011-01-17 06:25:05 UTC (rev 5353)
@@ -189,6 +189,7 @@
cat $(DIR_SRC)/config/gcc/startfiles
>>gcc/config/$$HEADER; \
done
+ # we don't use openmp and mudflap, so disable that
cd $(DIR_SRC)/gcc-build && \
CC="$(LFS_TGT)-gcc -B/$(TOOLS_DIR)/lib/" \
AR=$(LFS_TGT)-ar \
@@ -203,6 +204,8 @@
--enable-__cxa_atexit \
--enable-languages=c,c++ \
--disable-libstdcxx-pch \
+ --disable-libmudflap \
+ --disable-libgomp \
$(SETTINGS) \
$(TUNEOPTIONS) \
--disable-bootstrap \
@@ -241,6 +244,7 @@
cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/gcc-4.4.5_fpie-1.patch
cd $(DIR_APP) && patch -Np1 -i
$(DIR_PATCHES)/gcc-4.4.5_fstack-protector-1.patch
+ # we don't use openmp and mudflap, so disable that
cd $(DIR_SRC)/gcc-build && \
../$(THISAPP)/configure \
--prefix=/usr \
@@ -252,6 +256,8 @@
--enable-__cxa_atexit \
--enable-clocale=gnu \
--enable-languages=c,c++ \
+ --disable-libmudflap \
+ --disable-libgomp \
$(SETTINGS) \
$(TUNEOPTIONS) \
--disable-bootstrap
@@ -300,5 +306,5 @@
ln -sfv gcc /usr/bin/cc
endif # base
- rm -rf $(DIR_APP) $(DIR_SRC)/gcc-build
+ @rm -rf $(DIR_APP) $(DIR_SRC)/gcc-build
@$(POSTBUILD)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn