mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
kexecboot: Use -fcommon to compile
gcc10 defaults to -fno-common and kexecboot does not compile with -fno-common, so use -fcommon explicitly Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
000c6a181e
commit
95bf58c16e
|
|
@ -13,6 +13,8 @@ inherit autotools
|
|||
|
||||
EXTRA_OECONF = "--enable-textui --enable-delay=2 --enable-evdev-rate=1000,250"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
do_install () {
|
||||
install -D -m 0755 ${B}/src/kexecboot ${D}${bindir}/kexecboot
|
||||
install -d ${D}/proc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user