mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Change qemu to a version that support kvm and kqemu.
This commit is contained in:
8
lfs/qemu
8
lfs/qemu
@@ -26,7 +26,7 @@ include Config
|
||||
|
||||
VER = 0.11.0
|
||||
|
||||
THISAPP = qemu-kvm-$(VER)
|
||||
THISAPP = qemu-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 440837a062967102a68e634d57eaf719
|
||||
$(DL_FILE)_MD5 = 4da6a3e926a0260902f0dee342a59c23
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -77,10 +77,8 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr \
|
||||
--target-list="i386-linux-user i386-softmmu ppc-softmmu ppc-linux-user"
|
||||
|
||||
--target-list="i386-linux-user i386-softmmu"
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
|
||||
Reference in New Issue
Block a user