Fix a typo in iconv.m4.
config/ 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com> * iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS. Append $INCICONV to it. gdb/ 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com> * configure: Regenerate. binutils/ 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com> * configure: Regenerate. intl/ 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com> * configure: Regenerate.
This commit is contained in:
parent
dfbfec241a
commit
5d762de01c
8 changed files with 21 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2018-11-09 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* symtab.c (symbol_set_names): Call symbol_find_demangled_name
|
||||
|
|
2
gdb/configure
vendored
2
gdb/configure
vendored
|
@ -8719,7 +8719,7 @@ rm -f core conftest.err conftest.$ac_objext \
|
|||
if test "$am_cv_func_iconv" != yes; then
|
||||
am_save_CPPFLAGS="$CPPFLAGS"
|
||||
am_save_LIBS="$LIBS"
|
||||
CPPFLAGS="$LIBS $INCICONV"
|
||||
CPPFLAGS="$CPPFLAGS $INCICONV"
|
||||
LIBS="$LIBS $LIBICONV"
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue