SPECS (AC-branch): gcc.spec - added --enable-symvers=gnu as hack t...
qboosh
qboosh at pld-linux.org
Mon Dec 12 22:02:50 CET 2005
Author: qboosh Date: Mon Dec 12 21:02:50 2005 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- added --enable-symvers=gnu as hack to generate libstdc++32 compatible with
32-bit libstdc++
---- Files affected:
SPECS:
gcc.spec (1.241.2.26 -> 1.241.2.27)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.241.2.26 SPECS/gcc.spec:1.241.2.27
--- SPECS/gcc.spec:1.241.2.26 Mon Dec 12 13:43:19 2005
+++ SPECS/gcc.spec Mon Dec 12 22:02:42 2005
@@ -1278,6 +1278,8 @@
rm -rf obj-%{_target_platform} && install -d obj-%{_target_platform} && cd obj-%{_target_platform}
+# NOTE: enable-symvers is a hack to enforce versioned symbols in (multilib)
+# 32-bit libstdc++ (to workaround broken -lgcc_s(_32) check in configure)
CFLAGS="%{rpmcflags}" \
CXXFLAGS="%{rpmcflags}" \
TEXCONFIG=false \
@@ -1288,6 +1290,7 @@
--infodir=%{_infodir} \
--mandir=%{_mandir} \
--enable-shared \
+ --enable-symvers=gnu \
--enable-threads=posix \
--enable-__cxa_atexit \
--enable-languages="c%{?with_cxx:,c++}%{?with_fortran:,f77}%{?with_objc:,objc}%{?with_ada:,ada}%{?with_java:,java}%{?with_ksi:,ksi}" \
@@ -1908,6 +1911,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.241.2.27 2005/12/12 21:02:42 qboosh
+- added --enable-symvers=gnu as hack to generate libstdc++32 compatible with
+ 32-bit libstdc++
+
Revision 1.241.2.26 2005/12/12 12:43:19 qboosh
- avoid -m64 in optflags on sparc64 (conflicts with multilib)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.241.2.26&r2=1.241.2.27&f=u
More information about the pld-cvs-commit
mailing list