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:09:48 Branch: HEAD Handle: 2009080522094800 Modified files: openpkg-src/gcc43 gcc43.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.76 +3 -2 openpkg-src/gcc43/gcc43.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gcc43/gcc43.spec ============================================================================ $ cvs diff -u -r1.75 -r1.76 gcc43.spec --- openpkg-src/gcc43/gcc43.spec 4 Aug 2009 19:30:22 -0000 1.75 +++ openpkg-src/gcc43/gcc43.spec 5 Aug 2009 21:09:48 -0000 1.76 @@ -38,7 +38,7 @@ Group: Compiler License: GPL Version: %{V_full} -Release: 20090804 +Release: 20090805 # package options %option with_binutils yes @@ -220,7 +220,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 @@ -238,6 +238,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