rpms/gcc/devel gcc41-pr28482.patch,1.1,1.2

Jakub Jelinek (jakub) fedora-extras-commits at redhat.com
Thu May 3 22:15:43 UTC 2007


Author: jakub

Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12692

Modified Files:
	gcc41-pr28482.patch 
Log Message:
4.1.2-12

gcc41-pr28482.patch:

Index: gcc41-pr28482.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc41-pr28482.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc41-pr28482.patch	3 May 2007 21:56:10 -0000	1.1
+++ gcc41-pr28482.patch	3 May 2007 22:15:08 -0000	1.2
@@ -5,18 +5,15 @@
 
 --- libgomp/configure.tgt.jj	2007-04-20 12:55:40.000000000 +0200
 +++ libgomp/configure.tgt	2007-05-02 17:32:15.000000000 +0200
-@@ -11,14 +11,11 @@
+@@ -11,11 +11,8 @@
  #  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
-   case "${target}" in
- 
-     *-*-linux*)
+ if test $have_tls = yes && test "$with_gnu_ld" = "yes"; then
  	XCFLAGS="${XCFLAGS} -ftls-model=initial-exec"
 -	XLDFLAGS="${XLDFLAGS} -Wl,-z,nodlopen"
- 	;;
-   esac
  fi
+ 
+ # Since we require POSIX threads, assume a POSIX system by default.




More information about the fedora-extras-commits mailing list