packages (GCC_4_4): gcc/gcc.spec - update skip check_so with libstdc++ (ac ...

glen glen at pld-linux.org
Wed Jan 18 19:46:04 CET 2012


Author: glen                         Date: Wed Jan 18 18:46:04 2012 GMT
Module: packages                      Tag: GCC_4_4
---- Log message:
- update skip check_so with libstdc++ (ac glibc does not see ___tls_get_addr (imho rpm-build-macros bug as it is similarily invisible in th too)

---- Files affected:
packages/gcc:
   gcc.spec (1.602.2.4 -> 1.602.2.5) 

---- Diffs:

================================================================
Index: packages/gcc/gcc.spec
diff -u packages/gcc/gcc.spec:1.602.2.4 packages/gcc/gcc.spec:1.602.2.5
--- packages/gcc/gcc.spec:1.602.2.4	Wed Jan 18 19:44:58 2012
+++ packages/gcc/gcc.spec	Wed Jan 18 19:45:59 2012
@@ -186,7 +186,9 @@
 %define		filterout_ld	-Wl,--as-needed
 
 # TODO: correct these or document
-%define		skip_post_check_so	libxmlj.so.0.0.0 libgcj-tools.so.10.0.0 lib-gnu-awt-xlib.so.10.0.0 libmudflap.so.0.0.0 libmudflapth.so.0.0.0
+%define		skip_so_java	libxmlj.so.0.0.0 libgcj-tools.so.10.0.0 lib-gnu-awt-xlib.so.10.0.0 libmudflap.so.0.0.0 libmudflapth.so.0.0.0
+# libstdc++.so.6.0.13 symbol: ___tls_get_addr
+%define		skip_post_check_so	libstdc\\+\\+.so.6.0.* %{skip_so_java}
 
 %description
 A compiler aimed at integrating all the optimizations and features
@@ -2303,6 +2305,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.602.2.5  2012/01/18 18:45:59  glen
+- update skip check_so with libstdc++ (ac glibc does not see ___tls_get_addr (imho rpm-build-macros bug as it is similarily invisible in th too)
+
 Revision 1.602.2.4  2012/01/18 18:44:58  glen
 - disable hash-style and build-id patches in bootstrap
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcc/gcc.spec?r1=1.602.2.4&r2=1.602.2.5&f=u



More information about the pld-cvs-commit mailing list