[leaf-commits] src/bering-uclibc4/source/buildenv buildtool.mk, 1.15, 1.16
Andrew <[email protected]> Sun, 12 Dec 2010 19:24:18 +0000
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/source/buildenv In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31194 Modified Files: buildtool.mk Log Message: Fixed build error in multi-threaded make for gcc-initial Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/buildenv/buildtool.mk,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** buildtool.mk 12 Dec 2010 15:44:35 -0000 1.15 --- buildtool.mk 12 Dec 2010 19:24:12 -0000 1.16 *************** *** 408,412 **** cp uname $(STAGING_DIR)/bin && chmod +x $(STAGING_DIR)/bin/uname cp gcc-m32 $(STAGING_DIR)/bin && chmod +x $(STAGING_DIR)/bin/gcc-m32 ! PATH=$(TARGET_PATH) $(MAKE) $(MAKEOPTS) -C $(GCC_BUILD_DIR1) \ AR_FOR_TARGET=$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-ar \ RANLIB_FOR_TARGET=$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-ranlib all-gcc all-stage1-target-libgcc --- 408,412 ---- cp uname $(STAGING_DIR)/bin && chmod +x $(STAGING_DIR)/bin/uname cp gcc-m32 $(STAGING_DIR)/bin && chmod +x $(STAGING_DIR)/bin/gcc-m32 ! PATH=$(TARGET_PATH) $(MAKE) -C $(GCC_BUILD_DIR1) \ AR_FOR_TARGET=$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-ar \ RANLIB_FOR_TARGET=$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-ranlib all-gcc all-stage1-target-libgcc ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev