gcc: Enable mips plt extentions if DISTRO_FEATURE has mplt.
authorKhem Raj <raj.khem@gmail.com>
Sat, 19 Dec 2009 22:18:49 +0000 (14:18 -0800)
committerKhem Raj <raj.khem@gmail.com>
Mon, 21 Dec 2009 06:54:45 +0000 (22:54 -0800)
commit2b06bd7a61a7c284183b5fb10af80e9df4b27b61
treee47e50bee33ee64ad05262c3580ac3f2e1d31aeb
parent237917b03120fbd49a5bcb9967dce8ae815cdf5d
gcc: Enable mips plt extentions if DISTRO_FEATURE has mplt.

* Newer gcc (4.4+) has implemented -mplt option to
  enable PLT and copy relocation extentions of MIPS ABI
  which makes shared code run a lot faster. This feature
  is however controlled by DISTRO_FEATURES which should
  add 'mplt' to DISTRO_FEATURES to enable it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
19 files changed:
recipes/gcc/gcc-3.3.4.inc
recipes/gcc/gcc-3.4.3.inc
recipes/gcc/gcc-3.4.4.inc
recipes/gcc/gcc-4.1.0.inc
recipes/gcc/gcc-4.1.1.inc
recipes/gcc/gcc-4.1.2.inc
recipes/gcc/gcc-4.2.2.inc
recipes/gcc/gcc-4.2.3.inc
recipes/gcc/gcc-4.2.4.inc
recipes/gcc/gcc-4.3.1.inc
recipes/gcc/gcc-4.3.2.inc
recipes/gcc/gcc-4.3.3.inc
recipes/gcc/gcc-4.3.4.inc
recipes/gcc/gcc-4.4.1.inc
recipes/gcc/gcc-4.4.2.inc
recipes/gcc/gcc-common.inc
recipes/gcc/gcc-configure-common.inc
recipes/gcc/gcc-cross-initial.inc
recipes/gcc/gcc-cross-intermediate.inc