From 42d2170f8630ffe4cb9ae8cd8d9e5ca33a808eda Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 12 May 2011 14:54:55 -0700 Subject: recipes: Update upstream-status of patches 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-4.5.1/COLLECT_GCC_OPTIONS.patch | 2 ++ .../gcc/gcc-4.5.1/GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.5.1/cache-amnesia.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.5.1/disable_relax_pic_calls_flag.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.5.1/fortran-cross-compile-hack.patch | 2 ++ .../gcc/gcc-4.5.1/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch | 2 ++ .../gcc/gcc-4.5.1/gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.5.1/gcc-flags-for-build.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-parameters.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-system-directories.patch | 2 ++ .../gcc/gcc-4.5.1/gcc-uclibc-locale-ctype_touplow_t.patch | 2 ++ .../gcc/gcc-4.5.1/libstdc++-emit-__cxa_end_cleanup-in-text.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.5.1/optional_libstdc.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.5.1/zecke-xgcc-cpp.patch | 1 + 15 files changed, 29 insertions(+) (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1') diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/COLLECT_GCC_OPTIONS.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/COLLECT_GCC_OPTIONS.patch index 3e3dec7d39..e8264e2845 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/COLLECT_GCC_OPTIONS.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/COLLECT_GCC_OPTIONS.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + #This patck added --sysroot into COLLECT_GCC_OPTIONS which is used to #invoke collect2. diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch index 9ae01c3fc7..98b84ba602 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + # by default c++ include directories are not relative to "--sysroot" # which brings one trouble when using the toolchain in an environment # where the build directory generating that toolchain doesn't exist, diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/cache-amnesia.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/cache-amnesia.patch index b889f9b6ca..4a4bc7d153 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/cache-amnesia.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/cache-amnesia.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + --- gcc/configure | 2 +- gcc/configure.ac | 2 +- diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/disable_relax_pic_calls_flag.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/disable_relax_pic_calls_flag.patch index b1d5a1a3cb..1b1a95b83c 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/disable_relax_pic_calls_flag.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/disable_relax_pic_calls_flag.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [configuration] + GCC: disable MASK_RELAX_PIC_CALLS bit The new feature added after 4.3.3 diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/fortran-cross-compile-hack.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/fortran-cross-compile-hack.patch index 348c77006f..5a895596f4 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/fortran-cross-compile-hack.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/fortran-cross-compile-hack.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + * Fortran would have searched for arm-angstrom-gnueabi-gfortran but would have used used gfortan. For gcc_4.2.2.bb we want to use the gfortran compiler from our cross directory. diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch index f33e6c1ea6..3c5dea357d 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + --- configure | 2 +- configure.ac | 2 +- diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch index af0b81ba4c..eac302a421 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [Backport] + Before committing, I noticed that PR/32161 was marked as a dup of PR/32009, but my previous patch did not fix it. This alternative patch is better because it lets you just use CFLAGS_FOR_TARGET to set the compilation flags for libgcc. Since bootstrapped target libraries are never compiled with the native compiler, it makes little sense to use different flags for stage1 and later stages. And it also makes little sense to use a different variable than CFLAGS_FOR_TARGET. diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-flags-for-build.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-flags-for-build.patch index 51892855af..2cf54aec73 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-flags-for-build.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-flags-for-build.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + Index: gcc-4.5/Makefile.def =================================================================== --- gcc-4.5.orig/Makefile.def diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch index d1712071a9..94e5c68843 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + Add /sw/include and /opt/include based on the original zecke-no-host-includes.patch patch. The original patch checked for /usr/include, /sw/include and /opt/include and then triggered a failure and diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-parameters.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-parameters.patch index 3cc7cbad4b..74d45277e2 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-parameters.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-parameters.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + gcc: add poison parameters detection Add the logic that, if not configured with "--enable-target-optspace", diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-system-directories.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-system-directories.patch index 04043ff0b7..59047126a3 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-system-directories.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-system-directories.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [distribution: codesourcery] + gcc/ 2008-07-02 Joseph Myers * c-incpath.c: Include toplev.h. diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-uclibc-locale-ctype_touplow_t.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-uclibc-locale-ctype_touplow_t.patch index 4f94fc9d66..e3e229295a 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-uclibc-locale-ctype_touplow_t.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-uclibc-locale-ctype_touplow_t.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + Index: gcc-4.5/libstdc++-v3/config/locale/generic/c_locale.h =================================================================== --- gcc-4.5.orig/libstdc++-v3/config/locale/generic/c_locale.h 2010-06-30 22:30:53.993316002 -0700 diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/libstdc++-emit-__cxa_end_cleanup-in-text.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/libstdc++-emit-__cxa_end_cleanup-in-text.patch index ada36a5914..6f958fbf77 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/libstdc++-emit-__cxa_end_cleanup-in-text.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/libstdc++-emit-__cxa_end_cleanup-in-text.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + 2010-06-07 Khem Raj * libsupc++/eh_arm.cc (__cxa_end_cleanup): Use .pushsection/.popsection diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/optional_libstdc.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/optional_libstdc.patch index 0f74353a1f..1da869933c 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/optional_libstdc.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/optional_libstdc.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + gcc-runtime builds libstdc++ separately from gcc-cross-*. Its configure tests using g++ will not run correctly since my default the linker will try and link against libstdc++ which shouldn't exist yet. We need an option to disable the automatically added -lstdc++ diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/zecke-xgcc-cpp.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/zecke-xgcc-cpp.patch index 4b827d6397..d0337df650 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/zecke-xgcc-cpp.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/zecke-xgcc-cpp.patch @@ -1,3 +1,4 @@ +Upstream-Status: Inappropriate [embedded specific] upstream: n/a comment: Use the preprocessor we have just compiled instead the one of the system. There might be incompabilities between us and them. -- cgit v1.2.3-54-g00ecf