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:12:40 Branch: HEAD Handle: 2009080522124000 Modified files: openpkg-src/gcc44 gcc44.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.47 +3 -2 openpkg-src/gcc44/gcc44.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gcc44/gcc44.spec ============================================================================ $ cvs diff -u -r1.46 -r1.47 gcc44.spec --- openpkg-src/gcc44/gcc44.spec 22 Jul 2009 19:01:39 -0000 1.46 +++ openpkg-src/gcc44/gcc44.spec 5 Aug 2009 21:12:40 -0000 1.47 @@ -38,7 +38,7 @@ Group: Compiler License: GPL Version: %{V_full} -Release: 20090722 +Release: 20090805 # package options %option with_binutils yes @@ -227,7 +227,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 @@ -251,6 +251,7 @@ %endif # 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