summaryrefslogtreecommitdiff
path: root/gcc/config/t-darwin
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/t-darwin')
-rw-r--r--gcc/config/t-darwin5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin
index 8ab072f53dd..2949e6baad0 100644
--- a/gcc/config/t-darwin
+++ b/gcc/config/t-darwin
@@ -12,6 +12,11 @@ darwin-c.o: $(srcdir)/config/darwin-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
gt-darwin.h : s-gtype ; @true
+darwin-driver.o: $(srcdir)/config/darwin-driver.c \
+ $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H)
+ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
+ $(srcdir)/config/darwin-driver.c
+
# How to build crt3.o
EXTRA_MULTILIB_PARTS=crt3.o
# Pass -fno-tree-dominator-opts to work around bug 26840.