43 lines
1.2 KiB
Diff
43 lines
1.2 KiB
Diff
From 92ed30da16b7487b334f739be177eb39885ab772 Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Fri, 29 Mar 2013 08:37:11 +0400
|
|
Subject: [PATCH 01/46] gcc-4.3.1: ARCH_FLAGS_FOR_TARGET
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
---
|
|
configure | 2 +-
|
|
configure.ac | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index 35f231e..bfadc33 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -7550,7 +7550,7 @@ fi
|
|
# for target_alias and gcc doesn't manage it consistently.
|
|
target_configargs="--cache-file=./config.cache ${target_configargs}"
|
|
|
|
-FLAGS_FOR_TARGET=
|
|
+FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET"
|
|
case " $target_configdirs " in
|
|
*" newlib "*)
|
|
case " $target_configargs " in
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 74bf58a..197d61b 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -3149,7 +3149,7 @@ fi
|
|
# for target_alias and gcc doesn't manage it consistently.
|
|
target_configargs="--cache-file=./config.cache ${target_configargs}"
|
|
|
|
-FLAGS_FOR_TARGET=
|
|
+FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET"
|
|
case " $target_configdirs " in
|
|
*" newlib "*)
|
|
case " $target_configargs " in
|
|
--
|
|
2.8.2
|
|
|