diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-05-09 12:46:38 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-05-09 12:47:28 +0300 |
commit | 5021daf303393722f58f4422d7ad53d526aa2d50 (patch) | |
tree | 573d3a987617d080aa974a837b985ca6254091ed | |
parent | cba95c27876724059c3e99ea1857fb19b9cf8220 (diff) | |
download | gdb-5021daf303393722f58f4422d7ad53d526aa2d50.zip gdb-5021daf303393722f58f4422d7ad53d526aa2d50.tar.gz gdb-5021daf303393722f58f4422d7ad53d526aa2d50.tar.bz2 |
Fix typo in gdb/README.
Patch from Tiezhu Yang <yangtiezhu@loongson.cn>.
-rw-r--r-- | gdb/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -451,7 +451,7 @@ more obscure GDB `configure' options are not listed here. library supplied as part of GDB. Readline 7 or newer is required; this is enforced by the build system. -`--with-system-zlib +`--with-system-zlib' Use the zlib library installed on the host, rather than the library supplied as part of GDB. |