mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user