[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] setting only x86_64 arch for qemu build (newbie)
From: |
Bandan Das |
Subject: |
Re: [Qemu-discuss] setting only x86_64 arch for qemu build (newbie) |
Date: |
Sun, 8 Jan 2017 08:48:07 -0500 |
> On Jan 8, 2017, at 8:46 AM, Kevin Wilson <address@hidden> wrote:
>
> Hi, all,
> How do I set usage of only x86_64 arch for qemu build (newbie)?
>
./configure —target-list=x86_64-softmmu
> when I build the project after some trivial change in code (adding
> debug message), I see
> that the build process runs for many more architectures:
> ...
> LINK cris-softmmu/qemu-system-cris
> LINK lm32-softmmu/qemu-system-lm32
> LINK m68k-softmmu/qemu-system-m68k
> LINK microblaze-softmmu/qemu-system-microblaze
> LINK alpha-softmmu/qemu-system-alpha
> LINK i386-softmmu/qemu-system-i386
> LINK aarch64-softmmu/qemu-system-aarch64
> LINK arm-softmmu/qemu-system-arm
> LINK microblazeel-softmmu/qemu-system-microblazeel
> LINK mipsel-softmmu/qemu-system-mipsel
> LINK moxie-softmmu/qemu-system-moxie
> LINK mips64-softmmu/qemu-system-mips64
> LINK mips64el-softmmu/qemu-system-mips64el
> LINK mips-softmmu/qemu-system-mips
> LINK or32-softmmu/qemu-system-or32
> LINK ppc-softmmu/qemu-system-ppc
> LINK ppcemb-softmmu/qemu-system-ppcemb
> LINK ppc64-softmmu/qemu-system-ppc64
> LINK s390x-softmmu/qemu-system-s390x
> LINK sh4eb-softmmu/qemu-system-sh4eb
> LINK sh4-softmmu/qemu-system-sh4
> LINK sparc-softmmu/qemu-system-sparc
> LINK sparc64-softmmu/qemu-system-sparc64
> LINK tricore-softmmu/qemu-system-tricore
> LINK unicore32-softmmu/qemu-system-unicore32
> LINK xtensa-softmmu/qemu-system-xtensa
> LINK x86_64-softmmu/qemu-system-x86_64
> LINK xtensaeb-softmmu/qemu-system-xtensaeb
> ...
>
> Can choosing only x86_64 be done via ./configure when configuring the
> build process as the first step ?
>
> Regards,
> Kevin
>