aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2010-02-20 06:50:26 +0000
committerMike Stump <mrs@gcc.gnu.org>2010-02-20 06:50:26 +0000
commitf233f7ed7fe361eeab0fdc35ff821b87b8d10a59 (patch)
treef84f0075e2b69aa3439b4d532a093fe41761ddde /gcc
parentd88900d78272886e064703a50476e59b2b2e404c (diff)
downloadgcc-f233f7ed7fe361eeab0fdc35ff821b87b8d10a59.zip
gcc-f233f7ed7fe361eeab0fdc35ff821b87b8d10a59.tar.gz
gcc-f233f7ed7fe361eeab0fdc35ff821b87b8d10a59.tar.bz2
* config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
From-SVN: r156922
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/t-darwin2
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5c44f16..b34e83a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-19 Mike Stump <mikestump@comcast.net>
+
+ * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
+
2010-02-19 Jason Merrill <jason@redhat.com>
PR target/40332
diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin
index 49dfa2e..e934484 100644
--- a/gcc/config/t-darwin
+++ b/gcc/config/t-darwin
@@ -35,8 +35,6 @@ darwin-f.o: $(srcdir)/config/darwin-f.c $(CONFIG_H) $(SYSTEM_H) coretypes.h
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/darwin-f.c $(PREPROCESSOR_DEFINES)
-gt-darwin.h : s-gtype ; @true
-
darwin-driver.o: $(srcdir)/config/darwin-driver.c \
$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \