bitbake.conf/classes/gcc: Don't hardcode -nativesdk
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 09:12:04 +0000 (09:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Aug 2013 15:20:12 +0000 (16:20 +0100)
commitec7f76e0ccf285dee7088c6ab218f0eb5f78133f
treea56d584485f38545b1c17da3387cb685c7f794b4
parent36f0da339726eed82af19f4dbc7065bfb7632138
bitbake.conf/classes/gcc: Don't hardcode -nativesdk

Hardcoding -nativesdk as the sdk package architecture is inflexible. We may have
multiple different target OS and we need a way to be able to separate them. Turning
this into a configurable value allows the flexibility we need to build different
SDKMACHINEs with different OS targets.

The commit should have no behaviour change, just makes things more configurable.

(From OE-Core rev: a2110e86b98d646e136de9ec6b8e668079b0d4f4)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cross-canadian.bbclass
meta/classes/crosssdk.bbclass
meta/classes/nativesdk.bbclass
meta/conf/bitbake.conf
meta/recipes-devtools/gcc/gcc-configure-runtime.inc
meta/recipes-devtools/gcc/libgcc_4.7.bb
meta/recipes-devtools/gcc/libgcc_4.8.bb