gcc: drop gcc4 compatibility for libstdc++

The compatibility setting is causing trouble with packages
like Qt5 (see #509). In case there are any packages using
libstdc++ which have not yet been rebuilt with gcc6 or gcc7,
they may now fail to link, in which case they need to be built
with the current g++.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-07-17 17:41:47 +02:00
parent 1ef0dd0ad2
commit 1308e0a703
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ _isl_version=0.16.1
pkgname=gcc
version=${_majorver}.0
revision=3
revision=4
short_desc="The GNU C Compiler"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://gcc.gnu.org"
@ -207,7 +207,6 @@ do_configure() {
_args+=" --with-linker-hash-style=$_hash"
_args+=" --disable-libunwind-exceptions"
_args+=" --disable-target-libiberty"
_args+=" --with-default-libstdcxx-abi=gcc4-compatible"
_args+=" --enable-languages=${_langs}"
mkdir -p build