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:
parent
1ef0dd0ad2
commit
1308e0a703
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue