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: 17-May-2007 10:08:50
Branch: HEAD Handle: 2007051709084900
Modified files:
openpkg-src/gcc gcc.spec
Log:
remove old tru64 crap
Summary:
Revision Changes Path
1.139 +1 -4 openpkg-src/gcc/gcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.138 -r1.139 gcc.spec
--- openpkg-src/gcc/gcc.spec 6 May 2007 22:17:08 -0000 1.138
+++ openpkg-src/gcc/gcc.spec 17 May 2007 08:08:49 -0000 1.139
@@ -37,7 +37,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20070507
+Release: 20070517
# package options
%option with_cxx yes
@@ -195,9 +195,6 @@
l_boot_cflags=""
l_libcflags="-g"
l_libcxxflags="-g"
- case "%{l_platform -t}" in
- alpha*-tru64* ) if [ ".$l_ccisgcc" = .no ]; then
l_libcflags="$l_libcflags -ieee"; fi ;;
- esac
# 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 && {
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]