gcc-common: Enable building multiarch mips gcc
authorLei Liu <layliu@gmail.com>
Mon, 11 Nov 2013 04:43:51 +0000 (12:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Nov 2013 16:00:28 +0000 (16:00 +0000)
commit985ac438a9c0644c4d1e6541b460a486b849bdc7
tree98d02108558f67f5c7d7cdc941589dbf907daabc
parentf2e26ff0ec9bfaac9953a06b3fe53f53bf152e50
gcc-common: Enable building multiarch mips gcc

MIPS gcc is not configured with multiarch enabled.  This causes
compiler generates local label with $ prefix, which is specified
in default o32 abi.  It is not recognized as local symbol by n64
assembler, so we get a lot of unexpected external symbols.  We
should configure MIPS gcc with --enable-targets=all, as for other
archs.

(From OE-Core rev: c210393b3e0c54606493e311d7c2040efebc4dcd)

Signed-off-by: Lei Liu <lei.liu2@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-common.inc