gcc-4.6: fix toolchain build for SH4

(From OE-Core rev: da7bf75bcdd5759a0f551dcb7a0326aa2f40921c)

(From OE-Core rev: 3c9fd383965f883129cf35d0e307d3bbbd5d4908)

Signed-off-by: Michael Brown <Michael_E_Brown@dell.com>

Port patch from base openembedded. Since 4.6 already has fixes for config.gcc,
the fix only requires a one line change to gcc-cross4.inc.

The patch was imported from the OpenEmbedded git server
(git://git.openembedded.org/openembedded) as of commit id
3aa8afe97e9cf1340feb9c4442a6ed88b7e32c96.

gcc-4.5: Fix toolchain builds for SH4/SH3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Brown 2011-11-15 12:58:45 -08:00 committed by Richard Purdie
parent 4c30bcfbfe
commit ef37926f31
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
require gcc-cross.inc
EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets "