Skip to content

Commit

Permalink
Merge pull request #3669 from cms-sw/smuzaffar-patch-5
Browse files Browse the repository at this point in the history
gcc630: Enable old gcc4 ABI compatibility
  • Loading branch information
smuzaffar committed Jan 17, 2018
2 parents faebdf8 + 06de260 commit 015e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc.spec
Expand Up @@ -289,7 +289,7 @@ export LD_LIBRARY_PATH=%{i}/lib64:%{i}/lib:$LD_LIBRARY_PATH
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object \
--enable-plugin --with-linker-hash-style=gnu --enable-linker-build-id \
$CONF_GCC_OS_SPEC $CONF_GCC_WITH_LTO --with-gmp=%{i} --with-mpfr=%{i} --enable-bootstrap \
--with-mpc=%{i} --with-isl=%{i} --enable-checking=release \
--with-mpc=%{i} --with-isl=%{i} --with-default-libstdcxx-abi=gcc4-compatible --enable-checking=release \
--build=%{_build} --host=%{_host} --enable-libstdcxx-time=rt $CONF_GCC_ARCH_SPEC \
--enable-shared --disable-libgcj CC="$CC" CXX="$CXX" CPP="$CPP" CXXCPP="$CXXCPP" \
CFLAGS="-I%{i}/tmp/sw/include" CXXFLAGS="-I%{i}/tmp/sw/include" LDFLAGS="-L%{i}/tmp/sw/lib"
Expand Down

0 comments on commit 015e20b

Please sign in to comment.