x86/build: move -fno-asynchronous-unwind-tables into EMBEDDED_EXTRA_CFLAGS
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 13 May 2020 12:06:28 +0000 (13:06 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 13 May 2020 19:33:42 +0000 (20:33 +0100)
commit1a47731115c2c8eb510e135fa48ed51ad2e94a26
treea8148492bb3dcfe6378b5752fb49ea899b5bd4c1
parent24f94fca23ad7c45806a1428331e1d602dfd8604
x86/build: move -fno-asynchronous-unwind-tables into EMBEDDED_EXTRA_CFLAGS

Users of EMBEDDED_EXTRA_CFLAGS already use -fno-asynchronous-unwind-tables, or
ought to.  This shrinks the size of the rombios 32bit stubs in guest memory.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Config.mk
tools/tests/x86_emulator/testcase.mk
xen/arch/x86/arch.mk
xen/arch/x86/boot/build32.mk