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
This commit is contained in:
Per Bothner 1998-09-21 13:12:10 +00:00 committed by Per Bothner
parent 724001bbb3
commit 5225130d39
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
1998-09-21 Per Bothner <bothner@cygnus.com>
* Make-lang.in (c++-filt): Link libiberty.a after cxxmain.o.
Mon Sep 21 01:53:05 1998 Felix Lee <flee@cygnus.com>
* lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().

View file

@ -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 \