X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fqemu;h=da2ea34ba24421d9c12d52497dd54bd3cfc79c24;hb=89a010793874c5143882fb49002a0abc6f2f3be2;hp=ce0f33de3a8fd92d0a0848b30be7bc0836b982db;hpb=a211938628898c1c9fb590d800884c11e751a89c;p=ipfire-2.x.git diff --git a/lfs/qemu b/lfs/qemu index ce0f33de3a..da2ea34ba2 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -31,6 +31,7 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +SUP_ARCH = i586 PROG = qemu PAK_VER = 13 @@ -82,7 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/qemu-0.15.0_missing_definitions_hack.patch cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \ - --target-list="i386-linux-user i386-softmmu" + --target-list="i386-linux-user i386-softmmu arm-softmmu" cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)