mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 09:41:09 +08:00
configure.ac (isl_options_set_schedule_serialize_sccs): Also use GMPINC.
* configure.ac (isl_options_set_schedule_serialize_sccs): Also use GMPINC. * configure: Regenerate. From-SVN: r232190
This commit is contained in:
parent
73f0dae2a4
commit
72665d8d49
@ -1,3 +1,9 @@
|
||||
2016-01-09 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* configure.ac (isl_options_set_schedule_serialize_sccs): Also
|
||||
use GMPINC.
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-01-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/50865
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -28936,7 +28936,7 @@ fi
|
||||
# it's new in isl 0.15.
|
||||
if test "x${ISLLIBS}" != "x" ; then
|
||||
saved_CXXFLAGS="$CXXFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $ISLINC"
|
||||
CXXFLAGS="$CXXFLAGS $ISLINC $GMPINC"
|
||||
saved_LIBS="$LIBS"
|
||||
LIBS="$LIBS $ISLLIBS $GMPLIBS"
|
||||
|
||||
|
@ -5918,7 +5918,7 @@ fi
|
||||
# it's new in isl 0.15.
|
||||
if test "x${ISLLIBS}" != "x" ; then
|
||||
saved_CXXFLAGS="$CXXFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $ISLINC"
|
||||
CXXFLAGS="$CXXFLAGS $ISLINC $GMPINC"
|
||||
saved_LIBS="$LIBS"
|
||||
LIBS="$LIBS $ISLLIBS $GMPLIBS"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user