OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-May-2004 08:58:26
Branch: HEAD Handle: 2004053007582600
Modified files:
openpkg-src/gcc gcc.spec
Log:
apply knowledge from onsite gcc deployments and override threads
setting for platforms with known limitations
Summary:
Revision Changes Path
1.95 +6 -1 openpkg-src/gcc/gcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.94 -r1.95 gcc.spec
--- openpkg-src/gcc/gcc.spec 12 May 2004 13:11:08 -0000 1.94
+++ openpkg-src/gcc/gcc.spec 30 May 2004 06:58:26 -0000 1.95
@@ -42,7 +42,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20040512
+Release: 20040530
# package options
%option with_cxx yes
@@ -149,6 +149,11 @@
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"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]