diff options
-rw-r--r-- | sim/m32c/ChangeLog | 4 | ||||
-rw-r--r-- | sim/m32c/Makefile.in | 2 | ||||
-rw-r--r-- | sim/rx/ChangeLog | 4 | ||||
-rw-r--r-- | sim/rx/Makefile.in | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index c4d187d..117ce05 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 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 diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 1434f15..e1d4d19 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/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> + * Makefile.in (err.o, fpu.o, gdb-if.o, load.o, main.o, mem.o) (misc.o, reg.o, rx.o, syscalls.o, trace.o): Remove. diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in index 45b956c..9e83e3a 100644 --- a/sim/rx/Makefile.in +++ b/sim/rx/Makefile.in @@ -42,8 +42,6 @@ SIM_OBJS = \ err.o \ $(ENDLIST) -LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a - ## COMMON_POST_CONFIG_FRAG arch = rx |