Files
meta-openembedded/meta-networking/recipes-connectivity
Mingli Yu 57929333d9 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>
2019-06-15 16:45:33 -07:00
..
2019-01-26 11:00:07 -08:00
2018-08-19 17:10:27 -04:00
2019-01-13 10:33:16 -08:00
2019-03-04 23:09:25 -08:00
2019-06-15 16:45:33 -07:00
2018-09-05 13:59:16 -07:00
2019-03-15 13:57:47 -07:00
2019-03-17 08:44:41 -07:00
2019-04-09 18:09:00 -07:00
2019-03-17 08:44:41 -07:00
2019-06-15 16:45:32 -07:00
2015-11-30 13:20:29 -05:00
2018-11-01 10:04:54 -07:00
2019-04-09 21:31:36 -07:00