From: Andrew Cagney Date: Wed, 14 Mar 2001 21:51:31 +0000 (+0000) Subject: Link with libintl, needed by libopcodes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e6cd1593b6fbd88fd9c145acce6c6a36fbaa640;p=binutils-gdb.git Link with libintl, needed by libopcodes. --- diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 012325298f3..6ac403dd05d 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,7 @@ +2001-03-14 Andrew Cagney + + * Makefile.in (gencode): Link with libintl. + 2001-01-31 Jonathan Larmour * Makefile.in (gencode): Link with libopcodes in build tree rather diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 7910aab1110..04f02d93a0c 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -56,8 +56,8 @@ tmp-gencode: gencode touch tmp-gencode gencode.o: gencode.c $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c -gencode: gencode.o ../../opcodes/libopcodes.a - $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a +gencode: gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a + $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a