2011-05-08 Doug Kwan <dougkwan@google.com>
Merge from gcc: 2011-05-08 Doug Kwan <dougkwan@google.com> * configure.ac: Propagate LDFLAGS_FOR_TARGET. * configure: Regenerated. * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET value from configure. * Makefile.in: Regenerated.
This commit is contained in:
parent
481ff3f386
commit
2e7bf520eb
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2011-05-08 Doug Kwan <dougkwan@google.com>
|
||||||
|
|
||||||
|
Merge from gcc:
|
||||||
|
|
||||||
|
2011-05-08 Doug Kwan <dougkwan@google.com>
|
||||||
|
|
||||||
|
* configure.ac: Propagate LDFLAGS_FOR_TARGET.
|
||||||
|
* configure: Regenerated.
|
||||||
|
* Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
|
||||||
|
value from configure.
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
2011-05-05 Joseph Myers <joseph@codesourcery.com>
|
2011-05-05 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
|
* configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
|
||||||
|
|
|
@ -541,7 +541,7 @@ CXXFLAGS_FOR_TARGET = @CXXFLAGS_FOR_TARGET@
|
||||||
|
|
||||||
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
|
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
|
||||||
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
|
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
|
||||||
LDFLAGS_FOR_TARGET =
|
LDFLAGS_FOR_TARGET = @LDFLAGS_FOR_TARGET@
|
||||||
GOCFLAGS_FOR_TARGET = -O2 -g
|
GOCFLAGS_FOR_TARGET = -O2 -g
|
||||||
|
|
||||||
FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@
|
FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@
|
||||||
|
|
|
@ -494,7 +494,7 @@ CXXFLAGS_FOR_TARGET = @CXXFLAGS_FOR_TARGET@
|
||||||
|
|
||||||
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
|
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
|
||||||
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
|
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
|
||||||
LDFLAGS_FOR_TARGET =
|
LDFLAGS_FOR_TARGET = @LDFLAGS_FOR_TARGET@
|
||||||
GOCFLAGS_FOR_TARGET = -O2 -g
|
GOCFLAGS_FOR_TARGET = -O2 -g
|
||||||
|
|
||||||
FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@
|
FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@
|
||||||
|
|
|
@ -634,6 +634,7 @@ target_configargs
|
||||||
host_configargs
|
host_configargs
|
||||||
build_configargs
|
build_configargs
|
||||||
BUILD_CONFIG
|
BUILD_CONFIG
|
||||||
|
LDFLAGS_FOR_TARGET
|
||||||
CXXFLAGS_FOR_TARGET
|
CXXFLAGS_FOR_TARGET
|
||||||
CFLAGS_FOR_TARGET
|
CFLAGS_FOR_TARGET
|
||||||
DEBUG_PREFIX_CFLAGS_FOR_TARGET
|
DEBUG_PREFIX_CFLAGS_FOR_TARGET
|
||||||
|
@ -6625,6 +6626,8 @@ if test "x$CXXFLAGS_FOR_TARGET" = x; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Handle --with-headers=XXX. If the value is not "yes", the contents of
|
# Handle --with-headers=XXX. If the value is not "yes", the contents of
|
||||||
# the named directory are copied to $(tooldir)/sys-include.
|
# the named directory are copied to $(tooldir)/sys-include.
|
||||||
if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
|
if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
|
||||||
|
|
|
@ -2110,6 +2110,8 @@ if test "x$CXXFLAGS_FOR_TARGET" = x; then
|
||||||
fi
|
fi
|
||||||
AC_SUBST(CXXFLAGS_FOR_TARGET)
|
AC_SUBST(CXXFLAGS_FOR_TARGET)
|
||||||
|
|
||||||
|
AC_SUBST(LDFLAGS_FOR_TARGET)
|
||||||
|
|
||||||
# Handle --with-headers=XXX. If the value is not "yes", the contents of
|
# Handle --with-headers=XXX. If the value is not "yes", the contents of
|
||||||
# the named directory are copied to $(tooldir)/sys-include.
|
# the named directory are copied to $(tooldir)/sys-include.
|
||||||
if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
|
if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
|
||||||
|
|
Loading…
Reference in New Issue