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: 12-Mar-2008 17:42:45
Branch: HEAD Handle: 2008031216424400
Modified files:
openpkg-src/gcc gcc.spec
Log:
sync with gcc43 package
Summary:
Revision Changes Path
1.155 +9 -7 openpkg-src/gcc/gcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.154 -r1.155 gcc.spec
--- openpkg-src/gcc/gcc.spec 11 Mar 2008 21:09:00 -0000 1.154
+++ openpkg-src/gcc/gcc.spec 12 Mar 2008 16:42:44 -0000 1.155
@@ -36,7 +36,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20080311
+Release: 20080312
# package options
%option with_binutils yes
@@ -117,12 +117,14 @@
# determine ld(1) and as(1) usage
l_with_gnu_ld_as=""
- LD="%{l_tool_locate ld ld}"
- AS="%{l_tool_locate as as}"
- echo "$LD" | grep "^/" >/dev/null &&
l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-ld=\"$LD\""
- echo "$AS" | grep "^/" >/dev/null &&
l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-as=\"$AS\""
- "$LD" --version </dev/null 2>/dev/null | grep "^GNU ld "
>/dev/null && l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-ld"
- "$AS" --version </dev/null 2>/dev/null | grep "^GNU assembler "
>/dev/null && l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-as"
+ LD=%{l_tool_locate ld ld}
+ AS=%{l_tool_locate as as}
+ echo $LD | grep '^/' >/dev/null && l_with_gnu_ld_as="${l_with_gnu_ld_as}
--with-ld=$LD"
+ echo $AS | grep '^/' >/dev/null && l_with_gnu_ld_as="${l_with_gnu_ld_as}
--with-as=$AS"
+ $LD --version </dev/null 2>/dev/null | grep "^GNU ld " >/dev/null
&& l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-ld"
+ $AS --version </dev/null 2>/dev/null | grep "^GNU assembler " >/dev/null
&& l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-as"
+ unset LD
+ unset AS
# determine threads usage
%if "%{with_threads}" == "yes"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]