From f95e46b994d6ec4c98c05401af6c33889ce23fb0 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 27 Feb 2000 00:10:15 +0000 Subject: Makefile.in (STMP_FIXINC): New toggle. * Makefile.in (STMP_FIXINC): New toggle. (LIBGCC2_DEPS): Delete all references. (stmp-headers): Delete target. All references either deleted or changed to stmp-int-headers. (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO. (LIBCPP_OBJS): Take out cppalloc.o. (cppalloc.o): Delete target. (stmp-int-hdrs): Depend on $(STMP_FIXINC). (gen-protos, fix-header): Link with libiberty.a. * build-make: Don't change FIXINCLUDES. Override STMP_FIXINC to empty. * cp/Make-lang.in: Delete refs to LIBGCC2_DEPS. * configure.in: Remove refs to strerror. * acconfig.h: Take out NEED_DECLARATION_STRERROR. * system.h: Take out strerror stanza. * cpperror.c (my_strerror): Delete function. (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror. * cppmain.c (main): Call xmalloc_set_program_name first thing. * cppalloc.c: Delete file. * gen-protos.c: Don't provide xrealloc. * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use xstrerror throughout. From-SVN: r32200 --- gcc/config.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index 671ae67..7ef6bcd 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -124,9 +124,6 @@ /* Whether abort must be declared even if is included. */ #undef NEED_DECLARATION_ABORT -/* Whether strerror must be declared even if is included. */ -#undef NEED_DECLARATION_STRERROR - /* Whether strsignal must be declared even if is included. */ #undef NEED_DECLARATION_STRSIGNAL @@ -335,9 +332,6 @@ /* Define if you have the strdup function. */ #undef HAVE_STRDUP -/* Define if you have the strerror function. */ -#undef HAVE_STRERROR - /* Define if you have the strrchr function. */ #undef HAVE_STRRCHR -- cgit v1.1