/[qemu]/qemu/Makefile.target
ViewVC logotype

Diff of /qemu/Makefile.target

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.89 by bellard, Sun Dec 4 18:54:21 2005 UTC revision 1.90 by bellard, Tue Dec 6 21:42:17 2005 UTC
# Line 31  ifeq ($(TARGET_ARCH),arm) Line 31  ifeq ($(TARGET_ARCH),arm)
31      QEMU_USER=qemu-arm      QEMU_USER=qemu-arm
32    endif    endif
33  else  else
34    ifeq ($(TARGET_ARCH),mips)
35      ifeq ($(TARGET_WORDS_BIGENDIAN),yes)
36        QEMU_USER=qemu-mips
37      else
38        QEMU_USER=qemu-mipsel
39      endif
40    else
41    QEMU_USER=qemu-$(TARGET_ARCH)    QEMU_USER=qemu-$(TARGET_ARCH)
42  endif  endif
43    endif
44  # system emulator name  # system emulator name
45  ifdef CONFIG_SOFTMMU  ifdef CONFIG_SOFTMMU
46  ifeq ($(TARGET_ARCH), i386)  ifeq ($(TARGET_ARCH), i386)

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26