[poky] [PATCH 0/1] gcc/collect: Fixing Bug#815
Lianhao Lu
lianhao.lu at intel.com
Wed Mar 9 22:21:47 PST 2011
From: Lianhao Lu <lianhao.lu at intel.com>
Added --sysroot support in the collect2 in gcc by adding --sysroot
into COLLECT_GCC_OPTIONS. This allow the collect2 to pass --sysroot
to ld or gcc it invokes.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: llu/gcc_collect
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/gcc_collect
Thanks,
Lianhao Lu <lianhao.lu at intel.com>
---
Lianhao Lu (1):
gcc/collect2: Added --sysroot support into collect2 in gcc.
meta/recipes-devtools/gcc/gcc-4.5.1.inc | 1 +
.../gcc/gcc-4.5.1/COLLECT_GCC_OPTIONS.patch | 22 ++++++++++++++++++++
.../gcc/gcc-cross-canadian_4.5.1.bb | 2 +-
.../gcc/gcc-cross-initial_4.5.1.bb | 2 +-
.../gcc/gcc-cross-intermediate_4.5.1.bb | 2 +-
meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb | 2 +-
.../gcc/gcc-crosssdk-initial_4.5.1.bb | 2 +-
.../gcc/gcc-crosssdk-intermediate_4.5.1.bb | 2 +-
meta/recipes-devtools/gcc/gcc-crosssdk_4.5.1.bb | 2 +-
meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | 2 +-
meta/recipes-devtools/gcc/gcc_4.5.1.bb | 2 +-
11 files changed, 32 insertions(+), 9 deletions(-)
create mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/COLLECT_GCC_OPTIONS.patch
More information about the poky
mailing list