configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT files.

* configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
        files.
        * configure: Rebuilt.

From-SVN: r33971
This commit is contained in:
Philippe De Muyter 2000-05-18 02:20:39 +02:00 committed by Jeff Law
parent b7d95e6f33
commit b4c7e5673b
3 changed files with 210 additions and 198 deletions

View File

@ -1,3 +1,9 @@
Wed May 17 18:19:41 2000 Philippe De Muyter <phdm@macqel.be>
* configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
files.
* configure: Rebuilt.
Wed May 17 18:06:12 2000 John David Anglin <dave@hiauly1.hia.nrc.ca>
* mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.

399
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -322,6 +322,9 @@ AC_CANONICAL_SYSTEM
# Find the native compiler
AC_PROG_CC
AC_PROG_CC_C_O
if test $ac_cv_prog_cc_cc_c_o = no; then
NO_MINUS_C_MINUS_O=yes
fi
AC_SUBST(NO_MINUS_C_MINUS_O)
gcc_AC_C_LONG_DOUBLE