summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-30 04:43:05 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-30 04:43:05 +0000
commit883c44aa6b41f43acb242922e14dce27d66f2c27 (patch)
tree2bb735450d7699f18d71d9f8c5a346f36f7cbfc9 /gcc/config.in
parenteefa12ad2a1c36b04fd630f9230e5a0170736453 (diff)
downloadgcc-883c44aa6b41f43acb242922e14dce27d66f2c27.tar.gz
Purge cruft now we have build libiberty.
* Makefile.in (OBSTACK, VFPRINTF, DOPRINT, STRSTR, HOST_OBSTACK, HOST_VFPRINTF, HOST_DOPRINT, HOST_STRSTR, USE_HOST_OBSTACK, USE_HOST_VFPRINTF, USE_HOST_DOPRINT, USE_HOST_STRSTR): Delete variables. (vfprintf.o, doprint.o, strstr.o, splay-tree.o, obstack.o, hashtab.o, safe-ctype.o, $(HOST_PREFIX_1)obstack.o, $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o, $(HOST_PREFIX_1)strstr.o), $(HOST_PREFIX_1)): Delete rules. (LIBIBERTY, BUILD_LIBIBERTY): New variables. (LIBDEPS): Now just $(INTLDEPS) $(LIBIBERTY). (LIBS): Now just $(INTLLIBS) @LIBS@ $(LIBIBERTY). (HOST_LIBDEPS): Now just $(BUILD_LIBIBERTY). (HOST_LIBS): Ditto. (HOST_RTL): Remove hashtab.o safe-ctype.o. (OBJS): Remove splay-tree.o. (gen-protos): Depend on $(HOST_LIBS), not ../libiberty/libiberty.a. (distclean): No need to delete splay-tree.c obstack.c hashtab.c safe-ctype.c. (mostlyclean): Delete build copies of print-rtl.c bitmap.c errors.c ggc-none.c (all prefixed with $(HOST_PREFIX_1). * aclocal.m4 (gcc_AC_FUNC_VFPRINTF_DOPRNT, gcc_AC_FUNC_STRSTR): Delete. * configure.in: Don't use them. Set and substitute @FORBUILD@. * config.in, configure: Regenerate. * doprint.c: Move to libiberty/_doprnt.c. * doc/configterms.texi: Document that libiberty is now built up to three times. Fix typo. * f/Make-lang.in (f/fini, f/intdoc): Depend on $(HOST_LIBDEPS) and link with $(HOST_LIBS), not safe-ctype.o. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 06cdf45ace7..3e2226c2c47 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1,4 +1,4 @@
-/* config.in. Generated automatically from configure.in by autoheader. */
+/* config.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if using alloca.c. */
#undef C_ALLOCA
@@ -23,9 +23,6 @@
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
-/* Define if you don't have vprintf but do have _doprnt. */
-#undef HAVE_DOPRNT
-
/* Define if you have the ANSI # stringizing operator in cpp. */
#undef HAVE_STRINGIZE
@@ -35,9 +32,6 @@
/* Define if you have <vfork.h>. */
#undef HAVE_VFORK_H
-/* Define if you have the vprintf function. */
-#undef HAVE_VPRINTF
-
/* Define as __inline if that's what the C compiler calls it. */
#undef inline
@@ -216,9 +210,6 @@
/* Define if you have the strsignal function. */
#undef HAVE_STRSIGNAL
-/* Define if you have the strstr function. */
-#undef HAVE_STRSTR
-
/* Define if you have the strtoul function. */
#undef HAVE_STRTOUL