diff options
Diffstat (limited to 'gcc/config/x-darwin')
-rw-r--r-- | gcc/config/x-darwin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/x-darwin b/gcc/config/x-darwin new file mode 100644 index 000000000..f671d911f --- /dev/null +++ b/gcc/config/x-darwin @@ -0,0 +1,3 @@ +host-darwin.o : $(srcdir)/config/host-darwin.c $(CONFIG_H) $(SYSTEM_H) \ + coretypes.h toplev.h config/host-darwin.h + $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< |