1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00

fix g++ 4.9.3 for Travis CI

This commit is contained in:
stefanocasazza 2016-05-13 17:21:32 +02:00
parent ad344f5272
commit 14c5da6b18
2 changed files with 6 additions and 0 deletions

3
configure vendored
View File

@ -30630,6 +30630,9 @@ if test "$gcc_version" = "5.3.1"; then
if test "$gcc_v" = "gcc (Ubuntu 5.3.1-14ubuntu2) 5.3.1 20160413"; then
ULIB_LIBS="$ULIB_LIBS -lgcc_s -lgcc"
fi
# TRAVIS CI
elif test "$gcc_version" = "4.9.3"; then
ULIB_LIBS="$ULIB_LIBS -lgcc_s -lgcc"
fi
# Check for availablity of "old style" C++ strstream header

View File

@ -2463,6 +2463,9 @@ if test "$gcc_version" = "5.3.1"; then
if test "$gcc_v" = "gcc (Ubuntu 5.3.1-14ubuntu2) 5.3.1 20160413"; then
ULIB_LIBS="$ULIB_LIBS -lgcc_s -lgcc"
fi
# TRAVIS CI
elif test "$gcc_version" = "4.9.3"; then
ULIB_LIBS="$ULIB_LIBS -lgcc_s -lgcc"
fi
# Check for availablity of "old style" C++ strstream header