aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-05-17 15:37:07 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-05-17 15:37:07 -0400
commit9c6e68c2ad0c4ca689e56be776837a9f977d9c57 (patch)
treebcdff691518018c2af896ffdc13c816718585b87
parent0ef1d6eeee3c4bd361ce5bf7779a5a9518df894d (diff)
downloadgcc-9c6e68c2ad0c4ca689e56be776837a9f977d9c57.zip
gcc-9c6e68c2ad0c4ca689e56be776837a9f977d9c57.tar.gz
gcc-9c6e68c2ad0c4ca689e56be776837a9f977d9c57.tar.bz2
(gcc.o, toplev.o, $(out_object_file)): Remove MAYBE_TARGET_DEFAULT.
From-SVN: r12013
-rw-r--r--gcc/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 803daa3..4849d1c 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1169,7 +1169,6 @@ gcc.o: gcc.c $(CONFIG_H) multilib.h config.status $(lang_specs_files)
-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
@@ -1187,8 +1186,7 @@ fold-const.o : fold-const.c $(CONFIG_H) $(TREE_H) flags.h
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_TARGET_DEFAULT) $(MAYBE_USE_COLLECT2) \
+ $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(MAYBE_USE_COLLECT2) \
-DTARGET_NAME=\"$(target)\" \
-c `echo $(srcdir)/toplev.c | sed 's,^\./,,'`
@@ -1283,8 +1281,7 @@ reg-stack.o : reg-stack.c $(CONFIG_H) $(RTL_H) $(TREE_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) $(out_file)
+ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(out_file)
# Build auxiliary files that support ecoff format.
mips-tfile: mips-tfile.o version.o $(LIBDEPS)