diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2000-05-03 11:21:49 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-05-03 11:21:49 -0700 |
commit | 3ec83fc2aefe0c91d66544b5c22bd2529a1d4bb4 (patch) | |
tree | bbb4998378329b3837c826e006701fac1090e7fe /gcc/config.in | |
parent | dd5d628184dfb8c460ad01a480a366d735ba6f4f (diff) | |
download | gcc-3ec83fc2aefe0c91d66544b5c22bd2529a1d4bb4.tar.gz |
Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
* 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.
From-SVN: r33637
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
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 |