From 1308e0a703c4e42a441a41fd9a9cfff347f7de1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 17 Jul 2018 17:41:47 +0200 Subject: [PATCH] gcc: drop gcc4 compatibility for libstdc++ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- srcpkgs/gcc/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gcc/template b/srcpkgs/gcc/template index 6533bb15bb8..7a1c369c668 100644 --- a/srcpkgs/gcc/template +++ b/srcpkgs/gcc/template @@ -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 " 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