summaryrefslogtreecommitdiffstats
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-22 08:32:26 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-22 08:32:26 +0000
commitec25516353caa85f02127114006b85c8d3860c54 (patch)
tree2a1d2ae9f91d97732b595daf55f5397c013d1d7b /gcc/configure.in
parent7534b8df903c3a7ad66e497e2de2d64363220124 (diff)
downloadppe42-gcc-ec25516353caa85f02127114006b85c8d3860c54.tar.gz
ppe42-gcc-ec25516353caa85f02127114006b85c8d3860c54.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37650 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 5fb2bb7e4f6..b37f35ef794 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -1077,20 +1077,6 @@ else
maybe_use_collect2="-DUSE_COLLECT2"
fi
-# NEED TO CONVERT
-# Set MD_DEPS if the real md file is in md.pre-cpp.
-# Set MD_CPP to the cpp to pass the md file through. Md files use ';'
-# for line oriented comments, so we must always use a GNU cpp. If
-# building gcc with a cross compiler, use the cross compiler just
-# built. Otherwise, we can use the cpp just built.
-md_file_sub=
-if test "x$md_cppflags" = x
-then
- md_file_sub=$srcdir/config/$md_file
-else
- md_file=md
-fi
-
# If we have gas in the build tree, make a link to it.
if test -f ../gas/Makefile; then
rm -f as; $symbolic_link ../gas/as-new$host_exeext as$host_exeext 2>/dev/null
OpenPOWER on IntegriCloud