summaryrefslogtreecommitdiff
path: root/package/qemu/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@openadk.org>2011-04-08 12:37:48 +0200
committerwbx <wbx@openadk.org>2011-04-08 12:37:48 +0200
commit34fc06736330cc993fd1c936ed9205cdc73aa0fd (patch)
tree42319fe9aa25f82370948335d6dccd571da945d6 /package/qemu/Makefile
parent6ea415c59b9ced9d08be7348d268ae4543017a56 (diff)
parent297e4004d154572e29ee71f8ed852b022686e852 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/qemu/Makefile')
-rw-r--r--package/qemu/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/package/qemu/Makefile b/package/qemu/Makefile
index 3ce9d6a19..f82e852b8 100644
--- a/package/qemu/Makefile
+++ b/package/qemu/Makefile
@@ -4,30 +4,30 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= qemu
-PKG_VERSION:= 0.13.0
-PKG_RELEASE:= 2
-PKG_MD5SUM:= 397a0d665da8ba9d3b9583629f3d6421
+PKG_VERSION:= 0.14.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= f9d145d5c09de9f0984ffe9bd1229970
PKG_DESCR:= cpu and system emulator
PKG_SECTION:= misc
-PKG_DEPENDS:= zlib libSDL
+PKG_DEPENDS:= zlib libsdl
PKG_BUILDDEP:= zlib sdl
PKG_URL:= http://wwww.qemu.org/
-PKG_SITES:= http://wiki.qemu.org/download/
+PKG_SITES:= http://download.savannah.gnu.org/releases/qemu/
-PKG_ARCH_DEPENDS:= x86 x86_64
+PKG_ARCH_DEPENDS:= native x86 x86_64
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,QEMU,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
CONFIG_STYLE:= minimal
CONFIGURE_ARGS+= --host-cc=$(CC_FOR_BUILD) \
- --cross-prefix=$(TARGET_CROSS) \
--disable-user \
--prefix=/usr \
--sysconfdir=/etc \
--bindir=/usr/bin
-TARGET_LDFLAGS+= -pthread -lrt
+TARGET_LDFLAGS+= -pthread -lm -lrt
post-install:
$(INSTALL_DIR) $(IDIR_QEMU)/usr/share/qemu