aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-26 10:49:32 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-27 01:21:47 -0400
commit5d0b3088f75d2620eb87d5615a2637918d135491 (patch)
treec23d8ca87ee9d50e4f43b863370385f3c3b686ff /sim/ChangeLog
parentd57b6533281b33d74d8820f44bc2f76d36ead4b2 (diff)
downloadgdb-5d0b3088f75d2620eb87d5615a2637918d135491.zip
gdb-5d0b3088f75d2620eb87d5615a2637918d135491.tar.gz
gdb-5d0b3088f75d2620eb87d5615a2637918d135491.tar.bz2
sim: erc32: merge with common configure script
Move the unique library tests to the common code so we can delete the erc32 configure logic entirely.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 84adb1c..d63e656 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,13 @@
2021-06-27 Mike Frysinger <vapier@gentoo.org>
+ * arch-subdir.mk.in: Move TERMCAP and READLINE variables from
+ erc32/Makefile.in.
+ * configure.ac: Remove [true] from erc32 SIM_TARGET call.
+ * m4/sim_ac_platform.m4: Check for cygwin, termcap, and readline.
+ * configure, Makefile.in: Regenerate.
+
+2021-06-27 Mike Frysinger <vapier@gentoo.org>
+
* arch-subdir.mk.in: Move SDL_CFLAGS & SDL_LIBS from bfin/Makefile.in.
* m4/sim_ac_platform.m4: Call PKG_CHECK_MODULES and export SDL_CFLAGS
and SDL_LIBS.