Skip to content

Commit

Permalink
Limbo 4.1.0 - QEMU 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
limboemu committed May 21, 2019
1 parent 8e8c97a commit d5cd34d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ QEMU_TARGET_LIST = $(BUILD_GUEST)
# QEMU version 3.x is not using a stab lib
# Set this to true for 2.9 and prior versions
# set to false for QEMU 4.0.0
USE_QEMUSTAB ?= false
USE_QEMUSTAB ?= true

# For QEMU 4.0.0 uses slirp as a static lib so set to true
USE_SLIRP_LIB ?= true
USE_SLIRP_LIB ?= false

# For QEMU 4.0.0 set the explicit sdlabi to false
USE_SDL_ABI ?= false
USE_SDL_ABI ?= true

# we need to specify our own pixman library
# For 2.9.x and prior pixman is included in QEMU so we request this explicitly
# comment this line if you use higher versions of QEMU 3.x or 4.x
#PIXMAN = --with-system-pixman
PIXMAN = --with-system-pixman

# For QEMU 2.11.0 and above (3.x, 4.x) uncomment these lines
MISC += --disable-capstone
MISC += --disable-malloc-trim
#MISC += --disable-capstone
#MISC += --disable-malloc-trim


##### QEMU advance options
Expand Down

0 comments on commit d5cd34d

Please sign in to comment.