gcc-4.3.3: Fix spurious leak of build sysroot into .la files.
authorKhem Raj <raj.khem@gmail.com>
Mon, 17 May 2010 07:08:37 +0000 (00:08 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 17 May 2010 07:11:35 +0000 (00:11 -0700)
commitb362ce8d2330d6d8b2498ecbfe5f9ad8b183df68
treedcdd643c245bd7f5c0874c21d964726778d930f7
parent15f7ad62121a4f8b1fee2c9d258edcfd569afb8b
gcc-4.3.3: Fix spurious leak of build sysroot into .la files.

* ldflags were being passed unnessarily so set LDFLAGS to nothing in
  Makefile.tpl and regenerate top level Makefile.in
* Divide the patches individually earlier the patches were
  combined into one big patch
* Shuffle the order of patches.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.3.3.inc
recipes/gcc/gcc-4.3.3/gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
recipes/gcc/gcc-4.3.3/gcc-flags-for-build.patch
recipes/gcc/gcc-4.3.3/gcc-pr36218.patch [new file with mode: 0644]
recipes/gcc/gcc-4.3.3/zecke-xgcc-cpp.patch