OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Jun-2007 16:11:50
Branch: HEAD Handle: 2007061115115000
Modified files:
openpkg-src/gcc gcc.spec
Log:
avoid hang in GNU ld/as detection when non-GNU utility reads from
stdin (one more time)
Summary:
Revision Changes Path
1.144 +2 -2 openpkg-src/gcc/gcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.143 -r1.144 gcc.spec
--- openpkg-src/gcc/gcc.spec 8 Jun 2007 14:16:17 -0000 1.143
+++ openpkg-src/gcc/gcc.spec 11 Jun 2007 14:11:50 -0000 1.144
@@ -37,7 +37,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20070608
+Release: 20070611
# package options
%option with_cxx yes
@@ -192,7 +192,7 @@
l_libcxxflags="-g"
# at least GNU as from GNU binutils supports -pipe always
AS="%{l_tool_locate as as}"
- "$AS" --version 2>/dev/null | grep "^GNU assembler " >/dev/null && {
+ "$AS" --version </dev/null 2>/dev/null | grep "^GNU assembler "
>/dev/null && {
l_boot_cflags="$l_boot_cflags -pipe";
l_libcxxflags="$l_libcxxflags -pipe";
}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]