1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-05 02:20:12 +00: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:
Ross Burton
2019-10-14 15:08:59 +01:00
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() {