+reminder+ Don’t build gdb/readline/libreadline.a, when --with-system-readline is supplied

2018-11-14 Thread Дилян Палаузов
Forwarded Message From: Дилян Палаузов To: gcc-patches@gcc.gnu.org Subject: Don’t build gdb/readline/libreadline.a, when --with-system- readline is supplied Date: Sat, 27 Oct 2018 19:53:44 + Building GDB always builds the bundled libreadline.a, even if use of the

Don’t build gdb/readline/libreadline.a, when --with-system-readline is supplied

2018-10-27 Thread Дилян Палаузов
Building GDB always builds the bundles libreadline.a, even if use of the libreadline installed on the system was requested with --with- system-readline. The change below is for binutils-gdb’s/configure.ac, which is maintained by gcc. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87741 [GCC] a