0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. From 31f94ef5b43a984a98f0eebd2dcf1b53aa1d7bce Mon Sep 17 00:00:00 2001
  2. From: Khem Raj <raj.khem@gmail.com>
  3. Date: Fri, 29 Mar 2013 08:37:11 +0400
  4. Subject: [PATCH] gcc-4.3.1: ARCH_FLAGS_FOR_TARGET
  5. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  6. Upstream-Status: Inappropriate [embedded specific]
  7. ---
  8. configure | 2 +-
  9. configure.ac | 2 +-
  10. 2 files changed, 2 insertions(+), 2 deletions(-)
  11. diff --git a/configure b/configure
  12. index 5dcaab14ae9..f76310a36bb 100755
  13. --- a/configure
  14. +++ b/configure
  15. @@ -10165,7 +10165,7 @@ fi
  16. # for target_alias and gcc doesn't manage it consistently.
  17. target_configargs="--cache-file=./config.cache ${target_configargs}"
  18. -FLAGS_FOR_TARGET=
  19. +FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET"
  20. case " $target_configdirs " in
  21. *" newlib "*)
  22. case " $target_configargs " in
  23. diff --git a/configure.ac b/configure.ac
  24. index 85977482aee..8b9097c7a45 100644
  25. --- a/configure.ac
  26. +++ b/configure.ac
  27. @@ -3346,7 +3346,7 @@ fi
  28. # for target_alias and gcc doesn't manage it consistently.
  29. target_configargs="--cache-file=./config.cache ${target_configargs}"
  30. -FLAGS_FOR_TARGET=
  31. +FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET"
  32. case " $target_configdirs " in
  33. *" newlib "*)
  34. case " $target_configargs " in