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:
parent
ad344f5272
commit
14c5da6b18
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user