0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. From 368eaf1846733a9920c7cf5bc547a377e7167785 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 504f6410274..bcebad264ec 100755
  13. --- a/configure
  14. +++ b/configure
  15. @@ -9728,7 +9728,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 088e735c5db..1289fe08760 100644
  25. --- a/configure.ac
  26. +++ b/configure.ac
  27. @@ -3240,7 +3240,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