diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2019-06-10 00:13:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:45:33 -0700 |
commit | 57929333d9492115f3dd006200d710634dc432aa (patch) | |
tree | 3d52b0c3fbd6dd760e6e35e63db4ce321dae9445 /meta-python/recipes-devtools/python/python-lxml.inc | |
parent | 3ae37ea26137b0f31d3f1e4b3e378130672b539a (diff) | |
download | meta-openembedded-57929333d9492115f3dd006200d710634dc432aa.tar.gz |
kea: replace -Og with -O
With below logic in local.conf:
MACHINE ??= "qemumips64"
MULTILIB_GLOBAL_VARIANTS_append = " libn32"
MULTILIBS ?= "multilib:lib32 multilib:libn32"
DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips"
DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32"
require conf/multilib.conf
DEBUG_BUILD = "1"
$ bitbake lib32-kea
[snip]
{standard input}: Assembler messages:
{standard input}:305030: Error: branch out of range
{standard input}:305041: Error: branch out of range
{standard input}:305432: Error: branch out of range
{standard input}:305443: Error: branch out of range
Makefile:707: recipe for target 'dhcp4_parser.lo' failed
make[6]: *** [dhcp4_parser.lo] Error 1
[snip]
When DEBUG_BUILD enabled, -Og pass to compiler,
replace -Og with -O to fix the above compile error.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-lxml.inc')
0 files changed, 0 insertions, 0 deletions