Date:2012-10-27 05:22:21 (11 years 5 months ago)
Author:David Kühling
Commit:bafe65898f1efc7fb35d26c3b78fc01eaa96c632
Message:qemu-host: workaround for compile problem with latest openwrt

Files: qemu-host/Makefile (1 diff)

Change Details

qemu-host/Makefile
4747
4848HOST_CONFIGURE_VARS =
4949
50# Cannot currently pass HOST_CFLAGS as these mess with include file ordering,
51# causing qemu compile to fail
52# --extra-cflags="$(HOST_CFLAGS) $(HOST_CPPFLAGS)"
53
5054HOST_CONFIGURE_ARGS = \
5155    --cc=$(HOSTCC) \
5256    --prefix=$(STAGING_DIR_HOST) \
53    --extra-cflags="$(HOST_CFLAGS) $(HOST_CPPFLAGS)" \
5457    --extra-ldflags="$(HOST_LDFLAGS)" \
5558    --sysconfdir=$(STAGING_DIR_HOST)/etc \
5659    --disable-sdl \

Archive Download the corresponding diff file



interactive