From fe2afdf3f3701489c05d2a7509752d6f0c7616f7 Mon Sep 17 00:00:00 2001 From: Doug Kwan Date: Fri, 10 Jun 2011 16:02:39 -0700 Subject: Sync internal and external version: Changes: -x86 security patch (for ChromeOS) -Fix bug in inlining. -Fix freestanding C++ library build: http://gcc.gnu.org/viewcvs?view=revision&revision=173220 -Fix out-of-range branches in Thumb-2 mode. -Fix gcda file corruption problem. -Hanlde LDFLAGS_FOR_TARGETS in configure. This is a backport of upstrem patch r173558. -Backport upstream fix for Atom performance at r164379. Change-Id: Id5a6cfb8949cbd390a0bb3546d55d83383ee4f8c --- gcc-4.4.3/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc-4.4.3/configure.ac') diff --git a/gcc-4.4.3/configure.ac b/gcc-4.4.3/configure.ac index 40aea377e..5ae58cc5f 100644 --- a/gcc-4.4.3/configure.ac +++ b/gcc-4.4.3/configure.ac @@ -1891,6 +1891,8 @@ if test "x$CXXFLAGS_FOR_TARGET" = x; then fi AC_SUBST(CXXFLAGS_FOR_TARGET) +AC_SUBST(LDFLAGS_FOR_TARGET) + # Handle --with-headers=XXX. If the value is not "yes", the contents of # the named directory are copied to $(tooldir)/sys-include. if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then -- cgit v1.2.3