mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
python: update upstream-status for patches binutils: update upstream-status for patches gcc 4.5.1 4.6.0: update upstream-status for patches autoconf: update upstream-status for patches automake: update upstream-status for patches bison: update upstream-status for patches distcc: update upstream-status of patches fstests: update upstream-status for patches gdb: update upstream-status of patches intltool: update upstream-status of patches libtool: update upstream status of patches linux-libc-headers: update upstream-status for patches make: update upstream-status for patches perl: update upstream-status for patches python-pycurl: update upstream-status for patches python-pygobject: update upstream status for patches python-pyrex: update upstream-status for patches quilt: update upstream-status of patches tcl: update upstream-status for patches gnu-config: update upstream-status for patches gmp: update upstream-status for patches (From OE-Core rev: a62fa9b213b09bf48c48499d2e3c66a9ee306deb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
---
|
|
configure | 2 +-
|
|
configure.ac | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: gcc-4.3.1/configure.ac
|
|
===================================================================
|
|
--- gcc-4.3.1.orig/configure.ac 2008-07-21 12:29:18.000000000 -0700
|
|
+++ gcc-4.3.1/configure.ac 2008-07-21 12:29:35.000000000 -0700
|
|
@@ -2352,7 +2352,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
|
|
Index: gcc-4.3.1/configure
|
|
===================================================================
|
|
--- gcc-4.3.1.orig/configure 2008-07-21 12:29:48.000000000 -0700
|
|
+++ gcc-4.3.1/configure 2008-07-21 12:29:59.000000000 -0700
|
|
@@ -5841,7 +5841,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
|