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

Diff of /qemu/Makefile.target

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

revision 1.75 by bellard, Sat Jul 2 20:59:32 2005 UTC revision 1.76 by bellard, Sat Jul 2 22:07:19 2005 UTC
# Line 44  endif Line 44  endif
44  ifdef CONFIG_USER_ONLY  ifdef CONFIG_USER_ONLY
45  PROGS=$(QEMU_USER)  PROGS=$(QEMU_USER)
46  else  else
 ifeq ($(TARGET_ARCH), i386)  
   
 ifeq ($(ARCH), i386)  
47  PROGS+=$(QEMU_SYSTEM)  PROGS+=$(QEMU_SYSTEM)
48  ifndef CONFIG_SOFTMMU  ifndef CONFIG_SOFTMMU
49  CONFIG_STATIC=y  CONFIG_STATIC=y
50  endif  endif
 else  
 # the system emulator using soft mmu is portable  
 ifdef CONFIG_SOFTMMU  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
 endif # ARCH != i386  
   
 endif # TARGET_ARCH = i386  
   
 ifeq ($(TARGET_ARCH), x86_64)  
 ifdef CONFIG_SOFTMMU  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
 endif # TARGET_ARCH = x86_64  
   
 ifeq ($(TARGET_ARCH), ppc)  
   
 ifeq ($(ARCH), ppc)  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
   
 endif # TARGET_ARCH = ppc  
   
 ifeq ($(TARGET_ARCH), mips)  
   
 ifeq ($(ARCH), i386)  
 ifdef CONFIG_SOFTMMU  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
 endif # ARCH = i386  
   
 ifeq ($(ARCH), x86_64)  
 ifdef CONFIG_SOFTMMU  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
 endif # ARCH = x86_64  
   
 endif # TARGET_ARCH = mips  
   
 ifeq ($(TARGET_ARCH), sparc)  
   
 ifeq ($(ARCH), ppc)  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
   
 ifeq ($(ARCH), i386)  
 ifdef CONFIG_SOFTMMU  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
 endif # ARCH = i386  
   
 ifeq ($(ARCH), x86_64)  
 ifdef CONFIG_SOFTMMU  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
 endif # ARCH = x86_64  
   
 endif # TARGET_ARCH = sparc  
   
 ifeq ($(TARGET_ARCH), sparc64)  
 ifdef CONFIG_SOFTMMU  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
 endif # TARGET_ARCH = sparc64  
   
51  endif # !CONFIG_USER_ONLY  endif # !CONFIG_USER_ONLY
52    
53  ifdef CONFIG_STATIC  ifdef CONFIG_STATIC

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

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