aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2003-09-24 07:49:13 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2003-09-24 07:49:13 +0000
commit859a68dce63b1dc4c1afbd97d83689e022d78297 (patch)
tree6cfc647535ba6de0bdee5bdf242f86233c541ea3 /gcc
parentafa1ee5e6f7e89794d377dc804801367af84dfdd (diff)
downloadgcc-859a68dce63b1dc4c1afbd97d83689e022d78297.zip
gcc-859a68dce63b1dc4c1afbd97d83689e022d78297.tar.gz
gcc-859a68dce63b1dc4c1afbd97d83689e022d78297.tar.bz2
* config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.
From-SVN: r71728
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/t-darwin2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 41abb47..5204532 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -74,6 +74,8 @@
2003-09-23 Geoffrey Keating <geoffk@apple.com>
+ * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.
+
* config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't
pass zero-size arrays by reference.
(rs6000_va_arg): Likewise.
diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin
index c5741e4..8743fc1 100644
--- a/gcc/config/t-darwin
+++ b/gcc/config/t-darwin
@@ -12,7 +12,7 @@ gt-darwin.h : s-gtype ; @true
# Explain how to build crt2.o
$(T)crt2$(objext): $(srcdir)/config/darwin-crt2.c $(GCC_PASSES) \
- $(TCONFIG_H) tsystem.h
+ $(TCONFIG_H) stmp-int-hdrs tsystem.h
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) \
-c $(srcdir)/config/darwin-crt2.c -o $(T)crt2$(objext)