aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@wrs.com>1999-12-21 06:18:22 +0000
committerJeff Law <law@gcc.gnu.org>1999-12-20 23:18:22 -0700
commita50fbd964a31e6a011cd44ef9cc6ad3e80296396 (patch)
treefe375847f319f3e3527bb9b9b7404d53b947f564
parentc6d69baca20b00af7a959cde1a3f793ef2edcb17 (diff)
downloadgcc-a50fbd964a31e6a011cd44ef9cc6ad3e80296396.zip
gcc-a50fbd964a31e6a011cd44ef9cc6ad3e80296396.tar.gz
gcc-a50fbd964a31e6a011cd44ef9cc6ad3e80296396.tar.bz2
Makefile.in (crtbegin.o, [...]): Depend on stmp-int-hdrs.
* Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on stmp-int-hdrs. (libgcc2.a): Similarly. From-SVN: r31045
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/Makefile.in8
2 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c08ade9..362b658 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+Mon Dec 20 23:15:36 1999 Mike Stump <mrs@wrs.com>
+
+ * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
+ stmp-int-hdrs.
+ (libgcc2.a): Similarly.
+
Mon Dec 20 23:06:47 1999 David Edelsohn <edelsohn@gnu.org>
* longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 327b061..2138d21 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1045,7 +1045,7 @@ libgcc2.ready: $(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs $(STMP_FIXPROTO)
LIB2ADD = $(srcdir)/frame.c $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(FPBIT) $(DPBIT) $(LIB2ADD) \
- $(MACHMODE_H) longlong.h frame.h gbl-ctors.h config.status
+ $(MACHMODE_H) longlong.h frame.h gbl-ctors.h config.status stmp-int-hdrs
# Actually build it in tmplibgcc2.a, then rename at end,
# so that libgcc2.a itself remains nonexistent if compilation is aborted.
-rm -f tmplibgcc2.a
@@ -1263,13 +1263,13 @@ stmp-multilib-sub:
# linked using GCC on systems using COFF or ELF, for the sake of C++
# constructors.
$(T)crtbegin.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) \
- defaults.h frame.h gbl-ctors.h
+ defaults.h frame.h gbl-ctors.h stmp-int-hdrs
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \
-finhibit-size-directive -fno-inline-functions -fno-exceptions $(CRTSTUFF_T_CFLAGS) \
-c $(srcdir)/crtstuff.c -DCRT_BEGIN -o $(T)crtbegin$(objext)
$(T)crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) \
- defaults.h frame.h gbl-ctors.h
+ defaults.h frame.h gbl-ctors.h stmp-int-hdrs
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \
-finhibit-size-directive -fno-inline-functions -fno-exceptions $(CRTSTUFF_T_CFLAGS) \
-c $(srcdir)/crtstuff.c -DCRT_END -o $(T)crtend$(objext)
@@ -1279,7 +1279,7 @@ $(T)crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) \
crtbeginS.o crtendS.o: s-crtS ; @true
s-crtS: crtstuff.c $(GCC_PASSES) $(CONFIG_H) \
- defaults.h frame.h gbl-ctors.h
+ defaults.h frame.h gbl-ctors.h stmp-int-hdrs
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(CRTSTUFF_T_CFLAGS_S) \
-DCRT_BEGIN -DCRTSTUFFS_O -finhibit-size-directive -fno-inline-functions \
-fno-exceptions -g0 -c $(srcdir)/crtstuff.c