OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 14-Nov-2006 13:22:54 Branch: HEAD Handle: 2006111412225300 Modified files: openpkg-src/gcc42 gcc42.spec Log: synchronize with gcc package Summary: Revision Changes Path 1.46 +7 -1 openpkg-src/gcc42/gcc42.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gcc42/gcc42.spec ============================================================================ $ cvs diff -u -r1.45 -r1.46 gcc42.spec --- openpkg-src/gcc42/gcc42.spec 8 Nov 2006 08:00:56 -0000 1.45 +++ openpkg-src/gcc42/gcc42.spec 14 Nov 2006 12:22:53 -0000 1.46 @@ -38,7 +38,7 @@ Group: Compiler License: GPL Version: %{V_full}s%{V_snap} -Release: 20061108 +Release: 20061114 # package options %option with_cxx yes @@ -49,6 +49,7 @@ %option with_profile no %option with_binutils yes %option with_threads yes +%option with_multilib no %option with_gcc no # list of sources @@ -190,6 +191,11 @@ %if "%{with_java}" == "yes" --with-system-zlib \ %endif +%if "%{with_multilib}" == "yes" + --enable-multilib \ +%else + --disable-multilib \ +%endif ${l_with_gnu_ld_as} # determine build flags @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org