diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1994-09-08 17:59:59 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1994-09-08 17:59:59 +0000 |
commit | 31533f561d75c4f6fd475049883c3b369a0bf5fa (patch) | |
tree | f97208baa98d2bec4e33e8fc517f8de4e2b24f95 | |
parent | f5316dfe88b8d1b8d3012c1f75349edf2ba1bdde (diff) | |
download | gcc-31533f561d75c4f6fd475049883c3b369a0bf5fa.zip gcc-31533f561d75c4f6fd475049883c3b369a0bf5fa.tar.gz gcc-31533f561d75c4f6fd475049883c3b369a0bf5fa.tar.bz2 |
Define TARGET_CPU_DEFAULT when building aux-output.o
From-SVN: r8041
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1deef4b..9c960bb 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1125,6 +1125,8 @@ reg-stack.o : reg-stack.c $(CONFIG_H) $(RTL_H) $(TREE_H) \ aux-output.o : aux-output.c $(CONFIG_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 # Build auxiliary files that support ecoff format. mips-tfile: mips-tfile.o version.o $(LIBDEPS) |