Please integrate this snippet, so that gdb can skip building the shipped libreadline, when the system-libreadline is used, see https://sourceware.org/bugzilla/show_bug.cgi?id=18632 for details diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -253,6 +253,12 @@ if test x$with_system_zlib = xyes ; then noconfigdirs="$noconfigdirs zlib" fi +# Don't compile the bundled readline/libreadline.a in gdb-binutils if +# --with-system-readline is provided. +if test x$with_system_readline = xyes ; then + noconfigdirs="$noconfigdirs readline" +fi + # some tools are so dependent upon X11 that if we're not building with X, # it's not even worth trying to configure, much less build, that tool.
Patches should be sent to gcc-patches@ after reading https://gcc.gnu.org/contribute.html .
Created attachment 44905 [details] Why don’t the GCC mailservers accept my email to gcc-pathces?
https://gcc.gnu.org/lists.html#policies The mailing lists reject emails with MIME types like text/html or mixed/multipart, they only accept plain text.
The mail I send has only text/plain MIME part. Moreover, the mail was not permanently rejected. I want to know why the mail server says "Retry sending later".
Send email issues to postmaster@sourceware.org (not overseers, that's another mailing list on the same server).
I have misspelled the domain — gnu.gcc.org
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;f=configure.ac;h=69961a84c9b3744a10248fb6cbccc3c688a1e0a5 It would be useful if both configures were synced up again ....
(In reply to Andrew Pinski from comment #7) > https://sourceware.org/git/?p=binutils-gdb.git;a=commit;f=configure.ac; > h=69961a84c9b3744a10248fb6cbccc3c688a1e0a5 > > It would be useful if both configures were synced up again .... https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=36ba985145ffa8e2078033fc1f1cf22851707a8e