diff options
Diffstat (limited to 'target/ppc64/Makefile')
-rw-r--r-- | target/ppc64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc64/Makefile b/target/ppc64/Makefile index 84f7122ca..22af2f30d 100644 --- a/target/ppc64/Makefile +++ b/target/ppc64/Makefile @@ -8,7 +8,7 @@ include $(ADK_TOPDIR)/mk/image.mk KERNEL:=$(LINUX_DIR)/vmlinux OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id -QEMU_ARGS:=-M pseries +QEMU_ARGS:=-M pseries -cpu POWER7 QEMU_ARGS+=${ADK_QEMU_ARGS} # target helper text |