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/Makefile.in | |
parent | d6581fcd69a8e248db054fdad57b92b024bb9db0 (diff) | |
download | gdb-51de628a224b05e80dbde2ed00ba2fc022cd6028.zip gdb-51de628a224b05e80dbde2ed00ba2fc022cd6028.tar.gz gdb-51de628a224b05e80dbde2ed00ba2fc022cd6028.tar.bz2 |
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/Makefile.in')
-rw-r--r-- | sim/m32c/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in index 15ade0b..7e27eb5 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 |