diff options
author | Kang Kai <kai.kang@windriver.com> | 2013-05-21 17:11:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:07:02 +0100 |
commit | 6022e81570b80232f272a1aa474e8ced3a089382 (patch) | |
tree | e8bfbbddc0aa3ae6629d9500928bad4871d48f6f /meta/classes/packagegroup.bbclass | |
parent | b976a332cf24aad18141eafbbe5cd22cfbb91752 (diff) | |
download | openembedded-core-6022e81570b80232f272a1aa474e8ced3a089382.tar.gz openembedded-core-6022e81570b80232f272a1aa474e8ced3a089382.tar.bz2 openembedded-core-6022e81570b80232f272a1aa474e8ced3a089382.zip |
sudo: set CFLAGS for build mksigname and mksiglist
mksigname and mksiglist are compiled by BUILD_CC for build host. When
there are some options in CFLAGS that BUILD_CC doesn't support,
compilation fails.
Build for arm on a x86 host, if option "-mapcs-frame" is provided, error
occurs with:
| cc1: error: unrecognized command line option "-mapcs-frame"
Pass BUILD_CFLAGS to CFLAGS to fix that kind of failure.
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/packagegroup.bbclass')
0 files changed, 0 insertions, 0 deletions