X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile.target;h=acd6cda4ad1989e21f84c81db6ba89b311a8097b;hb=0c64b9cd4a6174f01549e5005334226fc3152017;hp=cc8facb7eae5e24b29fa8420ef3652576eb16f2b;hpb=f0403c037d61d8f7cc8b361e87c707fade4c78bf;p=qemu diff --git a/Makefile.target b/Makefile.target index cc8facb..acd6cda 100644 --- a/Makefile.target +++ b/Makefile.target @@ -43,7 +43,9 @@ LIBS= HELPER_CFLAGS=$(CFLAGS) DYNGEN=../dyngen$(EXESUF) # user emulator name +ifndef TARGET_ARCH2 TARGET_ARCH2=$(TARGET_ARCH) +endif ifeq ($(TARGET_ARCH),arm) ifeq ($(TARGET_WORDS_BIGENDIAN),yes) TARGET_ARCH2=armeb @@ -69,11 +71,6 @@ ifeq ($(TARGET_ARCH),mips64) TARGET_ARCH2=mips64el endif endif -ifeq ($(TARGET_ARCH),sparc64) - ifeq ($(TARGET_ABI_DIR),sparc) - TARGET_ARCH2=sparc32plus - endif -endif QEMU_USER=qemu-$(TARGET_ARCH2) # system emulator name ifdef CONFIG_SOFTMMU