Commit b4c7e567 by Philippe De Muyter Committed by Jeff Law

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
parent b7d95e6f
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment