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: 05-Jun-2007 19:01:28
Branch: HEAD Handle: 2007060518012700
Modified files:
openpkg-src/gcc gcc.spec
Log:
remove obsolete platform hack
Summary:
Revision Changes Path
1.142 +1 -6 openpkg-src/gcc/gcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.141 -r1.142 gcc.spec
--- openpkg-src/gcc/gcc.spec 23 May 2007 05:56:08 -0000 1.141
+++ openpkg-src/gcc/gcc.spec 5 Jun 2007 17:01:27 -0000 1.142
@@ -37,7 +37,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20070523
+Release: 20070605
# package options
%option with_cxx yes
@@ -129,11 +129,6 @@
l_enable_threads="single"
%endif
- # override threads setting for platforms with known limitations
- case "%{l_platform -t}" in
- *-netbsd1.6* ) l_enable_threads="single" ;;
- esac
-
# determine language usage
l_enable_languages="c"
%if "%{with_cxx}" == "yes"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]