mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
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:
@ -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.
|
||||
|
@ -43,8 +43,6 @@ SIM_OBJS = \
|
||||
trace.o \
|
||||
$(ENDLIST)
|
||||
|
||||
LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a
|
||||
|
||||
## COMMON_POST_CONFIG_FRAG
|
||||
|
||||
arch = m32c
|
||||
|
@ -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)
|
||||
|
@ -42,8 +42,6 @@ SIM_OBJS = \
|
||||
err.o \
|
||||
$(ENDLIST)
|
||||
|
||||
LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a
|
||||
|
||||
## COMMON_POST_CONFIG_FRAG
|
||||
|
||||
arch = rx
|
||||
|
Reference in New Issue
Block a user