generic-poky/meta/recipes-devtools/gcc
Nitin A Kamble 95fc6ae164 gcc_4.5.1: add DSO linking change patch
This patch changes gcc's (ld's) linking behavior. It passes
--no-add-needed flag to ld. Because of it ld does not try to find
related libraries for linking, causing link failures. And these
link failures can be fixed by specifying the library to be linked
explicitely on the gcc command line.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20 21:37:02 +00:00
..
files Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-4.3.3 Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-4.5.1 gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc-csl-arm Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-4.3.3.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-4.5.1.inc gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc-common.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-configure-common.inc gcc: fix check for target libc ssp support 2010-09-30 10:18:00 -07:00
gcc-configure-cross.inc gcc-4.5.1: make c++ include path relative to "--sysroot" 2011-01-02 01:25:40 -08:00
gcc-configure-runtime.inc libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o 2011-01-17 22:04:50 +00:00
gcc-configure-sdk.inc gcc-4.5.1: make c++ include path relative to "--sysroot" 2011-01-02 01:25:40 -08:00
gcc-configure-target.inc gcc: Fix c++ search path for target system compiler making everything consistent 2010-10-07 11:06:32 +01:00
gcc-cross-canadian.inc Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH. 2010-12-10 15:36:48 +00:00
gcc-cross-canadian_4.3.3.bb cross-canadian: pkg name includes target arch 2010-12-10 15:36:30 +00:00
gcc-cross-canadian_4.5.1.bb gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc-cross-initial.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-cross-initial_4.3.3.bb gcc: enable poison parameters detection 2010-09-27 08:59:15 -07:00
gcc-cross-initial_4.5.1.bb gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc-cross-initial_csl-arm-2008q1.bb Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-cross-intermediate.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-cross-intermediate_4.3.3.bb gcc: enable poison parameters detection 2010-09-27 08:59:15 -07:00
gcc-cross-intermediate_4.5.1.bb gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc-cross-intermediate_csl-arm-2008q1.bb Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb gcc: enable poison parameters detection 2010-09-27 08:59:15 -07:00
gcc-cross-kernel.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-cross.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-cross4.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-cross_4.3.3.bb gcc: enable poison parameters detection 2010-09-27 08:59:15 -07:00
gcc-cross_4.5.1.bb gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc-cross_csl-arm-2008q1.bb gcc: enable poison parameters detection 2010-09-27 08:59:15 -07:00
gcc-crosssdk-initial.inc gcc-crosssdk-initial: Ensure native dependencies are built, these can differ accross different gcc versions causing build failures 2010-09-06 22:55:49 +01:00
gcc-crosssdk-initial_4.3.3.bb gcc: enable poison parameters detection 2010-09-27 08:59:15 -07:00
gcc-crosssdk-initial_4.5.1.bb gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc-crosssdk-intermediate.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-crosssdk-intermediate_4.3.3.bb gcc: enable poison parameters detection 2010-09-27 08:59:15 -07:00
gcc-crosssdk-intermediate_4.5.1.bb gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc-crosssdk.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-crosssdk_4.3.3.bb gcc: enable poison parameters detection 2010-09-27 08:59:15 -07:00
gcc-crosssdk_4.5.1.bb gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc-csl-arm-2005q3.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-csl-arm-2008q1.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-package-cross.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-package-runtime.inc libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o 2011-01-17 22:04:50 +00:00
gcc-package-sdk.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-package-target.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
gcc-runtime_4.3.3.bb libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o 2011-01-17 22:04:50 +00:00
gcc-runtime_4.5.1.bb libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o 2011-01-17 22:04:50 +00:00
gcc_4.3.3.bb gcc: Fix c++ search path for target system compiler making everything consistent 2010-10-07 11:06:32 +01:00
gcc_4.5.1.bb gcc_4.5.1: add DSO linking change patch 2011-01-20 21:37:02 +00:00
gcc_csl-arm-2008q1.bb gcc: enable poison parameters detection 2010-09-27 08:59:15 -07:00
libgcc_4.5.1.bb libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o 2011-01-17 22:04:50 +00:00