OSDN Git Service

Remove CYGNUS LOCAL tags.
[pf3gnuchains/gcc-fork.git] / gcc / Makefile.in
index 9ef17dd..c5d60ca 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for GNU C compiler.
-#   Copyright (C) 1987, 88, 90, 91, 92, 93, 1994 Free Software Foundation, Inc.
+#   Copyright (C) 1987, 88, 90-95, 1996 Free Software Foundation, Inc.
 
 #This file is part of GNU CC.
 
 
 #You should have received a copy of the GNU General Public License
 #along with GNU CC; see the file COPYING.  If not, write to
-#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+#the Free Software Foundation, 59 Temple Place - Suite 330,
+#Boston MA 02111-1307, USA.
 
 # The targets for external use include:
 # all, doc, proto, install, install-cross, install-cross-rest,
-# uninstall, TAGS, mostlyclean, clean, distclean, realclean,
+# uninstall, TAGS, mostlyclean, clean, distclean, maintainer-clean,
 # stage1, stage2, stage3, stage4.
 
 # Suppress smart makes who think they know how to automake Yacc files
@@ -45,7 +46,9 @@ ALLOCA_FINISH = true
 # BOOT_CFLAGS is the value of CFLAGS to pass
 # to the stage2 and stage3 compilations
 # XCFLAGS is used for most compilations but not when using the GCC just built.
+# TCFLAGS is used for compilations with the GCC just built.
 XCFLAGS =
+TCFLAGS =
 CFLAGS = -g
 BOOT_CFLAGS = -O $(CFLAGS)
 # These exists to be overridden by the x-* and t-* files, respectively.
@@ -69,8 +72,8 @@ INSTALL = install -c
 # These permit overriding just for certain files.
 INSTALL_PROGRAM = $(INSTALL)
 INSTALL_DATA = $(INSTALL)
-SYMLINK = ln -s
 MAKEINFO = makeinfo
+MAKEINFOFLAGS =
 TEXI2DVI = texi2dvi
 # For GNUmake: let us decide what gets passed to recursive makes.
 MAKEOVERRIDES =
@@ -102,7 +105,23 @@ OLDAR = ar
 # install-headers-tar or install-headers-cpio.
 INSTALL_HEADERS_DIR = install-headers-tar
 
-# The GCC to use for compiling libgcc2.a, enquire, and cross-test.
+# Header files that are made available under the same name
+# to programs compiled with GCC.
+USER_H = $(srcdir)/ginclude/stdarg.h $(srcdir)/ginclude/stddef.h \
+    $(srcdir)/ginclude/varargs.h $(srcdir)/ginclude/va-alpha.h \
+    $(srcdir)/ginclude/va-h8300.h $(srcdir)/ginclude/va-i860.h \
+    $(srcdir)/ginclude/va-i960.h $(srcdir)/ginclude/va-mips.h \
+    $(srcdir)/ginclude/va-m88k.h $(srcdir)/ginclude/va-pa.h \
+    $(srcdir)/ginclude/va-pyr.h $(srcdir)/ginclude/va-sparc.h \
+    $(srcdir)/ginclude/va-clipper.h $(srcdir)/ginclude/va-spur.h \
+    $(srcdir)/ginclude/iso646.h $(srcdir)/ginclude/va-ppc.h \
+    $(srcdir)/ginclude/proto.h $(srcdir)/ginclude/va-sh.h $(EXTRA_HEADERS)
+
+# Target to use whe installing assert.h.  Some systems may
+# want to set this empty.
+INSTALL_ASSERT_H = install-assert-h
+
+# The GCC to use for compiling libgcc2.a, enquire, and libgcc1-test.
 # Usually the one we just built.
 # Don't use this as a dependency--use $(GCC_PASSES) or $(GCC_PARTS).
 GCC_FOR_TARGET = ./xgcc -B./
@@ -110,7 +129,7 @@ GCC_FOR_TARGET = ./xgcc -B./
 # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET.
 # It omits XCFLAGS, and specifies -B./.
 # It also specifies -I./include to find, e.g., stddef.h.
-GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -I./include
+GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -I./include $(TCFLAGS)
 
 # Special flags for compiling enquire.
 # We disable optimization to make floating point more reliable.
@@ -137,6 +156,9 @@ SYSTEM_HEADER_DIR = /usr/include
 # Control whether to run fixproto.
 STMP_FIXPROTO = stmp-fixproto
 
+# Test to see whether <limits.h> exists in the system header files.
+LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h ]
+
 # There may be a premade insn-attrtab.c for this machine.
 # (You could rebuild it with genattrtab as usual, but it takes a long time.)
 # PREMADE_ATTRTAB is the file name of the file to use.
@@ -147,6 +169,14 @@ PREMADE_ATTRTAB =
 target= ... `configure' substitutes actual target name here.
 xmake_file= ... `configure' substitutes actual x- file name here.
 tmake_file= ... `configure' substitutes actual t- file name here.
+out_file= ... `configure' substitutes actual out file name here.
+out_object_file= ... `configure' substitutes actual out object file name here.
+md_file= ... `configure' substitutes actual md file name here.
+tm_file= ... `configure' substitutes actual tm file name here.
+build_xm_file= ... `configure' substitutes actual build xm- file name here.
+host_xm_file= ... `configure' substitutes actual host xm- file name here.
+lang_specs_files= ... `configure' substitutes actual lang spec file names here.
+lang_options_files= ... `configure' puts actual lang options file names here.
 version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < $(srcdir)/version.c`
 mainversion=`sed -e 's/.*\"\([0-9]*\.[0-9]*\).*/\1/' < $(srcdir)/version.c`
 
@@ -169,7 +199,9 @@ libdir = $(exec_prefix)/lib
 # Directory in which the compiler finds executables, libraries, etc.
 libsubdir = $(libdir)/gcc-lib/$(target)/$(version)
 # Directory in which the compiler finds g++ includes.
-gxx_include_dir= $(libdir)/g++-include
+gxx_include_dir= $(prefix)/include/g++
+# Directory in which the old g++ header files may be found.
+old_gxx_include_dir= $(libdir)/g++-include
 # Directory to search for site-specific includes.
 includedir = $(local_prefix)/include
 # assertdir is overridden in cross-make.
@@ -179,6 +211,9 @@ assertdir = $(tooldir)/include
 infodir = $(prefix)/info
 # Extension (if any) to put in installed man-page filename.
 manext = .1
+objext = .o
+exeext =
+
 # Directory in which to put man pages.
 mandir = $(prefix)/man/man1
 # Directory in which to find other cross-compilation tools and headers.
@@ -215,12 +250,15 @@ LIBGCC2 = libgcc2.a
 # -g1 causes output of debug info only for file-scope entities.
 # we use this here because that should be enough, and also
 # so that -g1 will be tested.
-LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g1
+LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
 
 # Additional options to use when compiling libgcc2.a.
 # Some targets override this to -Iinclude
 LIBGCC2_INCLUDES =
 
+# Additional target-dependent options for compiling libgcc2.a.
+TARGET_LIBGCC2_CFLAGS = 
+
 # Things which must be built before building libgcc2.a.
 # Some targets override this to stmp-int-hdrs
 LIBGCC2_DEPS =
@@ -229,8 +267,8 @@ LIBGCC2_DEPS =
 # build it.)
 ENQUIRE = enquire
 
-# Cross-test target (must also be overridable for a target)
-CROSS_TEST = cross-test
+# libgcc1-test target (must also be overridable for a target)
+LIBGCC1_TEST = libgcc1-test
 
 # List of extra executables that should be compiled for this target machine
 # that are used for compiling from source code to object code.
@@ -248,6 +286,10 @@ EXTRA_PARTS =
 # compiler proper (cc1, cc1obj, cc1plus).
 EXTRA_OBJS =
 
+# List of extra object files that should be compiled and linked with
+# the gcc driver.
+EXTRA_GCC_OBJS =
+
 # List of additional header files to install.
 # Often this is edited directly by `configure'.
 EXTRA_HEADERS =
@@ -266,6 +308,7 @@ LIB1FUNCS_EXTRA =
 LIB2FUNCS_EXTRA = 
 
 # Default float.h source to use for cross-compiler.
+# This is overidden by configure.
 CROSS_FLOAT_H=float.h-cross
 
 # Program to convert libraries.
@@ -343,6 +386,9 @@ FIXPROTO_DEFINES =
 # Extra flags to use when compiling crt{begin,end}.o.
 CRTSTUFF_T_CFLAGS = 
 
+# Extra flags to use when compiling [m]crt0.o.
+CRT0STUFF_T_CFLAGS = 
+
 # End of variables for you to override.
 
 # Definition of `all' is here so that new rules inserted by sed
@@ -446,6 +492,8 @@ FLAGS_TO_PASS = \
        "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
        "RANLIB_TEST_FOR_TARGET=$(RANLIB_TEST_FOR_TARGET)" \
        "SHELL=$(SHELL)" \
+       "exeext=$(exeext)" \
+       "objext=$(objext)" \
        "exec_prefix=$(exec_prefix)" \
        "prefix=$(prefix)" \
        "tooldir=$(tooldir)" \
@@ -456,7 +504,7 @@ FLAGS_TO_PASS = \
 
 # A list of all the language-specific executables.
 # This is overridden by configure.
-COMPILERS = cc1 cc1obj
+COMPILERS = cc1$(exeext) cc1obj$(exeext)
 
 # Language-specific object files for C.
 C_OBJS = c-parse.o c-lang.o c-lex.o c-pragma.o \
@@ -469,6 +517,9 @@ OBJC_OBJS = objc-parse.o objc-act.o c-lex.o c-pragma.o \
 # Files specific to the C interpreter bytecode compiler(s).
 BC_OBJS = bc-emit.o bc-optab.o
 
+# Bytecode header files constructed at build time; vmsconfig.com wants this.
+BC_ALL = bc-arity.h bc-opcode.h bc-opname.h
+
 # Language-independent object files.
 OBJS = toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o \
  function.o stmt.o expr.o calls.o expmed.o explow.o optabs.o varasm.o \
@@ -478,32 +529,42 @@ OBJS = toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o \
  regclass.o local-alloc.o global.o reload.o reload1.o caller-save.o \
  insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o \
  insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o \
- insn-attrtab.o aux-output.o getpwd.o convert.o $(EXTRA_OBJS)
+ insn-attrtab.o $(out_object_file) getpwd.o convert.o $(EXTRA_OBJS)
 
 # GEN files are listed separately, so they can be built before doing parallel
 #  makes for cc1 or cc1plus.  Otherwise sequent parallel make attempts to load
 #  them before rtl.o is compiled.
 GEN= genemit genoutput genrecog genextract genflags gencodes genconfig genpeep
 
+CCCP=cccp
+# Uncomment this line if you want to use cppmain (w/cpplib) as cpp.
+#CCCP=cppmain
+
 # Files to be copied away after each stage in building.
-STAGESTUFF = *.o insn-flags.h insn-config.h insn-codes.h \
+STAGESTUFF = *$(objext) insn-flags.h insn-config.h insn-codes.h \
  insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c \
  insn-attr.h insn-attrtab.c insn-opinit.c \
  stamp-flags stamp-config stamp-codes \
  stamp-output stamp-recog stamp-emit stamp-extract stamp-peep \
- stamp-attr stamp-attrtab stamp-opinit stamp-proto \
- genemit genoutput genrecog genextract genflags gencodes genconfig genpeep \
- genattrtab genattr genopinit \
- bc-arity.h bc-opcode.h bc-opname.h \
+ stamp-attr stamp-attrtab stamp-opinit stamp-proto stamp-crt stamp-crtS stamp-crt0 \
+ genemit$(exeext) genoutput$(exeext) genrecog$(exeext) genextract$(exeext) \
+ genflags$(exeext) gencodes$(exeext) genconfig$(exeext) genpeep$(exeext) \
+ genattrtab$(exeext) genattr$(exeext) genopinit$(exeext) \
+ $(BC_ALL) \
  stamp-bcarity stamp-bcopcode stamp-bcopname \
- bi-arity bi-opcode bi-opname \
- $(GCC_PASSES) $(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross cccp \
- cc1obj enquire protoize unprotoize specs collect2 $(USE_COLLECT2) \
+ bi-arity$(exeext) bi-opcode$(exeext) bi-opname$(exeext) \
+ $(GCC_PASSES) $(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross$(exeext) \
+ $(CCCP)$(exeext) cc1obj$(exeext) enquire$(exeext) \
+ protoize$(exeext) unprotoize$(exeext) \
+ specs collect2$(exeext) $(USE_COLLECT2) underscore.c \
+ *.greg *.lreg *.combine *.flow *.cse *.jump *.rtl *.tree *.loop \
+ *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack \
+ *.[si] \
  $(LANG_STAGESTUFF)
 
 # Members of libgcc1.a.
 LIB1FUNCS = _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 \
-   _lshrsi3 _lshlsi3 _ashrsi3 _ashlsi3 \
+   _lshrsi3 _ashrsi3 _ashlsi3 \
    _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 \
    _fixdfsi _fixsfsi _floatsidf _floatsisf _truncdfsf2 _extendsfdf2 \
    _addsf3 _negsf2 _subsf3 _mulsf3 _divsf3 \
@@ -512,25 +573,14 @@ LIB1FUNCS = _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 \
 
 # Library members defined in libgcc2.c.
 LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
-     _lshrdi3 _lshldi3 _ashldi3 _ashrdi3 _ffsdi2 \
+     _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 \
     _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf \
     _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi \
     _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi \
     _fixtfdi _fixunstfdi _floatditf \
-    __gcc_bcmp _varargs _eprintf _op_new _op_vnew _new_handler _op_delete \
-    _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh \
-    _pure
-
-# Header files that are made available under the same name
-# to programs compiled with GCC.
-USER_H = $(srcdir)/ginclude/stdarg.h $(srcdir)/ginclude/stddef.h \
-    $(srcdir)/ginclude/varargs.h $(srcdir)/ginclude/va-alpha.h \
-    $(srcdir)/ginclude/va-h8300.h $(srcdir)/ginclude/va-i860.h \
-    $(srcdir)/ginclude/va-i960.h $(srcdir)/ginclude/va-mips.h \
-    $(srcdir)/ginclude/va-m88k.h $(srcdir)/ginclude/va-pa.h \
-    $(srcdir)/ginclude/va-pyr.h $(srcdir)/ginclude/va-sparc.h \
-    $(srcdir)/ginclude/va-clipper.h $(srcdir)/ginclude/va-spur.h \
-    $(srcdir)/ginclude/proto.h $(EXTRA_HEADERS)
+    __gcc_bcmp _varargs __dummy _eprintf _op_new _op_vnew _new_handler \
+    _op_delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit \
+    _ctors _eh  _pure
 
 # The files that "belong" in CONFIG_H are deliberately omitted
 # because having them there would not be useful in actual practice.
@@ -538,7 +588,7 @@ USER_H = $(srcdir)/ginclude/stdarg.h $(srcdir)/ginclude/stddef.h \
 # one of the machine description files is edited.
 # That may or may not be what one wants to do.
 # If it is, rm *.o is an easy way to do it.
-# CONFIG_H = config.h tm.h
+# CONFIG_H = $(host_xm_file) $(tm_file)
 CONFIG_H =
 RTL_H = rtl.h rtl.def machmode.h machmode.def
 TREE_H = tree.h real.h tree.def machmode.h machmode.def
@@ -552,7 +602,7 @@ BYTECODE_H = bytecode.h bc-emit.h bc-optab.h
 # info, dvi,
 # install-normal, install-common, install-info, install-man,
 # uninstall, distdir,
-# mostlyclean, clean, distclean, extraclean, realclean,
+# mostlyclean, clean, distclean, extraclean, maintainer-clean,
 # stage1, stage2, stage3, stage4
 #
 # Each language is linked in with a series of hooks (since we can't use `::'
@@ -572,14 +622,16 @@ BYTECODE_H = bytecode.h bc-emit.h bc-optab.h
 Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c \
    $(srcdir)/config/$(xmake_file) $(srcdir)/config/$(tmake_file) \
    $(LANG_MAKEFILES)
-       $(SHELL) config.status
+       cp config.status config.run
+       $(SHELL) config.run
+       rm -f config.run
 
 all.internal: start.encap rest.encap
 # This is what to compile if making a cross-compiler.
 # Note that we can compile enquire using the cross-compiler just built,
 # although we can't run it on this machine.
 all.cross: native gcc-cross specs stmp-headers $(LIBGCC) $(STMP_FIXPROTO) \
-       $(CROSS_TEST) $(ENQUIRE) $(EXTRA_PARTS) lang.all.cross
+       $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross
 # This is what to compile if making gcc with a cross-compiler.
 all.build: native xgcc $(EXTRA_PARTS) lang.all.build
 # This is what must be made before installing GCC and converting libraries.
@@ -596,6 +648,9 @@ OBJC objc: cc1obj objc-runtime
 OBJECTIVE-C objective-c: cc1obj objc-runtime
 PROTO: proto
 
+# Tell GNU make these are phony targets.
+.PHONY: C c OBJC objc OBJECTIVE-C objective-c PROTO proto
+
 # Really, really stupid make features, such as SUN's KEEP_STATE, may force
 # a target to build even if it is up-to-date.  So we must verify that
 # config.status does not exist before failing.
@@ -611,12 +666,14 @@ config.status:
 # This does the things that can't be done on the host machine.
 rest.cross: $(LIBGCC) gfloat.h specs
 
-# Verify that it works to compile and link cross-test.
+# Verify that it works to compile and link libgcc1-test.
 # If it does, then there are sufficient replacements for libgcc1.a.
-cross-test: cross-test.o native gcc-cross $(LIBGCC) $(GCC_PARTS)
-       $(GCC_FOR_TARGET) $(GCC_CFLAGS) cross-test.o -o cross-test
-cross-test.o: cross-test.c native gcc-cross
-       $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/cross-test.c
+libgcc1-test: libgcc1-test.o native $(GCC_PARTS)
+       @echo "Testing libgcc1.  Ignore linker warning messages."
+       $(GCC_FOR_TARGET) $(GCC_CFLAGS) libgcc1-test.o -o libgcc1-test \
+         -nostartfiles -nostdlib `$(GCC_FOR_TARGET) --print-libgcc-file-name`
+libgcc1-test.o: libgcc1-test.c native xgcc
+       $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/libgcc1-test.c
 
 # Recompile all the language-independent object files.
 # This is used only if the user explicitly asks for it.
@@ -625,13 +682,14 @@ compilations: ${OBJS}
 # Create a list of the language-independent object files so the language
 # subdirectories needn't mention their names explicitly.
 stamp-objlist: Makefile $(OBJS) $(BC_OBJS)
-       echo " $(OBJS) $(BC_OBJS)" | sed -e 's, \([a-z]\), ../\1,g' >stamp-objlist
+       echo " $(OBJS) $(BC_OBJS)" | sed -e 's, \([a-z]\), ../\1,g' -e 's/\.o/$(objext)/g' >stamp-objlist
 
 # We call this executable `xgcc' rather than `gcc'
 # to avoid confusion if the current directory is in the path
 # and CC is `gcc'.  It is renamed to `gcc' when it is installed.
-xgcc: gcc.o version.o $(LIBDEPS)
-       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o xgcc gcc.o version.o $(LIBS)
+xgcc: gcc.o version.o choose-temp.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o version.o choose-temp.o \
+         $(EXTRA_GCC_OBJS) $(LIBS)
 
 # Dump a specs file to make -B./ read these specs over installed ones.
 specs: xgcc
@@ -642,16 +700,17 @@ specs: xgcc
 # compile libgcc2.a.
 # Also create gcc-cross, so that install-common will install properly.
 gcc-cross: xgcc
-       cp xgcc gcc-cross
+       cp xgcc$(exeext) gcc-cross$(exeext)
 
 cc1: $(P) $(C_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
-       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cc1 $(C_OBJS) $(OBJS) $(BC_OBJS) $(LIBS)
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(C_OBJS) $(OBJS) $(BC_OBJS) $(LIBS)
 
 cc1obj: $(P) $(OBJC_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
-       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cc1obj $(OBJC_OBJS) $(OBJS) $(BC_OBJS) $(LIBS)
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(OBJC_OBJS) $(OBJS) $(BC_OBJS) $(LIBS)
 
 # Copy float.h from its source.
 gfloat.h: $(FLOAT_H)
+       -rm -f gfloat.h
        cp $(FLOAT_H) gfloat.h
 
 # Create float.h source for the native machine.
@@ -660,23 +719,25 @@ float.h-nat: enquire
        mv tmp-float.h float.h-nat
 
 # Create a dummy float.h source for a cross-compiler.
+# ??? This isn't used anymore.  Should we create config/float-unkn.h
+# and make that the default float_format in configure?
 float.h-cross:
-       echo "#error float.h values not known for cross-compiler" > t-float.h-cross
+       echo "#ifndef   __GCC_FLOAT_NOT_NEEDED" > t-float.h-cross
+       echo "#error float.h values not known for cross-compiler" >> t-float.h-cross
+       echo "#endif" >> t-float.h-cross
        mv t-float.h-cross float.h-cross
 
 # Used to compile enquire with standard cc, but have forgotten why.
 # Let's try with GCC.
 enquire: enquire.o $(GCC_PARTS)
-       $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ENQUIRE_LDFLAGS) enquire.o -o enquire
+       $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ENQUIRE_LDFLAGS) enquire.o -o $@
 enquire.o: $(srcdir)/enquire.c $(GCC_PASSES) stmp-int-hdrs
-#      -if [ "$(srcdir)" != "." ]; then rm -f ./enquire.c; else true; fi
-#      -cp $(srcdir)/enquire.c . > /dev/null 2>&1
 # Breaking this line caused a problem with one version of GNU make.
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) $(ENQUIRE_CFLAGS) -I. -c $(srcdir)/enquire.c
 
 # Build the version of limits.h that we will install.
 xlimits.h: glimits.h limitx.h limity.h
-       if [ -f $(SYSTEM_HEADER_DIR)/limits.h ] ; then \
+       if $(LIMITS_H_TEST) ; then \
          cat $(srcdir)/limitx.h $(srcdir)/glimits.h $(srcdir)/limity.h > tmp-xlimits.h; \
        else \
          cat $(srcdir)/glimits.h > tmp-xlimits.h; \
@@ -699,8 +760,8 @@ libgcc1.conv: libgcc1.a
 libgcc1.null: $(GCC_PASSES)
        echo "__foo () {}" > dummy.c
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) -c dummy.c
-       $(OLDAR) $(OLDAR_FLAGS) libgcc1.null dummy.o
-       rm -f dummy.o dummy.c
+       $(OLDAR) $(OLDAR_FLAGS) libgcc1.null dummy$(objext)
+       rm -f dummy$(objext) dummy.c
 
 # This is $(LIBGCC1) for a cross-compiler.
 # We have no automatic way of building libgcc1.a, 
@@ -713,6 +774,10 @@ libgcc1.cross:
 # Compile the library of arithmetic subroutines with the native compiler.
 # Don't compile it with GCC!
 # (That would cause most arithmetic functions to call themselves.)
+#
+# NOTE: If you modify these rules substantially, please be sure to
+# check at least config/i386/t-sco5 and possibly other makefile
+# fragments.
 libgcc1.a: libgcc1.c $(CONFIG_H) $(LIB1FUNCS_EXTRA) config.status
        -rm -f tmplibgcc1.a
 # Actually build it in tmplibgcc1.a, then rename at end,
@@ -726,12 +791,12 @@ libgcc1.a: libgcc1.c $(CONFIG_H) $(LIB1FUNCS_EXTRA) config.status
        for name in $(LIB1FUNCS); \
        do \
          echo $${name}; \
-         rm -f $${name}.o; \
-         $(OLDCC) $(CCLIBFLAGS) $(INCLUDES) -c -DL$${name} $(srcdir)/libgcc1.c; \
+         rm -f $${name}$(objext); \
+         $(OLDCC) -DIN_LIBGCC1 $(CCLIBFLAGS) $(INCLUDES) -c -DL$${name} $(srcdir)/libgcc1.c; \
          if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
-         mv libgcc1.o $${name}.o; \
-         $(OLDAR) $(OLDAR_FLAGS) tmplibgcc1.a $${name}.o; \
-         rm -f $${name}.o; \
+         mv libgcc1$(objext) $${name}$(objext); \
+         $(OLDAR) $(OLDAR_FLAGS) tmplibgcc1.a $${name}$(objext); \
+         rm -f $${name}$(objext); \
        done
 # Some shells crash when a loop has no items.
 # So make sure there is always at least one--`..'.
@@ -742,19 +807,20 @@ libgcc1.a: libgcc1.c $(CONFIG_H) $(LIB1FUNCS_EXTRA) config.status
        for file in .. $(LIB1FUNCS_EXTRA); \
        do \
          if [ x$${file} != x.. ]; then \
-           name=`echo $${file} | sed -e 's/[.]c$$//' -e 's/[.]asm$$//'`; \
+           name=`echo $${file} | sed -e 's/[.][cS]$$//' -e 's/[.]asm$$//'`; \
            echo $${name}; \
            if [ $${name}.asm = $${file} ]; then \
              cp $${file} $${name}.s || exit 1; file=$${name}.s; \
            else true; fi; \
-           $(OLDCC) $(CCLIBFLAGS) $(INCLUDES) -c $${file}; \
+           $(OLDCC) -DIN_LIBGCC1 $(CCLIBFLAGS) $(INCLUDES) -c $${file}; \
            if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
-           $(OLDAR) $(OLDAR_FLAGS) tmplibgcc1.a $${name}.o; \
+           $(OLDAR) $(OLDAR_FLAGS) tmplibgcc1.a $${name}$(objext); \
            if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
-           rm -f $${name}.[so]; \
+           rm -f $${name}.s $${name}$(objext); \
          else true; \
          fi; \
        done
+       -if $(RANLIB_TEST) ; then $(RANLIB) tmplibgcc1.a; else true; fi
        mv tmplibgcc1.a libgcc1.a
 
 # Build libgcc1.a from assembler source.  LIB1ASMFUNCS is the list of
@@ -776,13 +842,30 @@ libgcc1-asm.a: libgcc2.ready config.status $(srcdir)/config/$(LIB1ASMSRC)
          echo $${name}; \
          $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) -c -DL$${name} libgcc1.S; \
          if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
-         mv libgcc1.o $${name}.o; \
-         $(AR) $(AR_FLAGS) tmplibgcc1.a $${name}.o; \
-         rm -f $${name}.o; \
+         mv libgcc1$(objext) $${name}$(objext); \
+         $(AR) $(AR_FLAGS) tmplibgcc1.a $${name}$(objext); \
+         rm -f $${name}$(objext); \
        done
        -rm -f libgcc1.S
        mv tmplibgcc1.a libgcc1-asm.a
 
+# Generate assembly versions of the functions required for libgcc1.
+# You'll still need to massage the code by hand (possibly hacking
+# underscores and local labels) but this will get you started.
+libgcc1.S: libgcc1.c $(CONFIG_H) config.status
+       -rm -f libgcc1.S
+       touch libgcc1.S
+       for name in $(LIB1FUNCS); \
+       do \
+         echo $${name}; \
+         $(OLDCC) -DIN_LIBGCC1 $(CCLIBFLAGS) $(INCLUDES) -S -DL$${name} $(srcdir)/libgcc1.c; \
+         if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
+         echo '#ifdef ' L$${name} >> libgcc1.S; \
+         cat  libgcc1.s >> libgcc1.S; \
+         echo '#endif /*' L$${name} '*/' >> libgcc1.S; \
+         echo "" >> libgcc1.S; \
+       done
+
 # Compiling libgcc2.a requires making sure that cc1, etc. have been compiled.
 # But recompiling cc1 should not force recompilation of libgcc2.a.
 # If you want to force recompilation, delete libgcc2.a.
@@ -808,10 +891,10 @@ libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \
        do \
          echo $${name}; \
          $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) -c -DL$${name} \
-             $(srcdir)/libgcc2.c -o $${name}.o; \
+             $(srcdir)/libgcc2.c -o $${name}$(objext); \
          if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
-         $(AR) $(AR_FLAGS) tmplibgcc2.a $${name}.o; \
-         rm -f $${name}.o; \
+         $(AR) $(AR_FLAGS) tmplibgcc2.a $${name}$(objext); \
+         rm -f $${name}$(objext); \
        done
 # Some shells crash when a loop has no items.
 # So make sure there is always at least one--`..'.
@@ -822,15 +905,16 @@ libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \
        for file in .. $(LIB2FUNCS_EXTRA); \
        do \
          if [ x$${file} != x.. ]; then \
-           name=`echo $${file} | sed -e 's/[.]c$$//' -e 's/[.]asm$$//'`; \
+           name=`echo $${file} | sed -e 's/[.][cS]$$//' -e 's/[.]asm$$//'`; \
+           oname=` echo $${name} | sed -e 's,.*/,,'`; \
            echo $${name}; \
            if [ $${name}.asm = $${file} ]; then \
              cp $${file} $${name}.s || exit 1; file=$${name}.s; \
            else true; fi; \
            $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) -c $${file}; \
            if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
-           $(AR) $(AR_FLAGS) tmplibgcc2.a $${name}.o; \
-           rm -f $${name}.[so]; \
+           $(AR) $(AR_FLAGS) tmplibgcc2.a $${oname}$(objext); \
+           rm -f $${name}.s $${oname}$(objext); \
          else true; \
          fi; \
        done
@@ -855,7 +939,7 @@ libgcc.a: $(LIBGCC1) $(LIBGCC2)
 # message from ar, we make sure all files are writable.
        -(cd tmpcopy; chmod +w * > /dev/null 2>&1)
        (cd tmpcopy; $(AR) x ../$(LIBGCC2))
-       (cd tmpcopy; $(AR) $(AR_FLAGS) ../tmplibgcc.a *.o)
+       (cd tmpcopy; $(AR) $(AR_FLAGS) ../tmplibgcc.a *$(objext))
        rm -rf tmpcopy
        -if $(RANLIB_TEST) ; then $(RANLIB) tmplibgcc.a; else true; fi
 # Actually build it in tmplibgcc.a, then rename at end,
@@ -865,9 +949,9 @@ libgcc.a: $(LIBGCC1) $(LIBGCC2)
 # Use the genmultilib shell script to generate the information the gcc
 # driver program needs to select the library directory based on the
 # switches.
-multilib.h: $(srcdir)/genmultilib config.status
+multilib.h: $(srcdir)/genmultilib Makefile
        $(SHELL) $(srcdir)/genmultilib "$(MULTILIB_OPTIONS)" \
-         "$(MULTILIB_DIRNAMES)" "$(MULTILIB_MATCHES)" > multilib.h
+         "$(MULTILIB_DIRNAMES)" "$(MULTILIB_MATCHES)" "$(MULTILIB_EXCEPTIONS)" > multilib.h
 
 # Build multiple copies of libgcc.a, one for each target switch.
 stmp-multilib: $(LIBGCC1) libgcc2.c libgcc2.ready $(CONFIG_H) \
@@ -876,12 +960,13 @@ stmp-multilib: $(LIBGCC1) libgcc2.c libgcc2.ready $(CONFIG_H) \
          dir=`echo $$i | sed -e 's/;.*$$//'`; \
          flags=`echo $$i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
          $(MAKE) GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \
-           AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" \
+           AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
            RANLIB="$(RANLIB)" RANLIB_TEST="$(RANLIB_TEST)" \
            HOST_PREFIX="$(HOST_PREFIX)" HOST_PREFIX_1="$(HOST_PREFIX_1)" \
            LIBGCC2_CFLAGS="$(LIBGCC2_CFLAGS) $${flags}" \
            LIBGCC1="$(LIBGCC1)" LIBGCC2="$(LIBGCC2)" \
            dir="$${dir}" stmp-multilib-sub; \
+         if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
        done
        touch stmp-multilib
 
@@ -889,7 +974,7 @@ stmp-multilib: $(LIBGCC1) libgcc2.c libgcc2.ready $(CONFIG_H) \
 stmp-multilib-sub:
        rm -f $(dir)/libgcc.a $(LIBGCC2)
        $(MAKE) GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \
-         AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" \
+         AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
          HOST_PREFIX="$(HOST_PREFIX)" HOST_PREFIX_1="$(HOST_PREFIX_1)" \
          LIBGCC2_CFLAGS="$(LIBGCC2_CFLAGS)" $(LIBGCC2)
        if [ x$(LIBGCC1) != xlibgcc1-asm.a ]; \
@@ -900,7 +985,7 @@ stmp-multilib-sub:
        then true; \
        else \
          $(MAKE) GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \
-           AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" \
+           AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
            HOST_PREFIX="$(HOST_PREFIX)" HOST_PREFIX_1="$(HOST_PREFIX_1)" \
            LIBGCC2_CFLAGS="$(LIBGCC2_CFLAGS)" $(LIBGCC1); \
        fi
@@ -911,7 +996,7 @@ stmp-multilib-sub:
        else true; \
        fi
        (cd tmpcopy; $(AR) x ../$(LIBGCC2))
-       (cd tmpcopy; $(AR) $(AR_FLAGS) ../tmplibgcc.a *.o)
+       (cd tmpcopy; $(AR) $(AR_FLAGS) ../tmplibgcc.a *$(objext))
        rm -rf libgcc2.a tmpcopy
        if $(RANLIB_TEST) ; then $(RANLIB) tmplibgcc.a; else true; fi
        if [ -d $(dir) ]; then true; else mkdir $(dir); fi
@@ -920,7 +1005,7 @@ stmp-multilib-sub:
 objc-runtime: libobjc.a
 
 # Build the Objective C runtime library.
-libobjc.a: cc1obj stmp-int-hdrs libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
+libobjc.a: cc1obj specs stmp-int-hdrs libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
        if [ -d objc ]; then true; else mkdir objc; fi
        thisdir1=`pwd`; \
        srcdir1=`cd $(srcdir); pwd`; \
@@ -934,7 +1019,7 @@ libobjc.a: cc1obj stmp-int-hdrs libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
        -if $(RANLIB_TEST) ; then $(RANLIB) libobjc.a; else true; fi
 
 # This is used by objc/Makefile if the user runs that directly.
-sublibobjc.a: cc1obj stmp-int-hdrs libgcc2.ready
+sublibobjc.a: cc1obj specs stmp-int-hdrs libgcc2.ready
        thisdir1=`pwd`; \
        srcdir1=`cd $(srcdir); pwd`; \
        cd objc; \
@@ -944,16 +1029,45 @@ sublibobjc.a: cc1obj stmp-int-hdrs libgcc2.ready
          GCC_CFLAGS="$(GCC_CFLAGS)"
 
 # Compile two additional files that are linked with every program
-# linked using GCC on system V, for the sake of C++ constructors.
-crtbegin.o:    crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
+# linked using GCC on systems using COFF or ELF, for the sake of C++
+# constructors.
+crtbegin.o: stamp-crt ; @true
+crtend.o: stamp-crt; @true
+
+stamp-crt:     crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(CRTSTUFF_T_CFLAGS) \
          -DCRT_BEGIN -finhibit-size-directive -fno-inline-functions \
-         -g0 -c $(srcdir)/crtstuff.c -o crtbegin.o
-
-crtend.o:      crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
+         -g0 -c $(srcdir)/crtstuff.c
+       mv crtstuff$(objext) crtbegin$(objext)
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(CRTSTUFF_T_CFLAGS) \
          -DCRT_END -finhibit-size-directive -fno-inline-functions \
-         -g0 -c $(srcdir)/crtstuff.c -o crtend.o
+         -g0 -c $(srcdir)/crtstuff.c -o crtend$(objext)
+       touch stamp-crt
+
+# On some systems we also want to install versions of these files
+# compiled using PIC for use in shared libraries.
+crtbeginS.o crtendS.o: stamp-crtS ; @true
+
+stamp-crtS:    crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
+       $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(CRTSTUFF_T_CFLAGS_S) \
+         -DCRT_BEGIN -finhibit-size-directive -fno-inline-functions \
+         -g0 -c $(srcdir)/crtstuff.c 
+       mv crtstuff$(objext) crtbeginS$(objext)
+       $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(CRTSTUFF_T_CFLAGS_S) \
+         -DCRT_END -finhibit-size-directive -fno-inline-functions \
+         -g0 -c $(srcdir)/crtstuff.c -o crtendS$(objext)
+       touch stamp-crtS
+
+# Compile the start modules crt0.o and mcrt0.o that are linked with every program
+crt0.o: stamp-crt0 ; @true
+mcrt0.o: stamp-crt0; @true
+
+stamp-crt0:    $(CRT0_S) $(MCRT0_S) $(GCC_PASSES) $(CONFIG_H)
+       $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(CRT0STUFF_T_CFLAGS) \
+         -o crt0.o -c $(CRT0_S)
+       $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(CRT0STUFF_T_CFLAGS) \
+         -o mcrt0.o -c $(MCRT0_S)
+       touch stamp-crt0
 \f
 # Compiling object files from source files.
 
@@ -968,42 +1082,63 @@ c-parse.o : $(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h \
 $(srcdir)/c-parse.h: $(srcdir)/c-parse.c
 $(srcdir)/c-parse.c: $(srcdir)/c-parse.y
        cd $(srcdir); $(BISON) $(BISONFLAGS) -d c-parse.y -o c-parse.c
-$(srcdir)/c-parse.y: $(srcdir)/c-parse.in
+$(srcdir)/c-parse.y: c-parse.in
+       echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y
        sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \
          -e "/^ifc$$/d" -e "/^end ifc$$/d" \
-         $(srcdir)/c-parse.in >tmp-c-parse.y
+         $(srcdir)/c-parse.in >>tmp-c-parse.y
        $(srcdir)/move-if-change tmp-c-parse.y $(srcdir)/c-parse.y
 
-$(srcdir)/c-gperf.h: $(srcdir)/c-parse.gperf
+$(srcdir)/c-gperf.h: c-parse.gperf
        gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,$$ \
           $(srcdir)/c-parse.gperf >tmp-gperf.h
         $(srcdir)/move-if-change tmp-gperf.h $(srcdir)/c-gperf.h
 
-c-decl.o : c-decl.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h
-c-typeck.o : c-typeck.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h
+c-decl.o : c-decl.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h output.h
+c-typeck.o : c-typeck.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h output.h
 c-lang.o : c-lang.c $(CONFIG_H) $(TREE_H)
 c-lex.o : c-lex.c $(CONFIG_H) $(TREE_H) c-lex.h c-tree.h $(srcdir)/c-parse.h \
-    input.h flags.h $(srcdir)/c-gperf.h
+    input.h flags.h $(srcdir)/c-gperf.h c-pragma.h
 c-aux-info.o : c-aux-info.c  $(CONFIG_H) $(TREE_H) c-tree.h flags.h
 c-convert.o : c-convert.c $(CONFIG_H) $(TREE_H) flags.h
-c-pragma.o: c-pragma.c $(CONFIG_H) $(TREE_H)
+c-pragma.o: c-pragma.c $(CONFIG_H) $(TREE_H) c-pragma.h
 c-iterate.o: c-iterate.c $(CONFIG_H) $(TREE_H) $(RTL_H) c-tree.h flags.h
 
 # To make a configuration always use collect2, set USE_COLLECT2 to ld.
 ld: collect2
-       rm -f ld
-       ln collect2 ld
+       rm -f ld$(exeext)
+       ln collect2$(exeext) ld$(exeext) > /dev/null 2>&1 \
+          || cp collect2$(exeext) ld$(exeext)
 
-collect2 : collect2.o version.o $(LIBDEPS)
+collect2 : collect2.o cplus-dem.o underscore.o version.o \
+       choose-temp.o $(LIBDEPS)
 # Don't try modifying collect2 (aka ld) in place--it might be linking this.
-       -rm -f collect2
-       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o collect2 collect2.o version.o $(LIBS)
+       -rm -f collect2$(exeext)
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ collect2.o \
+         cplus-dem.o underscore.o version.o choose-temp.o $(LIBS)
 
-collect2.o : collect2.c $(CONFIG_H) gstab.h
+collect2.o : collect2.c $(CONFIG_H) gstab.h obstack.h demangle.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES)  \
-       -DTARGET_MACHINE=\"$(target)\" \
+       -DTARGET_MACHINE=\"$(target)\" $(MAYBE_USE_COLLECT2) \
        -c `echo $(srcdir)/collect2.c | sed 's,^\./,,'`
 
+cplus-dem.o: cplus-dem.c demangle.h
+
+underscore.c: stamp-under ; @true
+
+stamp-under: $(GCC_PASSES)
+       echo "int xxy_us_dummy;" >tmp-dum.c
+       $(GCC_FOR_TARGET) -S tmp-dum.c
+       echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c
+       if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \
+         echo "int prepends_underscore = 1;" >>tmp-under.c; \
+       else \
+         echo "int prepends_underscore = 0;" >>tmp-under.c; \
+       fi
+       $(srcdir)/move-if-change tmp-under.c underscore.c
+       -rm -f tmp-dum.c tmp-dum.s
+       touch stamp-under
+
 # Objective C language specific files.
 
 objc-parse.o : $(srcdir)/objc-parse.c $(CONFIG_H) $(TREE_H) c-lex.h \
@@ -1012,9 +1147,10 @@ objc-parse.o : $(srcdir)/objc-parse.c $(CONFIG_H) $(TREE_H) c-lex.h \
 $(srcdir)/objc-parse.c : $(srcdir)/objc-parse.y
        cd $(srcdir); $(BISON) $(BISONFLAGS) objc-parse.y -o objc-parse.c
 $(srcdir)/objc-parse.y: $(srcdir)/c-parse.in
+       echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y
        sed -e "/^ifc$$/,/^end ifc$$/d" \
          -e "/^ifobjc$$/d" -e "/^end ifobjc$$/d" \
-         $(srcdir)/c-parse.in >tmp-objc-prs.y
+         $(srcdir)/c-parse.in >>tmp-objc-prs.y
        $(srcdir)/move-if-change tmp-objc-prs.y $(srcdir)/objc-parse.y
 
 objc-act.o : objc-act.c $(CONFIG_H) $(TREE_H) $(RTL_H) c-tree.h c-lex.h \
@@ -1026,31 +1162,32 @@ c-common.o : c-common.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h
 
 # Language-independent files.
 
-gcc.o: gcc.c $(CONFIG_H) multilib.h config.status
+gcc.o: gcc.c $(CONFIG_H) multilib.h config.status $(lang_specs_files)
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
   -DSTANDARD_STARTFILE_PREFIX=\"$(libdir)/\" \
   -DSTANDARD_EXEC_PREFIX=\"$(libdir)/gcc-lib/\" \
   -DDEFAULT_TARGET_VERSION=\"$(version)\" \
   -DDEFAULT_TARGET_MACHINE=\"$(target)\" \
   -DTOOLDIR_BASE_PREFIX=\"$(exec_prefix)/\" \
-  $(MAYBE_TARGET_DEFAULT) \
   -c `echo $(srcdir)/gcc.c | sed 's,^\./,,'`
 
 dumpvers: dumpvers.c
 
 version.o: version.c
 obstack.o: obstack.c
+choose-temp.o: choose-temp.c
 
 convert.o: convert.c $(CONFIG_H) $(TREE_H) flags.h convert.h
 
 tree.o : tree.c $(CONFIG_H) $(TREE_H) flags.h function.h
 print-tree.o : print-tree.c $(CONFIG_H) $(TREE_H)
-stor-layout.o : stor-layout.c $(CONFIG_H) $(TREE_H) function.h
+stor-layout.o : stor-layout.c $(CONFIG_H) $(TREE_H) flags.h function.h
 fold-const.o : fold-const.c $(CONFIG_H) $(TREE_H) flags.h 
-toplev.o : toplev.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h input.h \
-   insn-attr.h xcoffout.h defaults.h
-       $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-         $(MAYBE_TARGET_DEFAULT) $(MAYBE_USE_COLLECT2) \
+toplev.o : toplev.c $(CONFIG_H) $(TREE_H) $(RTL_H) bytecode.h bc-emit.h \
+   flags.h input.h insn-attr.h xcoffout.h defaults.h output.h \
+   $(lang_options_files)
+       $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(MAYBE_USE_COLLECT2) \
+         -DTARGET_NAME=\"$(target)\" \
          -c `echo $(srcdir)/toplev.c | sed 's,^\./,,'`
 
 rtl.o : rtl.c $(CONFIG_H) $(RTL_H)
@@ -1058,12 +1195,12 @@ rtl.o : rtl.c $(CONFIG_H) $(RTL_H)
 print-rtl.o : print-rtl.c $(CONFIG_H) $(RTL_H)
 rtlanal.o : rtlanal.c $(CONFIG_H) $(RTL_H)
 
-toplev.o: bytecode.h bc-emit.h
 varasm.o : varasm.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h function.h \
-   defaults.h insn-codes.h expr.h hard-reg-set.h regs.h xcoffout.h bytecode.h
+   defaults.h insn-codes.h expr.h hard-reg-set.h regs.h xcoffout.h \
+   output.h bytecode.h c-pragma.h
 function.o : function.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h  \
    insn-flags.h insn-codes.h expr.h regs.h hard-reg-set.h insn-config.h \
-   recog.h output.h bytecode.h
+   recog.h output.h bytecode.h bc-emit.h
 stmt.o : stmt.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h  \
    insn-flags.h insn-config.h insn-codes.h hard-reg-set.h expr.h loop.h \
    recog.h bytecode.h bc-typecd.h bc-typecd.def bc-opcode.h bc-optab.h \
@@ -1071,7 +1208,7 @@ stmt.o : stmt.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h  \
 expr.o : expr.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h regs.h \
    insn-flags.h insn-codes.h expr.h insn-config.h recog.h output.h \
    typeclass.h bytecode.h bc-opcode.h bc-typecd.h bc-typecd.def bc-optab.h \
-   bc-emit.h modemap.def
+   bc-emit.h modemap.def hard-reg-set.h
 calls.o : calls.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h expr.h insn-codes.h \
    insn-flags.h
 expmed.o : expmed.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h  \
@@ -1094,7 +1231,7 @@ real.o : real.c $(CONFIG_H) $(TREE_H)
 getpwd.o : getpwd.c $(CONFIG_H)
 
 integrate.o : integrate.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h integrate.h \
-   insn-flags.h insn-config.h insn-codes.h expr.h real.h function.h \
+   insn-flags.h insn-config.h insn-codes.h expr.h real.h regs.h function.h \
    bytecode.h
 
 jump.o : jump.c $(CONFIG_H) $(RTL_H) flags.h hard-reg-set.h regs.h \
@@ -1119,13 +1256,14 @@ local-alloc.o : local-alloc.c $(CONFIG_H) $(RTL_H) flags.h basic-block.h \
 global.o : global.c $(CONFIG_H) $(RTL_H) flags.h  \
    basic-block.h regs.h hard-reg-set.h insn-config.h output.h
 
-reload.o : reload.c $(CONFIG_H) $(RTL_H) flags.h \
+reload.o : reload.c $(CONFIG_H) $(RTL_H) flags.h output.h \
    reload.h recog.h hard-reg-set.h insn-config.h insn-codes.h regs.h real.h
-reload1.o : reload1.c $(CONFIG_H) $(RTL_H) flags.h expr.h \
+reload1.o : reload1.c $(CONFIG_H) $(RTL_H) real.h flags.h expr.h \
    reload.h regs.h hard-reg-set.h insn-config.h insn-flags.h insn-codes.h \
    basic-block.h recog.h output.h
 caller-save.o : caller-save.c $(CONFIG_H) $(RTL_H) flags.h \
-   regs.h hard-reg-set.h insn-config.h basic-block.h recog.h reload.h expr.h
+   regs.h hard-reg-set.h insn-codes.h insn-config.h basic-block.h recog.h \
+   reload.h expr.h
 reorg.o : reorg.c $(CONFIG_H) $(RTL_H) conditions.h hard-reg-set.h \
    basic-block.h regs.h insn-config.h insn-attr.h insn-flags.h recog.h \
    flags.h output.h
@@ -1138,22 +1276,21 @@ recog.o : recog.c $(CONFIG_H) $(RTL_H)  \
    regs.h recog.h hard-reg-set.h flags.h insn-config.h insn-attr.h \
    insn-flags.h insn-codes.h real.h
 reg-stack.o : reg-stack.c $(CONFIG_H) $(RTL_H) $(TREE_H) \
-   regs.h hard-reg-set.h flags.h insn-config.h
+   regs.h hard-reg-set.h flags.h insn-config.h insn-flags.h
 
-aux-output.o : aux-output.c $(CONFIG_H) \
+$(out_object_file): $(out_file) $(CONFIG_H) $(TREE_H) \
    $(RTL_H) regs.h hard-reg-set.h real.h insn-config.h conditions.h \
    insn-flags.h output.h insn-attr.h insn-codes.h
-       $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-        $(MAYBE_TARGET_DEFAULT) aux-output.c
+       $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(out_file)
 
 # Build auxiliary files that support ecoff format.
 mips-tfile: mips-tfile.o version.o $(LIBDEPS)
-       $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ mips-tfile.o version.o $(LIBS)
 
 mips-tfile.o : mips-tfile.c $(CONFIG_H) $(RTL_H)
 
 mips-tdump: mips-tdump.o version.o $(LIBDEPS)
-       $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ mips-tdump.o version.o $(LIBS)
 
 mips-tdump.o : mips-tdump.c $(CONFIG_H) $(RTL_H)
 
@@ -1195,20 +1332,20 @@ alloca.o:       alloca.c
 # trailing `;'), we call true for each.
 
 insn-config.h: stamp-config ; @true
-stamp-config : md genconfig $(srcdir)/move-if-change
-       ./genconfig md > tmp-config.h
+stamp-config : $(md_file) genconfig $(srcdir)/move-if-change
+       ./genconfig $(md_file) > tmp-config.h
        $(srcdir)/move-if-change tmp-config.h insn-config.h
        touch stamp-config
 
 insn-flags.h: stamp-flags ; @true
-stamp-flags : md genflags $(srcdir)/move-if-change
-       ./genflags md > tmp-flags.h
+stamp-flags : $(md_file) genflags $(srcdir)/move-if-change
+       ./genflags $(md_file) > tmp-flags.h
        $(srcdir)/move-if-change tmp-flags.h insn-flags.h
        touch stamp-flags
 
 insn-codes.h: stamp-codes ; @true
-stamp-codes : md gencodes $(srcdir)/move-if-change
-       ./gencodes md > tmp-codes.h
+stamp-codes : $(md_file) gencodes $(srcdir)/move-if-change
+       ./gencodes $(md_file) > tmp-codes.h
        $(srcdir)/move-if-change tmp-codes.h insn-codes.h
        touch stamp-codes
 
@@ -1217,8 +1354,8 @@ insn-emit.o : insn-emit.c $(CONFIG_H) $(RTL_H) expr.h real.h output.h \
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-emit.c
 
 insn-emit.c: stamp-emit ; @true
-stamp-emit : md genemit $(srcdir)/move-if-change
-       ./genemit md > tmp-emit.c
+stamp-emit : $(md_file) genemit $(srcdir)/move-if-change
+       ./genemit $(md_file) > tmp-emit.c
        $(srcdir)/move-if-change tmp-emit.c insn-emit.c
        touch stamp-emit
 
@@ -1227,8 +1364,8 @@ insn-recog.o : insn-recog.c $(CONFIG_H) $(RTL_H) insn-config.h recog.h \
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-recog.c
 
 insn-recog.c: stamp-recog ; @true
-stamp-recog : md genrecog $(srcdir)/move-if-change
-       ./genrecog md > tmp-recog.c
+stamp-recog : $(md_file) genrecog $(srcdir)/move-if-change
+       ./genrecog $(md_file) > tmp-recog.c
        $(srcdir)/move-if-change tmp-recog.c insn-recog.c
        touch stamp-recog
 
@@ -1237,8 +1374,8 @@ insn-opinit.o : insn-opinit.c $(CONFIG_H) $(RTL_H) insn-codes.h insn-flags.h \
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-opinit.c
 
 insn-opinit.c: stamp-opinit ; @true
-stamp-opinit : md genopinit $(srcdir)/move-if-change
-       ./genopinit md > tmp-opinit.c
+stamp-opinit : $(md_file) genopinit $(srcdir)/move-if-change
+       ./genopinit $(md_file) > tmp-opinit.c
        $(srcdir)/move-if-change tmp-opinit.c insn-opinit.c
        touch stamp-opinit
 
@@ -1246,8 +1383,8 @@ insn-extract.o : insn-extract.c $(CONFIG_H) $(RTL_H)
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-extract.c
 
 insn-extract.c: stamp-extract ; @true
-stamp-extract : md genextract $(srcdir)/move-if-change
-       ./genextract md > tmp-extract.c
+stamp-extract : $(md_file) genextract $(srcdir)/move-if-change
+       ./genextract $(md_file) > tmp-extract.c
        $(srcdir)/move-if-change tmp-extract.c insn-extract.c
        touch stamp-extract
 
@@ -1255,8 +1392,8 @@ insn-peep.o : insn-peep.c $(CONFIG_H) $(RTL_H) regs.h output.h real.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-peep.c
 
 insn-peep.c: stamp-peep ; @true
-stamp-peep : md genpeep $(srcdir)/move-if-change
-       ./genpeep md > tmp-peep.c
+stamp-peep : $(md_file) genpeep $(srcdir)/move-if-change
+       ./genpeep $(md_file) > tmp-peep.c
        $(srcdir)/move-if-change tmp-peep.c insn-peep.c
        touch stamp-peep
 
@@ -1265,19 +1402,19 @@ insn-attrtab.o : insn-attrtab.c $(CONFIG_H) $(RTL_H) regs.h real.h output.h \
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-attrtab.c
 
 insn-attr.h: stamp-attr ; @true
-stamp-attr : md genattr $(srcdir)/move-if-change
-       ./genattr md > tmp-attr.h
+stamp-attr : $(md_file) genattr $(srcdir)/move-if-change
+       ./genattr $(md_file) > tmp-attr.h
        $(srcdir)/move-if-change tmp-attr.h insn-attr.h
        touch stamp-attr
 
 insn-attrtab.c: stamp-attrtab ; @true
-stamp-attrtab : md genattrtab $(srcdir)/move-if-change
-       if cmp -s $(PREMADE_ATTRTAB_MD) md;     \
+stamp-attrtab : $(md_file) genattrtab $(srcdir)/move-if-change
+       if cmp -s $(PREMADE_ATTRTAB_MD) $(md_file);     \
        then                                    \
          echo Using $(PREMADE_ATTRTAB);        \
          cp $(PREMADE_ATTRTAB) tmp-attrtab.c;  \
        else                                    \
-         ./genattrtab md > tmp-attrtab.c;      \
+         ./genattrtab $(md_file) > tmp-attrtab.c;      \
        fi
        $(srcdir)/move-if-change tmp-attrtab.c insn-attrtab.c
        touch stamp-attrtab
@@ -1288,8 +1425,8 @@ insn-output.o : insn-output.c $(CONFIG_H) $(RTL_H) regs.h real.h conditions.h \
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-output.c
 
 insn-output.c: stamp-output ; @true
-stamp-output : md genoutput $(srcdir)/move-if-change
-       ./genoutput md > tmp-output.c
+stamp-output : $(md_file) genoutput $(srcdir)/move-if-change
+       ./genoutput $(md_file) > tmp-output.c
        $(srcdir)/move-if-change tmp-output.c insn-output.c
        touch stamp-output
 \f
@@ -1306,84 +1443,84 @@ stamp-output : md genoutput $(srcdir)/move-if-change
 # Pass the md file through cpp if the target requests it.
 $(MD_FILE): $(MD_DEPS)
        rm -f $@
-       $(MD_CPP) $(MD_CPPFLAGS) md.pre-cpp | sed 's/^# /; /g' > tmp-$@
+       $(MD_CPP) $(MD_CPPFLAGS) $(md_file) | sed 's/^# /; /g' > tmp-$@
        mv tmp-$@ $@
 
 genconfig : genconfig.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genconfig \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
          genconfig.o $(HOST_RTL) $(HOST_LIBS)
 
-genconfig.o : genconfig.c $(RTL_H) hconfig.h
+genconfig.o : genconfig.c $(RTL_H) $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genconfig.c
 
 genflags : genflags.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genflags \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         genflags.o $(HOST_RTL) $(HOST_LIBS)
 
-genflags.o : genflags.c $(RTL_H) hconfig.h
+genflags.o : genflags.c $(RTL_H) $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genflags.c
 
 gencodes : gencodes.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o gencodes \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         gencodes.o $(HOST_RTL) $(HOST_LIBS)
 
-gencodes.o : gencodes.c $(RTL_H) hconfig.h
+gencodes.o : gencodes.c $(RTL_H) $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/gencodes.c
 
 genemit : genemit.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genemit \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         genemit.o $(HOST_RTL) $(HOST_LIBS)
 
-genemit.o : genemit.c $(RTL_H) hconfig.h
+genemit.o : genemit.c $(RTL_H) $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genemit.c
 
 genopinit : genopinit.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genopinit \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         genopinit.o $(HOST_RTL) $(HOST_LIBS)
 
-genopinit.o : genopinit.c $(RTL_H) hconfig.h
+genopinit.o : genopinit.c $(RTL_H) $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genopinit.c
 
 genrecog : genrecog.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genrecog \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         genrecog.o $(HOST_RTL) $(HOST_LIBS)
 
-genrecog.o : genrecog.c $(RTL_H) hconfig.h
+genrecog.o : genrecog.c $(RTL_H) $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genrecog.c
 
 genextract : genextract.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genextract \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         genextract.o $(HOST_RTL) $(HOST_LIBS)
 
-genextract.o : genextract.c $(RTL_H) hconfig.h insn-config.h
+genextract.o : genextract.c $(RTL_H) $(build_xm_file) insn-config.h
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genextract.c
 
 genpeep : genpeep.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genpeep \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         genpeep.o $(HOST_RTL) $(HOST_LIBS)
 
-genpeep.o : genpeep.c $(RTL_H) hconfig.h
+genpeep.o : genpeep.c $(RTL_H) $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genpeep.c
 
 genattr : genattr.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genattr \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         genattr.o $(HOST_RTL) $(HOST_LIBS)
 
-genattr.o : genattr.c $(RTL_H) hconfig.h
+genattr.o : genattr.c $(RTL_H) $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genattr.c
 
 genattrtab : genattrtab.o $(HOST_RTL) $(HOST_PRINT) $(HOST_RTLANAL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genattrtab \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         genattrtab.o $(HOST_RTL) $(HOST_PRINT) $(HOST_RTLANAL) $(HOST_LIBS)
 
-genattrtab.o : genattrtab.c $(RTL_H) hconfig.h insn-config.h
+genattrtab.o : genattrtab.c $(RTL_H)  $(build_xm_file) insn-config.h
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genattrtab.c
 
 genoutput : genoutput.o $(HOST_RTL) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genoutput \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         genoutput.o $(HOST_RTL) $(HOST_LIBS)
 
-genoutput.o : genoutput.c $(RTL_H) hconfig.h
+genoutput.o : genoutput.c $(RTL_H) $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genoutput.c
 \f
 # Compile the libraries to be used by gen*.
@@ -1426,56 +1563,46 @@ $(HOST_PREFIX_1):
        touch $(HOST_PREFIX_1)
 \f
 # Remake bytecode files.
-# BI_ALL=bi-run.o
-BI_ALL=
-BC_ALL=bc-opname.h bc-opcode.h bc-arity.h
 BI_OBJ=bi-parser.o bi-lexer.o bi-reverse.o
 
-
 bc-emit.o : bc-emit.c $(CONFIG_H) $(RTL_H) real.h $(BYTECODE_H) \
-        bc-arity.h bc-opcode.h bc-typecd.h bc-typecd.def bi-run.h bytetypes.h
+   bc-arity.h bc-opcode.h bc-typecd.h bc-typecd.def bi-run.h bytetypes.h
 bc-optab.o : bc-optab.c $(CONFIG_H) $(REAL_H) $(BYTECODE_H) \
-               bc-opcode.h bc-typecd.h bc-typecd.def
-
-
-bytecode: $(BI_ALL) $(BC_ALL)
+   bc-opcode.h bc-typecd.h bc-typecd.def
 
 bi-arity: bi-arity.o $(BI_OBJ) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o bi-arity \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         bi-arity.o $(BI_OBJ) $(HOST_LIBS)
 bi-opcode: bi-opcode.o $(BI_OBJ) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o bi-opcode \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         bi-opcode.o $(BI_OBJ) $(HOST_LIBS)
 bi-opname: bi-opname.o $(BI_OBJ) $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o bi-opname \
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         bi-opname.o $(BI_OBJ) $(HOST_LIBS)
 
-bi-run.o:      $(srcdir)/bi-run.c $(srcdir)/bi-run.h $(srcdir)/bc-typecd.h \
-  bc-opname.h bc-arity.h bc-opcode.h
-       $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/bi-run.c
 $(srcdir)/bi-parser.h: $(srcdir)/bi-parser.c
 $(srcdir)/bi-parser.c: $(srcdir)/bi-parser.y
        cd $(srcdir); $(BISON) $(BISONFLAGS) -d bi-parser.y -o bi-parser.c
-bi-parser.o:   $(srcdir)/bi-parser.c $(srcdir)/bi-defs.h hconfig.h
+
+bi-parser.o: $(srcdir)/bi-parser.c bi-defs.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-parser.c
-bi-lexer.o:    $(srcdir)/bi-lexer.c $(srcdir)/bi-parser.h hconfig.h
+bi-lexer.o: bi-lexer.c $(srcdir)/bi-parser.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-lexer.c
-bi-arity.o: bi-arity.c $(srcdir)/bi-defs.h hconfig.h
+bi-arity.o: bi-arity.c bi-defs.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-arity.c
-bi-opcode.o: bi-opcode.c $(srcdir)/bi-defs.h hconfig.h
+bi-opcode.o: bi-opcode.c bi-defs.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-opcode.c
-bi-opname.o: bi-opname.c $(srcdir)/bi-defs.h hconfig.h
+bi-opname.o: bi-opname.c bi-defs.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-opname.c
-bi-reverse.o: bi-reverse.c $(srcdir)/bi-defs.h
+bi-reverse.o: bi-reverse.c bi-defs.h
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-reverse.c
 
-
 bc-arity.h: stamp-bcarity ; @true
 stamp-bcarity : $(srcdir)/bytecode.def bi-arity $(srcdir)/move-if-change
        ./bi-arity < $(srcdir)/bytecode.def >tmp-bc-arity.h
@@ -1500,50 +1627,76 @@ bytecode.mostlyclean:
 bytecode.distclean bytecode.clean:     bytecode.mostlyclean
        -rm -f bi-arity bi-opcode bi-opname bi-lexer
 
-bytecode.realclean: bytecode.clean
+bytecode.maintainer-clean: bytecode.clean
        -rm -f bi-parser.c bi-parser.h
 
 \f
 # Remake cpp and protoize.
 
 # Making the preprocessor
-cpp: cccp
-       -rm -f cpp
-       ln cccp cpp
+cpp: $(CCCP)
+       -rm -f cpp$(exeext)
+       ln $(CCCP)$(exeext) cpp$(exeext) > /dev/null 2>&1 \
+        || cp $(CCCP)$(exeext) cpp$(exeext)
 cccp: cccp.o cexp.o version.o $(LIBDEPS)
-       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cccp cccp.o cexp.o version.o $(LIBS)
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ cccp.o cexp.o \
+         version.o $(LIBS)
 cexp.o: $(srcdir)/cexp.c $(CONFIG_H)
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/cexp.c
 $(srcdir)/cexp.c: $(srcdir)/cexp.y
        cd $(srcdir); $(BISON) -o cexp.c cexp.y
+
 cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status
 # The reason we use $(libdir)/g++-include rather than using libsubdir
 # is for compatibility with the current version of libg++.
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
          -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \
+         -DOLD_GPLUSPLUS_INCLUDE_DIR=\"$(old_gxx_include_dir)\" \
          -DLOCAL_INCLUDE_DIR=\"$(includedir)\" \
          -DCROSS_INCLUDE_DIR=\"$(libsubdir)/sys-include\" \
          -DTOOL_INCLUDE_DIR=\"$(tooldir)/include\" \
          -c `echo $(srcdir)/cccp.c | sed 's,^\./,,'`
 
+cppmain: cppmain.o cpplib.o cpphash.o cppalloc.o cpperror.o cppexp.o \
+  version.o $(LIBDEPS)
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ cppmain.o cpplib.o cpphash.o \
+         cppalloc.o cpperror.o cppexp.o version.o $(LIBS)
+
+cpplib.o: cpplib.c $(CONFIG_H) cpplib.h cpphash.h config.status
+       $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
+         -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
+         -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \
+         -DOLD_GPLUSPLUS_INCLUDE_DIR=\"$(old_gxx_include_dir)\" \
+         -DLOCAL_INCLUDE_DIR=\"$(includedir)\" \
+         -DCROSS_INCLUDE_DIR=\"$(libsubdir)/sys-include\" \
+         -DTOOL_INCLUDE_DIR=\"$(tooldir)/include\" \
+         -c `echo $(srcdir)/cpplib.c | sed 's,^\./,,'`
+
+cpperror.o: cpperror.c $(CONFIG_H) cpplib.h
+
+cppexp.o: cppexp.c $(CONFIG_H) cpplib.h
+
+cpphash.o: cpphash.c cpplib.h cpphash.h
+
+cppalloc.o: cppalloc.c $(CONFIG_H)
+
 # Note for the stamp targets, we run the program `true' instead of
 # having an empty command (nothing following the semicolon).
 
 proto: config.status protoize unprotoize SYSCALLS.c.X
 
 protoize: protoize.o getopt.o getopt1.o getpwd.o version.o $(LIBDEPS)
-       $(CC) $(ALL_CFLAGS) $(LDFLAGS) \
-         protoize.o getopt.o getopt1.o getpwd.o version.o $(LIBS) -o protoize
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
+         protoize.o getopt.o getopt1.o getpwd.o version.o $(LIBS)
 protoize.o: stamp-proto ; @true
 
 unprotoize: unprotoize.o getopt.o getopt1.o getpwd.o version.o $(LIBDEPS)
-       $(CC) $(ALL_CFLAGS) $(LDFLAGS) \
-         unprotoize.o getopt.o getopt1.o getpwd.o version.o $(LIBS) \
-          -o unprotoize
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
+         unprotoize.o getopt.o getopt1.o getpwd.o version.o $(LIBS)
 unprotoize.o:  stamp-proto ; @true
 
-stamp-proto:   $(srcdir)/protoize.c getopt.h $(CONFIG_H)
+stamp-proto: protoize.c getopt.h $(CONFIG_H)
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
           -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
          -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \
@@ -1552,7 +1705,7 @@ stamp-proto:      $(srcdir)/protoize.c getopt.h $(CONFIG_H)
          -DLOCAL_INCLUDE_DIR=\"$(includedir)\" \
          -DSTD_PROTO_DIR=\"$(libsubdir)\" \
          -DUNPROTOIZE $(srcdir)/protoize.c
-       mv protoize.o unprotoize.o
+       mv protoize$(objext) unprotoize$(objext)
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
           -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
          -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \
@@ -1563,13 +1716,14 @@ stamp-proto:    $(srcdir)/protoize.c getopt.h $(CONFIG_H)
          $(srcdir)/protoize.c
        touch stamp-proto
 
-getopt.o: $(srcdir)/getopt.c getopt.h
+getopt.o: getopt.c getopt.h
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/getopt.c
-getopt1.o: $(srcdir)/getopt1.c getopt.h
+getopt1.o: getopt1.c getopt.h
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/getopt1.c
 
 # This info describes the target machine, so compile with GCC just built.
-SYSCALLS.c.X: $(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES) stmp-int-hdrs
+SYSCALLS.c.X: $(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES) \
+   stmp-int-hdrs
        -rm -f SYSCALLS.c tmp-SYSCALLS.s
        cat $(srcdir)/sys-types.h $(srcdir)/sys-protos.h > SYSCALLS.c
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
@@ -1600,7 +1754,7 @@ test-protoize-simple: ./protoize ./unprotoize $(GCC_PASSES)
          -DSTD_PROTO_DIR=0" tmp-proto.c
        @echo Expect zero differences.
        diff $(srcdir)/protoize.c tmp-proto.c | cat
-       -rm -f tmp-proto.[cso]
+       -rm -f tmp-proto.[cs] tmp-proto$(objext)
 \f
 # Build the include directory.  The stamp files are stmp-* rather than
 # stamp-* so that mostlyclean does not force the include directory to
@@ -1615,11 +1769,13 @@ stmp-int-hdrs: stmp-fixinc $(USER_H) xlimits.h objc-headers
 # Using basename would be simpler, but some systems don't have it.
        objdir=`pwd`; \
        cd $(srcdir); \
-       for file in $(USER_H); do \
-         realfile=`echo $$file | sed -e 's|.*/\([^/]*\)$$|\1|'`; \
-         rm -f $$objdir/include/$$realfile; \
-         cp ginclude/$$realfile $$objdir/include; \
-         chmod a+r $$objdir/include/$$realfile; \
+       for file in .. $(USER_H); do \
+         if [ X$$file != X.. ]; then \
+           realfile=`echo $$file | sed -e 's|.*/\([^/]*\)$$|\1|'`; \
+           rm -f $$objdir/include/$$realfile; \
+           cp ginclude/$$realfile $$objdir/include; \
+           chmod a+r $$objdir/include/$$realfile; \
+         fi; \
        done
        rm -f include/limits.h
        cp xlimits.h include/limits.h
@@ -1638,7 +1794,7 @@ stmp-headers: stmp-int-hdrs gfloat.h
        touch stmp-headers
 
 # Build fixed copies of system files.
-stmp-fixinc: $(srcdir)/$(FIXINCLUDES) gsyslimits.h
+stmp-fixinc: $(FIXINCLUDES) gsyslimits.h
        rm -rf include
        mkdir include
        if [ x$(FIXINCLUDES) != xMakefile.in ]; \
@@ -1681,33 +1837,35 @@ deduced.h: $(GCC_PASSES) $(srcdir)/scan-types.sh stmp-int-hdrs
          $(SHELL) $(srcdir)/scan-types.sh "$(srcdir)" >tmp-deduced.h
        mv tmp-deduced.h deduced.h
 
-gen-protos: gen-protos.o scan.o $(HOST_LIBDEPS)
-       ${HOST_CC} $(HOST_CFLAGS) $(HOST_LDFLAGS) -o gen-protos \
-         gen-protos.o scan.o $(HOST_LIBS)
+gen-protos: gen-protos.o scan.o cppalloc.o $(HOST_LIBDEPS)
+       ${HOST_CC} $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
+         gen-protos.o scan.o cppalloc.o $(HOST_LIBS)
 
-gen-protos.o: gen-protos.c scan.h hconfig.h
+gen-protos.o: gen-protos.c scan.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/gen-protos.c
 
-scan.o: scan.c scan.h hconfig.h
+scan.o: scan.c scan.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/scan.c
 
 xsys-protos.h: $(GCC_PASSES) $(srcdir)/sys-protos.h deduced.h gen-protos Makefile
        cat deduced.h $(srcdir)/sys-protos.h > tmp-fixtmp.c
        mv tmp-fixtmp.c fixtmp.c
-       $(GCC_FOR_TARGET) fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE_ -U__WCHAR_TYPE__ -E \
+       $(GCC_FOR_TARGET) fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \
          | sed -e 's/  / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \
          | ./gen-protos >xsys-protos.hT
        mv xsys-protos.hT xsys-protos.h
        rm -rf fixtmp.c
 
-fix-header: fix-header.o scan-decls.o scan.o xsys-protos.h $(HOST_LIBDEPS)
-       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o fix-header \
-         fix-header.o scan-decls.o scan.o $(HOST_LIBS)
+fix-header: fix-header.o scan-decls.o scan.o xsys-protos.h $(HOST_LIBDEPS) \
+   cpplib.o cpphash.o cppalloc.o cppexp.o cpperror.o version.o
+       $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ fix-header.o \
+          scan-decls.o scan.o cpplib.o cpphash.o cppalloc.o version.o \
+          cppexp.o $(HOST_LIBS)
 
-fix-header.o: fix-header.c obstack.h scan.h xsys-protos.h hconfig.h
+fix-header.o: fix-header.c obstack.h scan.h xsys-protos.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/fix-header.c
 
-scan-decls.o: scan-decls.c scan.h hconfig.h
+scan-decls.o: scan-decls.c scan.h cpplib.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/scan-decls.c
 
 # stmp-fixproto depends on this, not on fix-header directly.
@@ -1730,9 +1888,8 @@ stmp-fixproto: fixhdr.ready fixproto stmp-headers
        -if [ -f include/fixed ] ; then true; \
        else \
          : This line works around a 'make' bug in BSDI 1.1.; \
-         CPP="$(GCC_FOR_TARGET) -E"; export CPP; \
-           FIXPROTO_DEFINES="$(FIXPROTO_DEFINES)"; export FIXPROTO_DEFINES; \
-           $(SHELL) ${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR); \
+         FIXPROTO_DEFINES="$(FIXPROTO_DEFINES)"; export FIXPROTO_DEFINES; \
+         $(SHELL) ${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR); \
          touch include/fixed; \
        fi
        touch stmp-fixproto
@@ -1743,11 +1900,11 @@ doc: info
 info: $(srcdir)/cpp.info $(srcdir)/gcc.info lang.info
 
 $(srcdir)/cpp.info: cpp.texi
-       cd $(srcdir); $(MAKEINFO) cpp.texi
+       cd $(srcdir); $(MAKEINFO) $(MAKEINFOFLAGS) cpp.texi
 
 $(srcdir)/gcc.info: gcc.texi extend.texi install.texi invoke.texi \
                md.texi rtl.texi tm.texi 
-       cd $(srcdir); $(MAKEINFO) gcc.texi
+       cd $(srcdir); $(MAKEINFO) $(MAKEINFOFLAGS) gcc.texi
 
 dvi: $(srcdir)/gcc.dvi $(srcdir)/cpp.dvi lang.dvi
 
@@ -1766,14 +1923,14 @@ $(srcdir)/INSTALL: install1.texi install.texi
 \f
 # Deletion of files made during compilation.
 # There are four levels of this:
-#   `mostlyclean', `clean', `distclean' and `realclean'.
+#   `mostlyclean', `clean', `distclean' and `maintainer-clean'.
 # `mostlyclean' is useful while working on a particular type of machine.
 # It deletes most, but not all, of the files made by compilation.
 # It does not delete libgcc.a or its parts, so it won't have to be recompiled.
 # `clean' deletes everything made by running `make all'.
 # `distclean' also deletes the files made by config.
-# `realclean' also deletes everything that could be regenerated automatically.
-# We remove as much from the language subdirectories as we can
+# `maintainer-clean' also deletes everything that could be regenerated
+# automatically.  We remove as much from the language subdirectories as we can
 # (less duplicated code).
 
 
@@ -1828,8 +1985,8 @@ clean: mostlyclean bytecode.clean lang.clean
 # but the spec for `make clean' requires it.
 # Using unprotoize.c is not quite right in the first place, 
 # but what better way is there?
-       -rm -f libgcc.a libgcc1.a libgcc2.a libgcc2.ready
-       -rm -f libgcc1.null $(LIB2FUNCS_EXTRA)
+       -rm -f libgcc.a libgcc1.a libgcc1-asm.a libgcc2.a libgcc2.ready
+       -rm -f libgcc1.null
        -rm -f *.dvi
        -rm -f */*.dvi
        -if [ -f md.pre-cpp ]; then \
@@ -1849,14 +2006,15 @@ clean: mostlyclean bytecode.clean lang.clean
 # Delete all files that users would normally create
 # while building and installing GCC.
 distclean: clean bytecode.distclean lang.distclean
-       -rm -f tm.h aux-output.c config.h config.status tconfig.h hconfig.h
-       -rm -f md md.pre-cpp
-       -rm -f Makefile *.oaux
+       -rm -f tm.h config.h tconfig.h hconfig.h md
+       -rm -f config.status config.run
+       -rm -f Makefile specs.h options.h *.oaux
        -rm -fr stage1 stage2 stage3 stage4
        -rm -f */stage1 */stage2 */stage3 */stage4 */include
        -rm -f objc-parse.output
        -rm -f c-parse.output
        -rm -f *.asm
+       -rm -f float.h
 
 # Delete anything likely to be found in the source directory
 # that shouldn't be in the distribution.
@@ -1877,7 +2035,7 @@ extraclean: distclean lang.extraclean
 
 # Get rid of every file that's generated from some other file.
 # Most of these files ARE PRESENT in the GCC distribution.
-realclean: distclean bytecode.realclean lang.realclean
+maintainer-clean: distclean bytecode.maintainer-clean lang.maintainer-clean
        -rm -f c-parse.y c-gperf.h objc-parse.y
        -rm -f objc-parse.c objc-parse.output
        -rm -f c-parse.c c-parse.h c-parse.output
@@ -1894,8 +2052,10 @@ realclean: distclean bytecode.realclean lang.realclean
 install: $(INSTALL_TARGET) ; @true
 
 # Copy the compiler files into directories where they will be run.
+# Install the driver last so that the window when things are
+# broken is small.
 install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
-    install-man install-info lang.install-normal
+    install-libobjc install-man install-info lang.install-normal install-driver
 
 # Do nothing while making gcc with a cross-compiler. The person who
 # makes gcc for the target machine has to know how to put a complete
@@ -1920,27 +2080,27 @@ install-float-h-cross: install-dir
 
 # Create the installation directory.
 install-dir:
-       -if [ -d $(libdir) ] ; then true ; else mkdir $(libdir) ; fi
-       -if [ -d $(libdir)/gcc-lib ] ; then true ; else mkdir $(libdir)/gcc-lib ; fi
+       -if [ -d $(libdir) ] ; then true ; else mkdir $(libdir) ; chmod a+rx $(libdir) ; fi
+       -if [ -d $(libdir)/gcc-lib ] ; then true ; else mkdir $(libdir)/gcc-lib ; chmod a+rx $(libdir)/gcc-lib ; fi
 # This dir isn't currently searched by cpp.
-#      -if [ -d $(libdir)/gcc-lib/include ] ; then true ; else mkdir $(libdir)/gcc-lib/include ; fi
-       -if [ -d $(libdir)/gcc-lib/$(target) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target) ; fi
-       -if [ -d $(libdir)/gcc-lib/$(target)/$(version) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target)/$(version) ; fi
-       -if [ -d $(libdir)/gcc-lib/$(target)/$(version)/include ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target)/$(version)/include ; fi
-       -if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi
-       -if [ -d $(includedir) ] ; then true ; else mkdir $(includedir) ; fi
-       -if [ -d $(tooldir) ] ; then true ; else mkdir $(tooldir) ; fi
-       -if [ -d $(assertdir) ] ; then true ; else mkdir $(assertdir) ; fi
-       -if [ -d $(infodir) ] ; then true ; else mkdir $(infodir) ; fi
+#      -if [ -d $(libdir)/gcc-lib/include ] ; then true ; else mkdir $(libdir)/gcc-lib/include ; chmod a+rx $(libdir)/gcc-lib/include ; fi
+       -if [ -d $(libdir)/gcc-lib/$(target) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target) ; chmod a+rx $(libdir)/gcc-lib/$(target) ; fi
+       -if [ -d $(libdir)/gcc-lib/$(target)/$(version) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target)/$(version) ; chmod a+rx $(libdir)/gcc-lib/$(target)/$(version) ; fi
+       -if [ -d $(libdir)/gcc-lib/$(target)/$(version)/include ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target)/$(version)/include ; chmod a+rx $(libdir)/gcc-lib/$(target)/$(version)/include ; fi
+       -if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; chmod a+rx $(bindir) ; fi
+       -if [ -d $(includedir) ] ; then true ; else mkdir $(includedir) ; chmod a+rx $(includedir) ; fi
+       -if [ -d $(tooldir) ] ; then true ; else mkdir $(tooldir) ; chmod a+rx $(tooldir) ; fi
+       -if [ -d $(assertdir) ] ; then true ; else mkdir $(assertdir) ; chmod a+rx $(assertdir) ; fi
+       -if [ -d $(infodir) ] ; then true ; else mkdir $(infodir) ; chmod a+rx $(infodir) ; fi
 # We don't use mkdir -p to create the parents of mandir,
 # because some systems don't support it.
 # Instead, we use this technique to create the immediate parent of mandir.
        -parent=`echo $(mandir)|sed -e 's@/[^/]*$$@@'`; \
-       if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
-       -if [ -d $(mandir) ] ; then true ; else mkdir $(mandir) ; fi
+       if [ -d $$parent ] ; then true ; else mkdir $$parent ; chmod a+rx $$parent ; fi
+       -if [ -d $(mandir) ] ; then true ; else mkdir $(mandir) ; chmod a+rx $(mandir) ; fi
 
 # Install the compiler executables built during cross compilation.
-install-common: native install-dir xgcc $(EXTRA_PARTS) lang.install-common
+install-common: native install-dir $(EXTRA_PARTS) lang.install-common
        for file in $(COMPILERS); do \
          if [ -f $$file ] ; then \
            rm -f $(libsubdir)/$$file; \
@@ -1965,35 +2125,39 @@ install-common: native install-dir xgcc $(EXTRA_PARTS) lang.install-common
          rm -f $(libsubdir)/specs; \
          $(INSTALL_DATA) specs $(libsubdir)/specs; \
        fi
-# Install the driver program as $(target)-gcc
-# and also as either gcc (if native) or $(tooldir)/bin/gcc.
-       -if [ -f gcc-cross ] ; then \
-         rm -f $(bindir)/$(GCC_CROSS_NAME); \
-         $(INSTALL_PROGRAM) gcc-cross $(bindir)/$(GCC_CROSS_NAME); \
-         if [ -d $(tooldir)/bin/. ] ; then \
-           rm -f $(tooldir)/bin/gcc; \
-           $(INSTALL_PROGRAM) gcc-cross $(tooldir)/bin/gcc; \
-         else true; fi; \
-       else \
-         rm -f $(bindir)/$(GCC_INSTALL_NAME); \
-         $(INSTALL_PROGRAM) xgcc $(bindir)/$(GCC_INSTALL_NAME); \
-         rm -f $(bindir)/$(target)-gcc-1; \
-         ln $(bindir)/$(GCC_INSTALL_NAME) $(bindir)/$(target)-gcc-1; \
-         mv $(bindir)/$(target)-gcc-1 $(bindir)/$(target)-gcc; \
-       fi
 # Install protoize if it was compiled.
-       -if [ -f protoize ]; \
+       -if [ -f protoize$(exeext) ]; \
        then \
-           rm -f $(bindir)/protoize; \
-           $(INSTALL_PROGRAM) protoize $(bindir)/protoize; \
-           rm -f $(bindir)/unprotoize; \
-           $(INSTALL_PROGRAM) unprotoize $(bindir)/unprotoize; \
+           rm -f $(bindir)/protoize$(exeext); \
+           $(INSTALL_PROGRAM) protoize$(exeext) $(bindir)/protoize$(exeext); \
+           rm -f $(bindir)/unprotoize$(exeext); \
+           $(INSTALL_PROGRAM) unprotoize$(exeext) $(bindir)/unprotoize$(exeext); \
            rm -f $(libsubdir)/SYSCALLS.c.X; \
            $(INSTALL_DATA) SYSCALLS.c.X $(libsubdir)/SYSCALLS.c.X; \
            chmod a-x $(libsubdir)/SYSCALLS.c.X; \
        fi
-       -rm -f $(libsubdir)/cpp
-       $(INSTALL_PROGRAM) cpp $(libsubdir)/cpp
+       -rm -f $(libsubdir)/cpp$(exeext)
+       $(INSTALL_PROGRAM) cpp$(exeext) $(libsubdir)/cpp$(exeext)
+
+# Install the driver program as $(target)-gcc
+# and also as either gcc (if native) or $(tooldir)/bin/gcc.
+install-driver: xgcc
+       -if [ -f gcc-cross$(exeext) ] ; then \
+         rm -f $(bindir)/$(GCC_CROSS_NAME)$(exeext); \
+         $(INSTALL_PROGRAM) gcc-cross$(exeext) $(bindir)/$(GCC_CROSS_NAME)$(exeext); \
+         if [ -d $(tooldir)/bin/. ] ; then \
+           rm -f $(tooldir)/bin/gcc$(exeext); \
+           $(INSTALL_PROGRAM) gcc-cross$(exeext) $(tooldir)/bin/gcc$(exeext); \
+         else true; fi; \
+       else \
+         rm -f $(bindir)/$(GCC_INSTALL_NAME)$(exeext); \
+         $(INSTALL_PROGRAM) xgcc$(exeext) $(bindir)/$(GCC_INSTALL_NAME)$(exeext); \
+         rm -f $(bindir)/$(target)-gcc-1$(exeext); \
+         ln $(bindir)/$(GCC_INSTALL_NAME)$(exeext) $(bindir)/$(target)-gcc-1$(exeext) \
+           > /dev/null 2>&1 \
+           || cp $(bindir)/$(GCC_INSTALL_NAME)$(exeext) $(bindir)/$(target)-gcc-1$(exeext); \
+         mv $(bindir)/$(target)-gcc-1$(exeext) $(bindir)/$(target)-gcc$(exeext); \
+       fi
 
 # Install the info files.
 install-info: doc install-dir lang.install-info
@@ -2040,7 +2204,7 @@ install-multilib: stmp-multilib install-dir
        done
 
 # Install the objc run time library.
-install-libobjc: libobjc.a install-dir
+install-libobjc: install-dir
        -if [ -f libobjc.a ] ; then \
          rm -f $(libsubdir)/libobjc.a; \
          $(INSTALL_DATA) libobjc.a $(libsubdir)/libobjc.a; \
@@ -2050,7 +2214,7 @@ install-libobjc: libobjc.a install-dir
        else true; fi
 
 # Install all the header files built in the include subdirectory.
-install-headers: install-include-dir $(INSTALL_HEADERS_DIR) install-assert-h
+install-headers: install-include-dir $(INSTALL_HEADERS_DIR) $(INSTALL_ASSERT_H)
 # Fix symlinks to absolute paths in the installed include directory to
 # point to the installed directory, not the build directory.
        -files=`cd $(libsubdir)/include; find . -type l -print 2>/dev/null`; \
@@ -2108,17 +2272,17 @@ install-assert-h: assert.h install-dir
 
 # Use this target to install the program `collect2' under the name `ld'.
 install-collect2: collect2 install-dir
-       $(INSTALL_PROGRAM) collect2 $(libsubdir)/ld
+       $(INSTALL_PROGRAM) collect2$(exeext) $(libsubdir)/ld$(exeext)
 # Install the driver program as $(libsubdir)/gcc for collect2.
-       $(INSTALL_PROGRAM) xgcc $(libsubdir)/gcc
+       $(INSTALL_PROGRAM) xgcc$(exeext) $(libsubdir)/gcc$(exeext)
 
 # Cancel installation by deleting the installed files.
 uninstall: lang.uninstall
        -rm -rf $(libsubdir)
-       -rm -rf $(bindir)/$(GCC_INSTALL_NAME)
-       -rm -rf $(bindir)/$(GCC_CROSS_NAME)
-       -rm -rf $(bindir)/protoize
-       -rm -rf $(bindir)/unprotoize
+       -rm -rf $(bindir)/$(GCC_INSTALL_NAME)$(exeext)
+       -rm -rf $(bindir)/$(GCC_CROSS_NAME)$(exeext)
+       -rm -rf $(bindir)/protoize$(exeext)
+       -rm -rf $(bindir)/unprotoize$(exeext)
        -rm -rf $(mandir)/$(GCC_INSTALL_NAME)$(manext)
        -rm -rf $(mandir)/$(GCC_CROSS_NAME)$(manext)
        -rm -rf $(mandir)/cccp$(manext)
@@ -2154,8 +2318,9 @@ gcc.xtar: distdir
 
 # This target exists to do the initial work before the language specific
 # stuff gets done.
-distdir-start: doc $(srcdir)/INSTALL c-parse.y $(srcdir)/c-gperf.h objc-parse.y \
-  c-parse.c objc-parse.c cexp.c
+distdir-start: doc $(srcdir)/INSTALL $(srcdir)/c-parse.y $(srcdir)/c-gperf.h \
+  $(srcdir)/objc-parse.y $(srcdir)/c-parse.c $(srcdir)/objc-parse.c \
+  $(srcdir)/cexp.c
        @if grep -s "for version ${mainversion}" gcc.texi > /dev/null; \
        then true; \
        else echo "You must update the version number in \`gcc.texi'"; sleep 10;\
@@ -2193,7 +2358,8 @@ distdir-start: doc $(srcdir)/INSTALL c-parse.y $(srcdir)/c-gperf.h objc-parse.y
        done
        cd ginclude; \
        for file in *[0-9a-zA-Z+]; do \
-         ln $$file ../tmp/ginclude >/dev/null 2>&1 || cp $$file ../tmp/ginclude; \
+         ln $$file ../tmp/ginclude >/dev/null 2>&1 \
+          || cp $$file ../tmp/ginclude; \
        done
        cd objc; \
        for file in *[0-9a-zA-Z+]; do \
@@ -2223,25 +2389,6 @@ diff:
          $(LANG_DIFF_EXCLUDES) \
          gcc-$(oldversion) gcc-$(version) > diffs
 
-# do make -f ../gcc/Makefile maketest DIR=../gcc
-# in the intended test directory to make it a suitable test directory.
-# THIS IS OBSOLETE; use the -srcdir operand in configure instead. 
-maketest:
-       ln -s $(DIR)/*.[chy] .
-       ln -s $(DIR)/configure .
-       ln -s $(DIR)/*.def .
-       -rm -f =*
-       ln -s $(DIR)/.gdbinit .
-       ln -s $(DIR)/$(FIXINCLUDES) .
-       -ln -s $(DIR)/bison.simple .
-       ln -s $(DIR)/config .
-       ln -s $(DIR)/move-if-change .
-# The then and else were swapped to avoid a problem on Ultrix.
-       if [ ! -f Makefile ] ; then ln -s $(DIR)/Makefile .; else false; fi
-       -rm tm.h aux-output.c config.h md
-       make clean
-# You must then run config to set up for compilation.
-
 bootstrap: force
 # Only build the C compiler for stage1, because that is the only one that
 # we can guarantee will build with the native compiler, and also it is the
@@ -2253,34 +2400,34 @@ bootstrap: force
 # To prevent `make install' from compiling alloca.o and then relinking cc1
 # because alloca.o is newer, we permit these recursive makes to compile
 # alloca.o.  Then cc1 is newer, so it won't have to be relinked.
-       $(MAKE) CC="stage1/xgcc -Bstage1/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
+       $(MAKE) CC="stage1/xgcc -Bstage1/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage1/ LANGUAGES="$(LANGUAGES)"
        $(MAKE) stage2
-       $(MAKE) CC="stage2/xgcc -Bstage2/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
+       $(MAKE) CC="stage2/xgcc -Bstage2/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage2/ LANGUAGES="$(LANGUAGES)"
 
 bootstrap2: force
-       $(MAKE) CC="stage1/xgcc -Bstage1/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
+       $(MAKE) CC="stage1/xgcc -Bstage1/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage1/ LANGUAGES="$(LANGUAGES)"
        $(MAKE) stage2
-       $(MAKE) CC="stage2/xgcc -Bstage2/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
+       $(MAKE) CC="stage2/xgcc -Bstage2/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage2/ LANGUAGES="$(LANGUAGES)"
 
 bootstrap3: force
-       $(MAKE) CC="stage2/xgcc -Bstage2/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
+       $(MAKE) CC="stage2/xgcc -Bstage2/" CFLAGS="$(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage2/ LANGUAGES="$(LANGUAGES)"
 
 # Compare the object files in the current directory with those in the
 # stage2 directory.
 
 # ./ avoids bug in some versions of tail.
 compare: force
-       for file in *.o; do \
+       for file in *$(objext); do \
          tail +16c ./$$file > tmp-foo1; \
          tail +16c stage2/$$file > tmp-foo2 2>/dev/null \
-           && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \
+           && (cmp tmp-foo1 tmp-foo2 || echo $$file differs) || true; \
        done
        for dir in tmp-foo $(SUBDIRS); do \
-         if [ "`echo $$dir/*.o`" != "$$dir/*.o" ] ; then \
-           for file in $$dir/*.o; do \
+         if [ "`echo $$dir/*$(objext)`" != "$$dir/*$(objext)" ] ; then \
+           for file in $$dir/*$(objext); do \
              tail +16c ./$$file > tmp-foo1; \
              tail +16c stage2/$$file > tmp-foo2 2>/dev/null \
-               && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \
+               && (cmp tmp-foo1 tmp-foo2 || echo $$file differs) || true; \
            done; \
          fi; \
        done
@@ -2288,17 +2435,17 @@ compare: force
 
 # Similar, but compare with stage3 directory
 compare3: force
-       for file in *.o; do \
+       for file in *$(objext); do \
          tail +16c ./$$file > tmp-foo1; \
          tail +16c stage3/$$file > tmp-foo2 2>/dev/null \
-           && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \
+           && (cmp tmp-foo1 tmp-foo2 || echo $$file differs) || true; \
        done
        for dir in tmp-foo $(SUBDIRS); do \
-         if [ "`echo $$dir/*.o`" != "$$dir/*.o" ] ; then \
-           for file in $$dir/*.o; do \
+         if [ "`echo $$dir/*$(objext)`" != "$$dir/*$(objext)" ] ; then \
+           for file in $$dir/*$(objext); do \
              tail +16c ./$$file > tmp-foo1; \
              tail +16c stage3/$$file > tmp-foo2 2>/dev/null \
-               && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \
+               && (cmp tmp-foo1 tmp-foo2 || echo $$file differs) || true; \
            done; \
          fi; \
        done
@@ -2309,12 +2456,12 @@ compare3: force
 # running tail and the overhead of twice copying each object file.
 
 gnucompare: force
-       for file in *.o; do \
+       for file in *$(objext); do \
          cmp --ignore-initial=16 $$file stage2/$$file || true ; \
        done
        for dir in tmp-foo $(SUBDIRS); do \
-         if [ "`echo $$dir/*.o`" != "$$dir/*.o" ] ; then \
-           for file in $$dir/*.o; do \
+         if [ "`echo $$dir/*$(objext)`" != "$$dir/*$(objext)" ] ; then \
+           for file in $$dir/*$(objext); do \
              cmp --ignore-initial=16 $$file stage2/$$file || true ; \
            done; \
          fi; \
@@ -2322,12 +2469,12 @@ gnucompare: force
 
 # Similar, but compare with stage3 directory
 gnucompare3: force
-       for file in *.o; do \
+       for file in *$(objext); do \
          cmp --ignore-initial=16 $$file stage3/$$file || true ; \
        done
        for dir in tmp-foo $(SUBDIRS); do \
-         if [ "`echo $$dir/*.o`" != "$$dir/*.o" ] ; then \
-           for file in $$dir/*.o; do \
+         if [ "`echo $$dir/*$(objext)`" != "$$dir/*$(objext)" ] ; then \
+           for file in $$dir/*$(objext); do \
              cmp --ignore-initial=16 $$file stage3/$$file || true ; \
            done; \
          fi; \
@@ -2343,9 +2490,9 @@ stage1-start:
        -mv $(STAGESTUFF) stage1
 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
 # dir will work properly.
-       -if [ -f as ] ; then cp as stage1 ; else true ; fi
-       -if [ -f ld ] ; then cp ld stage1 ; else true ; fi
-       -if [ -f real-ld ] ; then cp real-ld stage1 ; else true ; fi
+       -if [ -f as$(exeext) ] ; then ln -s ../as$(exeext) stage1 || cp as$(exeext) stage1 ; else true ; fi
+       -if [ -f ld$(exeext) ] ; then ln -s ../ld$(exeext) stage1 || cp ld$(exeext) stage1 ; else true ; fi
+       -if [ -f collect-ld$(exeext) ] ; then ln -s ../collect-ld$(exeext) stage1 || cp collect-ld$(exeext) stage1 ; else true ; fi
        -rm -f stage1/libgcc.a
        -cp libgcc.a stage1
        -if $(RANLIB_TEST) ; then $(RANLIB) stage1/libgcc.a; else true; fi
@@ -2360,9 +2507,9 @@ stage2-start:
        -mv $(STAGESTUFF) stage2
 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
 # dir will work properly.
-       -if [ -f as ] ; then cp as stage2 ; else true ; fi
-       -if [ -f ld ] ; then cp ld stage2 ; else true ; fi
-       -if [ -f real-ld ] ; then cp real-ld stage2 ; else true ; fi
+       -if [ -f as$(exeext) ] ; then ln -s ../as$(exeext) stage2 || cp as$(exeext) stage2 ; else true ; fi
+       -if [ -f ld$(exeext) ] ; then ln -s ../ld$(exeext) stage2 || cp ld$(exeext) stage2 ; else true ; fi
+       -if [ -f collect-ld ] ; then ln -s ../collect-ld$(exeext) stage2 || cp collect-ld$(exeext) stage2 ; else true ; fi
        -rm -f stage2/libgcc.a
        -cp libgcc.a stage2
        -if $(RANLIB_TEST) ; then $(RANLIB) stage2/libgcc.a; else true; fi
@@ -2377,9 +2524,9 @@ stage3-start:
        -mv $(STAGESTUFF) stage3
 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
 # dir will work properly.
-       -if [ -f as ] ; then cp as stage3 ; else true ; fi
-       -if [ -f ld ] ; then cp ld stage3 ; else true ; fi
-       -if [ -f real-ld ] ; then cp real-ld stage3 ; else true ; fi
+       -if [ -f as$(exeext) ] ; then ln -s ../as$(exeext) stage3 || cp as$(exeext) stage3 ; else true ; fi
+       -if [ -f ld$(exeext) ] ; then ln -s ../ld$(exeext) stage3 || cp ld$(exeext) stage3 ; else true ; fi
+       -if [ -f collect-ld$(exeext) ] ; then ln -s ../collect-ld$(exeext) stage3 || cp collect-ld$(exeext) stage3 ; else true ; fi
        -rm -f stage3/libgcc.a
        -cp libgcc.a stage3
        -if $(RANLIB_TEST) ; then $(RANLIB) stage3/libgcc.a; else true; fi
@@ -2394,9 +2541,9 @@ stage4-start:
        -mv $(STAGESTUFF) stage4
 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
 # dir will work properly.
-       -if [ -f as ] ; then cp as stage4 ; else true ; fi
-       -if [ -f ld ] ; then cp ld stage4 ; else true ; fi
-       -if [ -f real-ld ] ; then cp real-ld stage4 ; else true ; fi
+       -if [ -f as$(exeext) ] ; then ln -s ../as$(exeext) stage4 || cp as$(exeext) stage4 ; else true ; fi
+       -if [ -f ld$(exeext) ] ; then ln -s ../ld$(exeext) stage4 || cp ld$(exeext) stage4 ; else true ; fi
+       -if [ -f collect-ld$(exeext) ] ; then ln -s ../collect-ld$(exeext) stage4 || cp collect-ld$(exeext) stage4 ; else true ; fi
        -rm -f stage4/libgcc.a
        -cp libgcc.a stage4
        -if $(RANLIB_TEST) ; then $(RANLIB) stage4/libgcc.a; else true; fi
@@ -2405,56 +2552,20 @@ stage4: force stage4-start lang.stage4
 # Copy just the executable files from a particular stage into a subdirectory,
 # and delete the object files.  Use this if you're just verifying a version
 # that is pretty sure to work, and you are short of disk space.
-risky-stage1: force
-       -if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
-       -mv $(GCC_PARTS) stage1
-# Copy as/ld if they exist to stage dir, so that running xgcc from the stage
-# dir will work properly.
-       -if [ -f as ] ; then cp as stage1 ; else true ; fi
-       -if [ -f ld ] ; then cp ld stage1 ; else true ; fi
-       -if [ -f real-ld ] ; then cp real-ld stage1 ; else true ; fi
-       -rm -f stage1/libgcc.a
-       -cp libgcc.a stage1 && $(RANLIB) stage1/libgcc.a
-       -make clean
+risky-stage1: stage1
+       - make clean
 
-risky-stage2: force
-       -if [ -d stage2 ] ; then true ; else mkdir stage2 ; fi
-       -mv $(GCC_PARTS) stage2
-# Copy as/ld if they exist to stage dir, so that running xgcc from the stage
-# dir will work properly.
-       -if [ -f as ] ; then cp as stage2 ; else true ; fi
-       -if [ -f ld ] ; then cp ld stage2 ; else true ; fi
-       -if [ -f real-ld ] ; then cp real-ld stage2 ; else true ; fi
-       -rm -f stage2/libgcc.a
-       -cp libgcc.a stage2 && $(RANLIB) stage2/libgcc.a
+risky-stage2: stage2
        -make clean
 
-risky-stage3: force
-       -if [ -d stage3 ] ; then true ; else mkdir stage3 ; fi
-       -mv $(GCC_PARTS) stage3
-# Copy as/ld if they exist to stage dir, so that running xgcc from the stage
-# dir will work properly.
-       -if [ -f as ] ; then cp as stage3 ; else true ; fi
-       -if [ -f ld ] ; then cp ld stage3 ; else true ; fi
-       -if [ -f real-ld ] ; then cp real-ld stage3 ; else true ; fi
-       -rm -f stage3/libgcc.a
-       -cp libgcc.a stage3 && $(RANLIB) stage3/libgcc.a
+risky-stage3: stage3
        -make clean
 
-risky-stage4: force
-       -if [ -d stage4 ] ; then true ; else mkdir stage4 ; fi
-       -mv $(GCC_PARTS) stage4
-# Copy as/ld if they exist to stage dir, so that running xgcc from the stage
-# dir will work properly.
-       -if [ -f as ] ; then cp as stage4 ; else true ; fi
-       -if [ -f ld ] ; then cp ld stage4 ; else true ; fi
-       -if [ -f real-ld ] ; then cp real-ld stage4 ; else true ; fi
-       -rm -f stage4/libgcc.a
-       -cp libgcc.a stage4 && $(RANLIB) stage4/libgcc.a
+risky-stage4: stage4
        -make clean
 
 #In GNU Make, ignore whether `stage*' exists.
-.PHONY: stage1 stage2 stage3 stage4 clean realclean TAGS bootstrap
+.PHONY: stage1 stage2 stage3 stage4 clean maintainer-clean TAGS bootstrap
 .PHONY: risky-stage1 risky-stage2 risky-stage3 risky-stage4
 
 force: