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: 09-Sep-2003 12:05:29
Branch: HEAD Handle: 2003090911052702
Modified files:
openpkg-src/gcc34 gcc34.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.15 +7 -7 openpkg-src/gcc34/gcc34.spec
1.6469 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc34/gcc34.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 gcc34.spec
--- openpkg-src/gcc34/gcc34.spec 3 Sep 2003 18:53:06 -0000 1.14
+++ openpkg-src/gcc34/gcc34.spec 9 Sep 2003 10:05:29 -0000 1.15
@@ -38,7 +38,7 @@
Group: Compiler
License: GPL
Version: %{V_full}s%{V_snap}
-Release: 20030903
+Release: 20030909
# package options
%option with_cxx yes
@@ -54,8 +54,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, make, flex, bison, texinfo
-PreReq: OpenPKG, openpkg >= 20030103
+BuildPreReq: OpenPKG, openpkg >= 20030909, make, flex, bison, texinfo
+PreReq: OpenPKG, openpkg >= 20030909
%if "%{with_binutils}" == "yes"
BuildPreReq: binutils >= 2.13
PreReq: binutils >= 2.13
@@ -88,7 +88,7 @@
l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-ld
--with-ld=%{l_prefix}/bin/ld"
l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-as
--with-as=%{l_prefix}/bin/as"
%else
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-linux* | *-freebsd* )
l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-as --with-gnu-ld"
;;
@@ -151,9 +151,9 @@
# (also _tune_ for particular CPUs, but _without_ requiring these CPUs!)
l_cflags="$l_cflags -O"
l_boot_cflags="$l_boot_cflags -O2 -fomit-frame-pointer -funroll-loops"
- case "%{l_target}" in
- *x86-* ) l_boot_cflags="$l_boot_cflags -mtune=pentium3" ;;
- *sparc64-* ) l_boot_cflags="$l_boot_cflags -mtune=v9" ;;
+ case "%{l_platform -t}" in
+ *i?86-* ) l_boot_cflags="$l_boot_cflags -mtune=pentium3" ;;
+ *sun4u-* ) l_boot_cflags="$l_boot_cflags -mtune=v9" ;;
esac
l_libcxxflags="$l_libcxxflags -O2 -fno-implicit-templates"
%else
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6468 -r1.6469 news.txt
--- openpkg-web/news.txt 9 Sep 2003 09:52:13 -0000 1.6468
+++ openpkg-web/news.txt 9 Sep 2003 10:05:27 -0000 1.6469
@@ -1,3 +1,4 @@
+09-Sep-2003: Upgraded package: P<gcc34-3.4s20030903-20030909>
09-Sep-2003: Upgraded package: P<gcc32-3.2.3-20030909>
09-Sep-2003: Upgraded package: P<gcc-3.3.1-20030909>
09-Sep-2003: Upgraded package: P<cpu-1.4.0a-20030909>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]