Remove LIBS from two sim Makefiles

A couple of sim Makefiles define LIBS, but don't use it.  This removes
these.

sim/m32c/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* Makefile.in (LIBS): Remove

sim/rx/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* Makefile.in (LIBS): Remove.
This commit is contained in:
Tom Tromey
2021-04-22 19:51:54 -06:00
parent d6581fcd69
commit 51de628a22
4 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2021-04-22 Tom Tromey <tom@tromey.com>
* Makefile.in (LIBS): Remove
2021-04-22 Tom Tromey <tom@tromey.com>
* configure: Rebuild.

View File

@ -43,8 +43,6 @@ SIM_OBJS = \
trace.o \
$(ENDLIST)
LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a
## COMMON_POST_CONFIG_FRAG
arch = m32c

View File

@ -1,3 +1,7 @@
2021-04-22 Tom Tromey <tom@tromey.com>
* Makefile.in (LIBS): Remove.
2021-04-22 Tom Tromey <tom@tromey.com>
* Makefile.in (err.o, fpu.o, gdb-if.o, load.o, main.o, mem.o)

View File

@ -42,8 +42,6 @@ SIM_OBJS = \
err.o \
$(ENDLIST)
LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a
## COMMON_POST_CONFIG_FRAG
arch = rx