summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.5.1
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-12 14:54:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-13 11:02:19 +0100
commit42d2170f8630ffe4cb9ae8cd8d9e5ca33a808eda (patch)
tree0975490ed068f1bf661eb23501e8869c43b3f3c9 /meta/recipes-devtools/gcc/gcc-4.5.1
parent9233fdcee28366502565300b777862223b6974de (diff)
downloadpoky-42d2170f8630ffe4cb9ae8cd8d9e5ca33a808eda.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/COLLECT_GCC_OPTIONS.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/cache-amnesia.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/disable_relax_pic_calls_flag.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/fortran-cross-compile-hack.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/gcc-flags-for-build.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-parameters.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-system-directories.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/gcc-uclibc-locale-ctype_touplow_t.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/libstdc++-emit-__cxa_end_cleanup-in-text.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/optional_libstdc.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.1/zecke-xgcc-cpp.patch1
15 files changed, 29 insertions, 0 deletions
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 @@
1Upstream-Status: Pending
2
1#This patck added --sysroot into COLLECT_GCC_OPTIONS which is used to 3#This patck added --sysroot into COLLECT_GCC_OPTIONS which is used to
2#invoke collect2. 4#invoke collect2.
3 5
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 @@
1Upstream-Status: Pending
2
1# by default c++ include directories are not relative to "--sysroot" 3# by default c++ include directories are not relative to "--sysroot"
2# which brings one trouble when using the toolchain in an environment 4# which brings one trouble when using the toolchain in an environment
3# where the build directory generating that toolchain doesn't exist, 5# 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 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1--- 3---
2 gcc/configure | 2 +- 4 gcc/configure | 2 +-
3 gcc/configure.ac | 2 +- 5 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 @@
1Upstream-Status: Inappropriate [configuration]
2
1GCC: disable MASK_RELAX_PIC_CALLS bit 3GCC: disable MASK_RELAX_PIC_CALLS bit
2 4
3The new feature added after 4.3.3 5The 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 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1* Fortran would have searched for arm-angstrom-gnueabi-gfortran but would have used 3* Fortran would have searched for arm-angstrom-gnueabi-gfortran but would have used
2 used gfortan. For gcc_4.2.2.bb we want to use the gfortran compiler from our cross 4 used gfortan. For gcc_4.2.2.bb we want to use the gfortran compiler from our cross
3 directory. 5 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 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1--- 3---
2 configure | 2 +- 4 configure | 2 +-
3 configure.ac | 2 +- 5 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 @@
1Upstream-Status: Inappropriate [Backport]
2
1Before committing, I noticed that PR/32161 was marked as a dup of PR/32009, but my previous patch did not fix it. 3Before committing, I noticed that PR/32161 was marked as a dup of PR/32009, but my previous patch did not fix it.
2 4
3This 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. 5This 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 @@
1Upstream-Status: Pending
2
1Index: gcc-4.5/Makefile.def 3Index: gcc-4.5/Makefile.def
2=================================================================== 4===================================================================
3--- gcc-4.5.orig/Makefile.def 5--- 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 @@
1Upstream-Status: Pending
2
1Add /sw/include and /opt/include based on the original 3Add /sw/include and /opt/include based on the original
2zecke-no-host-includes.patch patch. The original patch checked for 4zecke-no-host-includes.patch patch. The original patch checked for
3/usr/include, /sw/include and /opt/include and then triggered a failure and 5/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 @@
1Upstream-Status: Pending
2
1gcc: add poison parameters detection 3gcc: add poison parameters detection
2 4
3Add the logic that, if not configured with "--enable-target-optspace", 5Add 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 @@
1Upstream-Status: Inappropriate [distribution: codesourcery]
2
1 gcc/ 3 gcc/
2 2008-07-02 Joseph Myers <joseph@codesourcery.com> 4 2008-07-02 Joseph Myers <joseph@codesourcery.com>
3 * c-incpath.c: Include toplev.h. 5 * 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 @@
1Upstream-Status: Pending
2
1Index: gcc-4.5/libstdc++-v3/config/locale/generic/c_locale.h 3Index: gcc-4.5/libstdc++-v3/config/locale/generic/c_locale.h
2=================================================================== 4===================================================================
3--- gcc-4.5.orig/libstdc++-v3/config/locale/generic/c_locale.h 2010-06-30 22:30:53.993316002 -0700 5--- 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 @@
1Upstream-Status: Pending
2
12010-06-07 Khem Raj <raj.khem@gmail.com> 32010-06-07 Khem Raj <raj.khem@gmail.com>
2 4
3 * libsupc++/eh_arm.cc (__cxa_end_cleanup): Use .pushsection/.popsection 5 * 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 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1gcc-runtime builds libstdc++ separately from gcc-cross-*. Its configure tests using g++ 3gcc-runtime builds libstdc++ separately from gcc-cross-*. Its configure tests using g++
2will not run correctly since my default the linker will try and link against libstdc++ 4will not run correctly since my default the linker will try and link against libstdc++
3which shouldn't exist yet. We need an option to disable the automatically added -lstdc++ 5which 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 @@
1Upstream-Status: Inappropriate [embedded specific]
1upstream: n/a 2upstream: n/a
2comment: Use the preprocessor we have just compiled instead the one of 3comment: Use the preprocessor we have just compiled instead the one of
3the system. There might be incompabilities between us and them. 4the system. There might be incompabilities between us and them.