diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-28 22:26:24 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-28 22:26:24 +0000 |
| commit | 08337bc31ad32b3be939c6f353d5a32a304dd249 (patch) | |
| tree | ada1d85ce602a4e8de5c944b8ba241de0757426f /gcc | |
| parent | dd8f0e0b988ba222d20eb9d3f870d68fd7c7a360 (diff) | |
| download | ppe42-gcc-08337bc31ad32b3be939c6f353d5a32a304dd249.tar.gz ppe42-gcc-08337bc31ad32b3be939c6f353d5a32a304dd249.zip | |
* Makefile.in (cc1plus): Put CXX_OBJS, and thence @extra_cxx_objs@,
last.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23414 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/cp/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/cp/Makefile.in | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 1e07758b00d..4ae7b594275 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1998-10-29 Richard Henderson <rth@cygnus.com> + + * Makefile.in (cc1plus): Put CXX_OBJS, and thence @extra_cxx_objs@, + last. + 1998-10-28 Jason Merrill <jason@yorick.cygnus.com> * class.c (instantiate_type): Don't consider templates for a normal diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 425bedd3dd2..9999f117b10 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -188,9 +188,8 @@ OBJS = `cat ../stamp-objlist` ../c-common.o ../c-pragma.o OBJDEPS = ../stamp-objlist ../c-common.o ../c-pragma.o compiler: ../cc1plus$(exeext) -../cc1plus$(exeext): $(P) $(CXX_OBJS) $(OBJDEPS) $(LIBDEPS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \ - $(CXX_OBJS) $(OBJS) $(LIBS) +../cc1plus$(exeext): $(P) $(OBJDEPS) $(CXX_OBJS) $(LIBDEPS) + $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CXX_OBJS) $(LIBS) Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure cd ..; $(SHELL) config.status |

