qemu-nativesdk: Use HOST_CC to build parse_gl_h

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-09-18 01:01:35 +01:00
parent 0eb3586073
commit 3831d44240
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ index f33f762..d1eb876 100644
cpu-exec.o: CFLAGS += $(HELPER_CFLAGS)
+parse_gl_h: parse_gl_h.c
+ $(CC) -g -o $@ $<
+ $(HOST_CC) -g -o $@ $<
+server_stub.c: parse_gl_h
+ ./parse_gl_h
+gl_func.h: parse_gl_h

View File

@ -3,6 +3,6 @@ require qemu-nativesdk.inc
SRC_URI += "file://glflags.patch;patch=1"
PR = "r3"
PR = "r4"
EXTRA_OECONF +="--target-list=arm-linux-user,arm-softmmu,i386-softmmu --disable-vnc-tls --cc=${HOST_PREFIX}gcc"