summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-03 18:21:49 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-03 18:21:49 +0000
commit3f9b9702cd98feca1b8138d8c32888e43a207871 (patch)
treebbb4998378329b3837c826e006701fac1090e7fe /gcc/config.in
parent5bd9bc3c34f42c5e1e5c0ee5c01cc16f2fcbe031 (diff)
downloadgcc-3f9b9702cd98feca1b8138d8c32888e43a207871.tar.gz
* Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
(libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets. (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets. (mklibgcc, libgcc.mk): New targets. (libgcc.a): Use libgcc.mk. (stmp-multilib): Likewise. (stmp-multilib-sub): Remove. (mostlyclean): Don't delete libgcc2 temp files. * configure.in (AC_PROG_CC_C_O): Add. (NO_MINUS_C_MINUS_O): Substitute it. (all_outputs): Add mklibgcc. * mklibgcc.in: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33637 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 6cb7da81994..7efeda99654 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -62,6 +62,9 @@
/* Define as __inline if that's what the C compiler calls it. */
#undef inline
+/* Define if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
/* Define to `long' if <sys/types.h> doesn't define. */
#undef off_t