aboutsummaryrefslogtreecommitdiff
path: root/gdb/README
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-04-21 13:58:49 -0600
committerTom Tromey <tom@tromey.com>2019-08-12 10:57:56 -0600
commit86c6b807f50ecec84e55007bf6cb6e54c159727b (patch)
tree1b3454909a376b369eecaf0df7d20b7558bf5bce /gdb/README
parent5db2718ce48c497e317787caebacd019da59c3b0 (diff)
downloadfsf-binutils-gdb-86c6b807f50ecec84e55007bf6cb6e54c159727b.zip
fsf-binutils-gdb-86c6b807f50ecec84e55007bf6cb6e54c159727b.tar.gz
fsf-binutils-gdb-86c6b807f50ecec84e55007bf6cb6e54c159727b.tar.bz2
Require readline 7 or newer
This changes gdb to require readline 7 or newer at build time. gdb/ChangeLog 2019-08-12 Tom Tromey <tom@tromey.com> * configure: Rebuild. * configure.ac: Check for readline 7. * NEWS: Mention readline 7 requirement. * README: Update. gdb/doc/ChangeLog 2019-08-12 Tom Tromey <tom@tromey.com> * gdb.texinfo (Configure Options): Document minimum version of readline.
Diffstat (limited to 'gdb/README')
-rw-r--r--gdb/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/README b/gdb/README
index 8a91aab..8883a8a 100644
--- a/gdb/README
+++ b/gdb/README
@@ -439,7 +439,8 @@ more obscure GDB `configure' options are not listed here.
`--with-system-readline'
Use the readline library installed on the host, rather than the
- library supplied as part of GDB.
+ library supplied as part of GDB. Readline 7 or newer is required;
+ this is enforced by the build system.
`--with-system-zlib
Use the zlib library installed on the host, rather than the