diff options
author | Tom Tromey <tom@tromey.com> | 2021-04-22 19:51:54 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2021-04-22 19:51:55 -0600 |
commit | 51de628a224b05e80dbde2ed00ba2fc022cd6028 (patch) | |
tree | d07afe645bf96e97d454a29fcbf99a3b4133ed24 /sim/m32c | |
parent | d6581fcd69a8e248db054fdad57b92b024bb9db0 (diff) | |
download | binutils-gdb-51de628a224b05e80dbde2ed00ba2fc022cd6028.tar.gz |
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.
Diffstat (limited to 'sim/m32c')
-rw-r--r-- | sim/m32c/ChangeLog | 4 | ||||
-rw-r--r-- | sim/m32c/Makefile.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index c4d187d5709..117ce05bcca 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,5 +1,9 @@ 2021-04-22 Tom Tromey <tom@tromey.com> + * Makefile.in (LIBS): Remove + +2021-04-22 Tom Tromey <tom@tromey.com> + * configure: Rebuild. 2021-04-21 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in index 15ade0b74be..7e27eb57da0 100644 --- a/sim/m32c/Makefile.in +++ b/sim/m32c/Makefile.in @@ -43,8 +43,6 @@ SIM_OBJS = \ trace.o \ $(ENDLIST) -LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a - ## COMMON_POST_CONFIG_FRAG arch = m32c |