mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 08:40:33 +08:00
t-winnt (winnt.o): Rewrite based on .c.o rule.
* i386/t-winnt (winnt.o): Rewrite based on .c.o rule. (oldnames.o,spawnv.o): Add rules for. From-SVN: r11702
This commit is contained in:
parent
2570cc939a
commit
ae8ff0096b
@ -1,2 +1,6 @@
|
||||
winnt.o: $(srcdir)/config/i386/winnt.c
|
||||
$(CC) -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/i386/winnt.c
|
||||
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
|
||||
oldnames.o: $(srcdir)/config/winnt/oldnames.c
|
||||
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/winnt/oldnames.c
|
||||
spawnv.o: $(srcdir)/config/winnt/spawnv.c
|
||||
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/winnt/spawnv.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user