annotate gcc/config/i386/t-djgpp @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents: 0
diff changeset
1
kono
parents: 0
diff changeset
2 EXTRA_OBJS += djgpp.o
kono
parents: 0
diff changeset
3
kono
parents: 0
diff changeset
4 djgpp.o: $(srcdir)/config/i386/djgpp.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
kono
parents: 0
diff changeset
5 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
kono
parents: 0
diff changeset
6 $(TM_P_H) $(HASH_TABLE_H) $(GGC_H) $(LTO_STREAMER_H)
kono
parents: 0
diff changeset
7 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
kono
parents: 0
diff changeset
8 $(srcdir)/config/i386/djgpp.c