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)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 5 Mar 2013 23:42:29 +0000 (01:42 +0200)
commitf623c1fd5478f3a11d987b8547f720747fcab1dd
treec2f69aa16f3506722df9e914f44f1bf5de2b16c5
parent50005ab5efc4e7232b3c05a0cc9d1302637ae0ec
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