diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-21 18:56:35 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-21 18:56:35 +0000 |
commit | c05436a7e361b8040ee899266e15bea817212c37 (patch) | |
tree | 4437fc3c82259bd38db5831b973110949e4a6abc /libgcc/configure.ac | |
parent | eddf6a68d14328995592acc1ffeb4a7656ac0386 (diff) | |
download | gcc-c05436a7e361b8040ee899266e15bea817212c37.tar.gz |
2012-05-21 Andrew Pinski <apinski@cavium.com>
PR bootstrap/53183
* configure.ac: Define the default includes to being none.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187732 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/configure.ac')
-rw-r--r-- | libgcc/configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/configure.ac b/libgcc/configure.ac index 2a93b9e6142..47fe4e84d2a 100644 --- a/libgcc/configure.ac +++ b/libgcc/configure.ac @@ -14,6 +14,11 @@ AC_PREREQ(2.64) AC_INIT([GNU C Runtime Library], 1.0,,[libgcc]) AC_CONFIG_SRCDIR([static-object.mk]) +# The libgcc should not depend on any header files +AC_DEFUN([_AC_INCLUDES_DEFAULT_REQUIREMENTS], + [m4_divert_text([DEFAULTS], + [ac_includes_default='/* none */'])]) + AC_ARG_WITH(target-subdir, [ --with-target-subdir=SUBDIR Configuring in a subdirectory for target]) AC_ARG_WITH(cross-host, |