diff options
author | Doug Evans <dje@gnu.org> | 1996-05-17 16:13:20 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-05-17 16:13:20 +0000 |
commit | 66eaaa860e299038199e0ff7e8282605a0ee4c20 (patch) | |
tree | 008362b2efaf9840cae909e7dce30853647b648d | |
parent | 5f3d14e3bd04f69d2b8107e48224cccfc31a774f (diff) | |
download | gcc-66eaaa860e299038199e0ff7e8282605a0ee4c20.zip gcc-66eaaa860e299038199e0ff7e8282605a0ee4c20.tar.gz gcc-66eaaa860e299038199e0ff7e8282605a0ee4c20.tar.bz2 |
(toplev.o): Pass -DTARGET_NAME.
From-SVN: r11991
-rw-r--r-- | gcc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ece08a6..803daa3 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1189,6 +1189,7 @@ toplev.o : toplev.c $(CONFIG_H) $(TREE_H) $(RTL_H) bytecode.h bc-emit.h \ $(lang_options_files) $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(MAYBE_TARGET_DEFAULT) $(MAYBE_USE_COLLECT2) \ + -DTARGET_NAME=\"$(target)\" \ -c `echo $(srcdir)/toplev.c | sed 's,^\./,,'` rtl.o : rtl.c $(CONFIG_H) $(RTL_H) |