diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2000-11-22 08:32:26 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-11-22 08:32:26 +0000 |
commit | d1209685fa061309f5f7ad73eb4fb5ef30b402d0 (patch) | |
tree | 2a1d2ae9f91d97732b595daf55f5397c013d1d7b /gcc/config.gcc | |
parent | c01a508e4e8a795f63348accdd04483c9d67197e (diff) | |
download | gcc-d1209685fa061309f5f7ad73eb4fb5ef30b402d0.zip gcc-d1209685fa061309f5f7ad73eb4fb5ef30b402d0.tar.gz gcc-d1209685fa061309f5f7ad73eb4fb5ef30b402d0.tar.bz2 |
Makefile.in, [...]: Expunge remaining traces of facility for running MD files through C preprocessor.
gcc:
* Makefile.in, config.gcc, configure.in: Expunge remaining
traces of facility for running MD files through C preprocessor.
libiberty:
* aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
(AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
* configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
argument form of AC_DEFINE in dummy definitions block. Use
AC_DEFINE_NOAUTOHEADER for real definitions of things defined
in dummy block. Preload cache variables instead of bypassing
tests, where possible.
* acconfig.h: Removed.
* xmalloc.c (xmalloc_failed): New function, does error
reporting on failed allocation.
(xmalloc, xcalloc, xrealloc): Use it.
* libiberty.h: Move #includes to top. Prototype xmalloc_failed.
From-SVN: r37650
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 21db142..8d5306a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -119,9 +119,6 @@ # build_install_headers_dir # Target to use when installing header files. # -# md_cppflags Non-empty list of args to pass to cpp if the target -# wants its .md file passed through cpp. -# # host_truncate_target # Non-empty if the target name should be truncated # on this host, due to filename length issues. @@ -182,9 +179,6 @@ use_collect2= target_cpu_default= # Set this to control how the header file directory is installed. install_headers_dir=install-headers-tar -# Set this to a non-empty list of args to pass to cpp if the target -# wants its .md file passed through cpp. -md_cppflags= # Set this if directory names should be truncated to 14 characters. truncate_target= # Set this if gdb needs a dir command with `dirname $out_file` |