1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +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: b5f8274d75cb61beaf7dab3420bda206e45697ae)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.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 c1fbd56f01
commit 90769125ee
@@ -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() {