mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
qemu-helper-native: pass compiler flags
Pass all of the compiler and linker flags so the build is correctly configured. (From OE-Core rev: 05151064eb2c0907ebb815c9ae3481a912835b39) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cb8fbf5d92
commit
56ddcbf25d
@@ -12,7 +12,7 @@ S = "${WORKDIR}"
|
||||
inherit native
|
||||
|
||||
do_compile() {
|
||||
${CC} tunctl.c -o tunctl
|
||||
${CC} ${CFLAGS} ${LDFLAGS} -Wall tunctl.c -o tunctl
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user