[arch-commits] CVS update of core/base/gcc-libs (PKGBUILD libgomp-dlopen-fix.patch)

Jan de Groot jgc at archlinux.org
Sun Feb 3 22:24:59 UTC 2008


    Date: Sunday, February 3, 2008 @ 17:24:59
  Author: jgc
    Path: /home/cvs-core/core/base/gcc-libs

Modified: PKGBUILD (1.7 -> 1.8) libgomp-dlopen-fix.patch (1.1 -> 1.2)

upgpkg: gcc-libs 4.2.3-2
Fix FS#8076
Add texinfo makedepend


--------------------------+
 PKGBUILD                 |    8 ++++----
 libgomp-dlopen-fix.patch |   17 +++++++----------
 2 files changed, 11 insertions(+), 14 deletions(-)


Index: core/base/gcc-libs/PKGBUILD
diff -u core/base/gcc-libs/PKGBUILD:1.7 core/base/gcc-libs/PKGBUILD:1.8
--- core/base/gcc-libs/PKGBUILD:1.7	Sun Feb  3 13:59:48 2008
+++ core/base/gcc-libs/PKGBUILD	Sun Feb  3 17:24:59 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.7 2008/02/03 18:59:48 jgc Exp $
+# $Id: PKGBUILD,v 1.8 2008/02/03 22:24:59 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gcc-libs
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 #_snapshot=4.2.3-RC-20080125
 pkgdesc="Runtime libraries shipped by GCC for C and C++ languages"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 groups=('base')
 url="http://gcc.gnu.org"
 depends=('glibc>=2.7')
-makedepends=('binutils>=2.18-3' 'gcc>=4.2.2' 'mpfr>=2.3.1')
+makedepends=('binutils>=2.18-3' 'gcc>=4.2.2' 'mpfr>=2.3.1' 'texinfo')
 conflicts=('gcc-fortran' 'gcc-objc')
 provides=('gcc-fortran' 'gcc-objc')
 options=('!libtool' '!emptydirs')
@@ -25,7 +25,7 @@
          '0c81e6acf609ef0318e91bdb0d84cd6c'
          '8fc86e4c4d1f4ec8b226307d39fbd9e3'
          '611fbd749019f0ce2fad36fda17e93dd'
-         'ccb143ce1f8a09d5ffa9cf0a39ba4a78')
+         'af989249a4a72f6251ed72e51318b5e0')
 
 build() {
   if ! locale -a | grep ^de_DE; then
Index: core/base/gcc-libs/libgomp-dlopen-fix.patch
diff -u core/base/gcc-libs/libgomp-dlopen-fix.patch:1.1 core/base/gcc-libs/libgomp-dlopen-fix.patch:1.2
--- core/base/gcc-libs/libgomp-dlopen-fix.patch:1.1	Wed Sep 19 15:54:41 2007
+++ core/base/gcc-libs/libgomp-dlopen-fix.patch	Sun Feb  3 17:24:59 2008
@@ -1,17 +1,14 @@
---- trunk/libgomp/configure.tgt	2007/05/04 19:20:28	124444
-+++ trunk/libgomp/configure.tgt	2007/05/04 19:21:18	124445
-@@ -11,14 +11,11 @@
- #  XLDFLAGS		Add extra link flags to use.
- 
- # Optimize TLS usage by avoiding the overhead of dynamic allocation.
--# This does require that the library be present during process 
--# startup, so mark the library as not to be dlopened.
- if test $have_tls = yes ; then
+diff -Naur ./libgomp/configure.tgt ../../gcc-4.2.0/libgomp/configure.tgt
+--- ./libgomp/configure.tgt	2006-12-02 18:02:00.000000000 -0200
++++ ../../gcc-4.2.0/libgomp/configure.tgt	2007-07-07 15:24:51.000000000 -0300
+@@ -17,8 +17,8 @@
    case "${target}" in
  
      *-*-linux*)
- 	XCFLAGS="${XCFLAGS} -ftls-model=initial-exec"
+-	XCFLAGS="${XCFLAGS} -ftls-model=initial-exec"
 -	XLDFLAGS="${XLDFLAGS} -Wl,-z,nodlopen"
++#	XCFLAGS="${XCFLAGS} -ftls-model=initial-exec"
++#	XLDFLAGS="${XLDFLAGS} -Wl,-z,nodlopen"
  	;;
    esac
  fi




More information about the arch-commits mailing list