diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-27 15:36:24 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-27 15:36:24 +0000 |
commit | 758cb8dd6ad2f3030dbbbd1e75852c206208b9ce (patch) | |
tree | b4b3cf63e86e012917e8cc2f32151469a46fbd26 /gcc/config.in | |
parent | eda949d5609f24804969aa7b8bbc0b0f7725a5ba (diff) | |
download | gcc-758cb8dd6ad2f3030dbbbd1e75852c206208b9ce.tar.gz |
* collect2.c: Check HAVE_DUP2 instead of NO_DUP2.
(dup2): Make static and add prototype.
* m68k/plexus.h: Don't define NO_DUP2.
* configure.in (AC_CHECK_FUNCS): Add dup2.
* config.in, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47379 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gcc/config.in b/gcc/config.in index e3fde00baeb..06cdf45ace7 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define if using alloca.c. */ #undef C_ALLOCA @@ -114,6 +114,9 @@ /* Define if you have the dcgettext function. */ #undef HAVE_DCGETTEXT +/* Define if you have the dup2 function. */ +#undef HAVE_DUP2 + /* Define if you have the feof_unlocked function. */ #undef HAVE_FEOF_UNLOCKED @@ -566,15 +569,16 @@ and preserves file table indices exactly as given. */ #undef HAVE_AS_DWARF2_DEBUG_LINE -/* Define 0/1 to force the choice for exception handling model. */ -#undef CONFIG_SJLJ_EXCEPTIONS - /* Define if your assembler supports the --gdwarf2 option. */ #undef HAVE_AS_GDWARF2_DEBUG_FLAG /* Define if your assembler supports the --gstabs option. */ #undef HAVE_AS_GSTABS_DEBUG_FLAG +/* Define 0/1 to force the choice for exception handling model. */ +#undef CONFIG_SJLJ_EXCEPTIONS + + /* Bison unconditionally undefines `const' if neither `__STDC__' nor __cplusplus are defined. That's a problem since we use `const' in the GCC headers, and the resulting bison code is therefore type |