From: Per Bothner Date: Mon, 21 Sep 1998 13:12:10 +0000 (+0000) Subject: Make-lang.in (c++-filt): Link libiberty.a after cxxmain.o. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5225130d3947153492247f344964f33b4128f50a;p=gcc.git Make-lang.in (c++-filt): Link libiberty.a after cxxmain.o. � * Make-lang.in (c++-filt): Link libiberty.a after cxxmain.o. From-SVN: r22527 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index df110e7e372..40293b886bd 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1998-09-21 Per Bothner + + * Make-lang.in (c++-filt): Link libiberty.a after cxxmain.o. + Mon Sep 21 01:53:05 1998 Felix Lee * lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT (). diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index 70e1459a5c3..320ffc3e7f2 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -110,8 +110,8 @@ cxxmain.o: $(srcdir)/../libiberty/cplus-dem.c demangle.h -DVERSION=\"$(version)\" cxxmain.c $(DEMANGLER_PROG): cxxmain.o underscore.o getopt.o getopt1.o $(LIBDEPS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) $(LIBS) -o $@ \ - cxxmain.o underscore.o getopt.o getopt1.o + $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \ + cxxmain.o underscore.o getopt.o getopt1.o $(LIBS) CXX_SRCS = $(srcdir)/cp/call.c $(srcdir)/cp/decl2.c \ $(srcdir)/cp/except.c $(srcdir)/cp/input.c $(srcdir)/cp/pt.c \