mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 20:10:27 +08:00
iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com> * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS. Append $INCICONV to it. gcc/ * configure: Regenerated. libcpp/ * configure: Likewise. libstdc++-v3/ * configure: Likewise. intl/ * configure: Likewise. From-SVN: r265896
This commit is contained in:
parent
48b2caf016
commit
e9f3803db3
@ -1,3 +1,8 @@
|
||||
2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||
|
||||
* config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
|
||||
Append $INCICONV to it.
|
||||
|
||||
2018-11-04 Stafford Horne <shorne@gmail.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
@ -73,7 +73,7 @@ AC_DEFUN([AM_ICONV_LINK],
|
||||
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"
|
||||
AC_TRY_LINK([#include <stdlib.h>
|
||||
#include <iconv.h>],
|
||||
|
@ -1,3 +1,7 @@
|
||||
2018-11-07 Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2018-11-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
|
||||
|
||||
PR c/87691
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -10833,7 +10833,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. */
|
||||
|
@ -1,3 +1,7 @@
|
||||
2018-11-07 Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2018-10-31 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
PR bootstrap/82856
|
||||
|
2
intl/configure
vendored
2
intl/configure
vendored
@ -5639,7 +5639,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. */
|
||||
|
@ -1,3 +1,7 @@
|
||||
2018-11-07 Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2018-11-05 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* symtab.c (ht_dump_statistics): Replace %zu with %lu format.
|
||||
|
2
libcpp/configure
vendored
2
libcpp/configure
vendored
@ -7165,7 +7165,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. */
|
||||
|
@ -1,3 +1,7 @@
|
||||
2018-11-07 Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2018-11-07 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* config/abi/pre/gnu.ver: Fix patterns for size_t parameters.
|
||||
|
8
libstdc++-v3/configure
vendored
8
libstdc++-v3/configure
vendored
@ -28980,7 +28980,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"
|
||||
if test x$gcc_no_link = xyes; then
|
||||
as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
|
||||
@ -41274,7 +41274,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"
|
||||
if test x$gcc_no_link = xyes; then
|
||||
as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
|
||||
@ -47392,7 +47392,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"
|
||||
if test x$gcc_no_link = xyes; then
|
||||
as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
|
||||
@ -60238,7 +60238,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"
|
||||
if test x$gcc_no_link = xyes; then
|
||||
as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
|
||||
|
Loading…
Reference in New Issue
Block a user