OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 05-Aug-2009 23:04:27 Branch: HEAD Handle: 2009080522042700 Modified files: openpkg-src/gcc gcc.spec Log: pass MAKE variable also via environment to be sure it is seen and use the 2-stage compile by default now (instead of 3-stage compile) in order to speed-up build and install Summary: Revision Changes Path 1.158 +3 -2 openpkg-src/gcc/gcc.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gcc/gcc.spec ============================================================================ $ cvs diff -u -r1.157 -r1.158 gcc.spec --- openpkg-src/gcc/gcc.spec 18 Apr 2009 13:10:29 -0000 1.157 +++ openpkg-src/gcc/gcc.spec 5 Aug 2009 21:04:27 -0000 1.158 @@ -36,7 +36,7 @@ Group: Compiler License: GPL Version: %{V_full} -Release: 20080521 +Release: 20090805 # package options %option with_binutils yes @@ -216,7 +216,7 @@ l_boot_cflags="$l_boot_cflags -O0" l_libcxxflags="$l_libcxxflags -O0" %endif - maketarget="bootstrap-lean" + maketarget="bootstrap2-lean" %if "%{with_profile}" == "yes" # GCC >= 3.4 supports a "profiledbootstrap" target to build an # optimized version of itself through profiling. Because this @@ -234,6 +234,7 @@ esac # build the package + MAKE="%{l_make} %{l_mflags}" \ %{l_make} %{l_mflags} \ MAKE="%{l_make} %{l_mflags}" \ BOOT_CFLAGS="${l_boot_cflags}" \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org