blob: 9065c304b52a0853ad19a53aae71247bbc5fd686 [file] [log] [blame]
Brad Bishopc68388fc2019-08-26 01:33:31 -04001From 863325ec3c6eb4987be63509ac407b2d13617342 Mon Sep 17 00:00:00 2001
Brad Bishopc342db32019-05-15 21:57:59 -04002From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 29 Mar 2013 08:37:11 +0400
Brad Bishopc68388fc2019-08-26 01:33:31 -04004Subject: [PATCH 01/36] gcc-4.3.1: ARCH_FLAGS_FOR_TARGET
Brad Bishopc342db32019-05-15 21:57:59 -04005
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7
8Upstream-Status: Inappropriate [embedded specific]
9---
10 configure | 2 +-
11 configure.ac | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14diff --git a/configure b/configure
Brad Bishopc68388fc2019-08-26 01:33:31 -040015index abd93a990a9..b121088d778 100755
Brad Bishopc342db32019-05-15 21:57:59 -040016--- a/configure
17+++ b/configure
Brad Bishopc68388fc2019-08-26 01:33:31 -040018@@ -7603,7 +7603,7 @@ fi
Brad Bishopc342db32019-05-15 21:57:59 -040019 # for target_alias and gcc doesn't manage it consistently.
20 target_configargs="--cache-file=./config.cache ${target_configargs}"
21
22-FLAGS_FOR_TARGET=
23+FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET"
24 case " $target_configdirs " in
25 *" newlib "*)
26 case " $target_configargs " in
27diff --git a/configure.ac b/configure.ac
Brad Bishopc68388fc2019-08-26 01:33:31 -040028index 9db4fd14aa2..aad93c4d183 100644
Brad Bishopc342db32019-05-15 21:57:59 -040029--- a/configure.ac
30+++ b/configure.ac
Brad Bishopc68388fc2019-08-26 01:33:31 -040031@@ -3119,7 +3119,7 @@ fi
Brad Bishopc342db32019-05-15 21:57:59 -040032 # for target_alias and gcc doesn't manage it consistently.
33 target_configargs="--cache-file=./config.cache ${target_configargs}"
34
35-FLAGS_FOR_TARGET=
36+FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET"
37 case " $target_configdirs " in
38 *" newlib "*)
39 case " $target_configargs " in
40--
Brad Bishopc68388fc2019-08-26 01:33:31 -0400412.22.1
Brad Bishopc342db32019-05-15 21:57:59 -040042