aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2013-01-02 11:57:31 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2013-01-02 11:57:31 +0000
commitb8f6a302b8a5a09dab16f9702ae4e596f9802c13 (patch)
treeda7ca8f46fc61076f058ee9aa4dd87306addc99d /gcc/configure
parent0469274e2e486a6e0f0beabdd85f53c9f1b4b7b9 (diff)
downloadgcc-b8f6a302b8a5a09dab16f9702ae4e596f9802c13.zip
gcc-b8f6a302b8a5a09dab16f9702ae4e596f9802c13.tar.gz
gcc-b8f6a302b8a5a09dab16f9702ae4e596f9802c13.tar.bz2
re PR bootstrap/55784 (declaration of C function 'const char* strsignal(int)' conflicts with /usr/include/string.h:112: error: previous declaration)
2013-01-02 Richard Biener <rguenther@suse.de> PR bootstrap/55784 * configure.ac: Add $GMPINC to CFLAGS/CXXFLAGS. * configure: Regenerate. ada/ * gcc-interface/Makefile.in: Add $(GMPINC) to includes. From-SVN: r194804
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index f4f6593..ecdbea4 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -10321,9 +10321,9 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
# We will need to find libiberty.h and ansidecl.h
saved_CFLAGS="$CFLAGS"
-CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include"
+CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include $GMPINC"
saved_CXXFLAGS="$CXXFLAGS"
-CXXFLAGS="$CXXFLAGS -I${srcdir} -I${srcdir}/../include"
+CXXFLAGS="$CXXFLAGS -I${srcdir} -I${srcdir}/../include $GMPINC"
for ac_func in getenv atol asprintf sbrk abort atof getcwd getwd \
strsignal strstr stpcpy strverscmp \
errno snprintf vsnprintf vasprintf malloc realloc calloc \