]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- symvers.patch not needed any more (http://gcc.gnu.org/PR52700 fixed).
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 20 Jun 2012 14:39:26 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adjust --enable-symvers configure switch.

Changed files:
    gcc-symvers.patch -> 1.4
    gcc.spec -> 1.699

gcc-symvers.patch [deleted file]
gcc.spec

diff --git a/gcc-symvers.patch b/gcc-symvers.patch
deleted file mode 100644 (file)
index 94053c0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- libstdc++-v3/configure.orig        2012-03-02 08:13:55.000000000 +0100
-+++ libstdc++-v3/configure     2012-03-25 12:31:53.278684698 +0200
-@@ -64773,7 +64773,7 @@
-                       esac
- else
--  enable_symvers=yes
-+  enable_symvers=gnu-versioned-namespace
- fi
---- libstdc++-v3/configure.ac.orig     2012-03-25 12:31:14.966921062 +0200
-+++ libstdc++-v3/configure.ac  2012-03-25 12:30:07.363809031 +0200
-@@ -308,7 +308,7 @@
- GCC_HEADER_STDINT(include/gstdint.h)
--GLIBCXX_ENABLE_SYMVERS([yes])
-+GLIBCXX_ENABLE_SYMVERS([gnu-versioned-namespace])
- AC_SUBST(libtool_VERSION)
- GLIBCXX_ENABLE_LIBSTDCXX_VISIBILITY([yes])
index 09a8aec581fe38e3738af2ce2c5a6cc8a9f56166..8184d512e21ffd73386645f0cda3d7031de4dd6c 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -105,7 +105,6 @@ Patch4:             %{name}-sparc64-ada_fix.patch
 Patch6:                %{name}-ppc64-m32-m64-multilib-only.patch
 Patch7:                %{name}-libjava-multilib.patch
 Patch8:                %{name}-enable-java-awt-qt.patch
-Patch9:                %{name}-symvers.patch
 Patch10:       %{name}-moresparcs.patch
 Patch13:       issue4664051.patch
 URL:           http://gcc.gnu.org/
@@ -1485,9 +1484,6 @@ Statyczna biblioteka języka Go - wersja 32-bitowa.
 %if %{with qt}
 %patch8 -p1
 %endif
-%if %{with symvers}
-%patch9 -p0
-%endif
 # update if you need it
 #%patch10 -p1
 
@@ -1582,7 +1578,7 @@ TEXCONFIG=false \
        --enable-libstdcxx-allocator=new \
        --enable-libstdcxx-threads \
        --enable-libstdcxx-time=rt \
-       %{!?with_symvers:--enable-symvers=gnu} \
+       --enable-symvers=gnu%{?with_symvers:-versioned-namespace} \
 %endif
 %if %{with java}
        --enable-static-libjava=yes \
This page took 0.156608 seconds and 4 git commands to generate.