[OE-core] [PATCH V4 0/1]fix native package compile error with gcc 4.3.4 on x86 host
Hongxu Jia
hongxu.jia at windriver.com
Tue Mar 5 02:50:14 UTC 2013
Change from V3: as Richard suggested, patch sanity.bbclass to test if necessary
to add march to BUILD_CFLAG when the gcc version is older than 4.5
Test case:
:~> bitbake packagegroup-toolset-native
WARNING: Host distribution "SUSE Linux Enterprise Desktop 11" has not been
validated with this version of the build system; you may possibly experience
unexpected failures. It is recommended that you use a tested distribution.
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker(see sanity.conf).
Following is the list of potential problems / advisories:
Your gcc version is older than 4.5, please add the following param to local.conf
BUILD_CFLAGS_append = " -march=native"
[YOCTO #3563]
The following changes since commit 7ed45239631796086c78546776096f62ea090718:
bitbake: siggen: add quotes around variable values to see whitespace (2013-03-04 11:38:30 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib hongxu/sanity-check-march
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/sanity-check-march
Hongxu Jia (1):
sanity.bbclass:check if necessary to add march to BUILD_CFLAGS
meta/classes/sanity.bbclass | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
--
1.7.10.4
More information about the Openembedded-core
mailing list