OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 02-Jul-2003 09:48:25
Branch: HEAD Handle: 2003070208482401
Modified files:
openpkg-src/gcc32 gcc32.spec
openpkg-web news.txt
Log:
cleanup again the build flags to 100% match those in the 'gcc' package
Summary:
Revision Changes Path
1.4 +9 -11 openpkg-src/gcc32/gcc32.spec
1.5144 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc32/gcc32.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 gcc32.spec
--- openpkg-src/gcc32/gcc32.spec 1 Jul 2003 13:34:13 -0000 1.3
+++ openpkg-src/gcc32/gcc32.spec 2 Jul 2003 07:48:25 -0000 1.4
@@ -38,7 +38,7 @@
Group: Language
License: GPL
Version: %{V_full}
-Release: 20030701
+Release: 20030702
# package options
%option with_cxx yes
@@ -135,30 +135,28 @@
`find . -name Makefile -type f -print`
# determine build flags
- l_boot_cflags=""
l_cflags=""
+ l_boot_cflags=""
l_libcflags="-g"
l_libcxxflags="-g"
%if "%{with_binutils}" == "yes"
# at least GNU as from GNU binutils supports -pipe always
- l_cflags="$l_cflags -pipe"
- l_libcflags="$l_libcflags -pipe"
+ l_boot_cflags="$l_boot_cflags -pipe"
l_libcxxflags="$l_libcxxflags -pipe"
%endif
%if "%{with_optimize}" == "yes"
# conservatively optimize the generated program code
# (also _tune_ for particular CPUs, but _without_ requiring these CPUs!)
- l_cflags="$l_cflags -O2 -fomit-frame-pointer -funroll-loops"
+ l_cflags="$l_cflags -O"
+ l_boot_cflags="$l_boot_cflags -O2 -fomit-frame-pointer -funroll-loops"
case "%{l_target}" in
- *x86-* ) l_cflags="$l_cflags -mcpu=pentium3" ;;
- *sparc64-* ) l_cflags="$l_cflags -mtune=v9" ;;
+ *x86-* ) l_boot_cflags="$l_boot_cflags -mcpu=pentium3" ;;
+ *sparc64-* ) l_boot_cflags="$l_boot_cflags -mtune=v9" ;;
esac
- l_libcflags="$l_libcflags -O"
- l_libcxxflags="$l_libcxxflags -O -fno-implicit-templates"
+ l_libcxxflags="$l_libcxxflags -O2 -fno-implicit-templates"
%else
# else do no optimizations at all to reduce problems to minimum in advance
- l_cflags="$l_cflags -O0"
- l_libcflags="$l_libcflags -O0"
+ l_boot_cflags="$l_boot_cflags -O0"
l_libcxxflags="$l_libcxxflags -O0"
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5143 -r1.5144 news.txt
--- openpkg-web/news.txt 2 Jul 2003 07:47:39 -0000 1.5143
+++ openpkg-web/news.txt 2 Jul 2003 07:48:24 -0000 1.5144
@@ -1,3 +1,4 @@
+02-Jul-2003: Upgraded package: P<gcc32-3.2.3-20030702>
02-Jul-2003: Upgraded package: P<php-4.3.2-20030702>
02-Jul-2003: Upgraded package: P<postfix-2.0.13-20030702>
02-Jul-2003: Upgraded package: P<gcc-3.3-20030702>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]