3 # qemu configure script (c) 2003 Fabrice Bellard
5 # set temporary file name
6 if test ! -z "$TMPDIR" ; then
8 elif test ! -z "$TEMPDIR" ; then
14 TMPC
="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.c"
15 TMPO
="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.o"
16 TMPE
="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.exe"
18 trap "rm -f $TMPC $TMPO $TMPE ; exit" EXIT INT QUIT TERM
21 $cc $QEMU_CFLAGS -c -o $TMPO $TMPC > /dev
/null
2> /dev
/null
27 $cc $QEMU_CFLAGS $local_cflags -o $TMPE $TMPC $LDFLAGS $local_ldflags > /dev
/null
2> /dev
/null
30 # check whether a command is available to this shell (may be either an
31 # executable or a builtin)
33 type "$1" >/dev
/null
2>&1
36 # search for an executable in PATH
42 # pathname has a dir component?
43 if [ "${local_command#*/}" != "$local_command" ]; then
44 if [ -x "$local_command" ] && [ ! -d "$local_command" ]; then
49 if [ -z "$local_command" ]; then
54 for local_dir
in $PATH; do
55 if [ -x "$local_dir/$local_command" ] && [ ! -d "$local_dir/$local_command" ]; then
56 echo "$local_dir/$local_command"
57 IFS
="${local_ifs:-$(printf ' \t\n')}"
62 IFS
="${local_ifs:-$(printf ' \t\n')}"
68 interp_prefix
="/usr/gnemul/qemu-%M"
74 audio_card_list
="ac97 es1370 sb16"
75 audio_possible_cards
="ac97 es1370 sb16 cs4231a adlib gus"
76 block_drv_whitelist
=""
90 # parse CC options first
92 optarg
=`expr "x$opt" : 'x[^=]*=\(.*\)'`
94 --cross-prefix=*) cross_prefix
="$optarg"
98 --cpu=*) cpu
="$optarg"
100 --extra-cflags=*) QEMU_CFLAGS
="$optarg $QEMU_CFLAGS"
102 --extra-ldflags=*) LDFLAGS
="$optarg $LDFLAGS"
107 v7|v8|v8plus|v8plusa
)
114 echo "undefined SPARC architecture. Exiting";
122 # Using uname is really, really broken. Once we have the right set of checks
123 # we can eliminate it's usage altogether
125 cc
="${cross_prefix}${cc}"
126 ar="${cross_prefix}${ar}"
127 objcopy
="${cross_prefix}${objcopy}"
128 ld
="${cross_prefix}${ld}"
129 strip
="${cross_prefix}${strip}"
131 # default flags for all hosts
132 QEMU_CFLAGS
="-fno-strict-aliasing $QEMU_CFLAGS"
134 QEMU_CFLAGS
="-Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes $QEMU_CFLAGS"
135 QEMU_CFLAGS
="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS"
136 QEMU_CFLAGS
="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS"
137 QEMU_CFLAGS
="-D_FORTIFY_SOURCE=2 $QEMU_CFLAGS"
138 QEMU_CFLAGS
="-I. -I\$(SRC_PATH) $QEMU_CFLAGS"
139 LDFLAGS
="-g $LDFLAGS"
141 gcc_flags
="-Wold-style-declaration -Wold-style-definition -fstack-protector-all"
143 int main(void) { return 0; }
145 for flag
in $gcc_flags; do
146 if compile_prog
"-Werror $QEMU_CFLAGS" "-Werror $flag" ; then
147 QEMU_CFLAGS
="$flag $QEMU_CFLAGS"
151 # check that the C compiler works.
156 if compile_object
; then
157 : C compiler works ok
159 echo "ERROR: \"$cc\" either does not exist or does not work"
168 int main(void) { return 0; }
173 if test ! -z "$cpu" ; then
174 # command line argument
176 elif check_define __i386__
; then
178 elif check_define __x86_64__
; then
180 elif check_define __sparc__
; then
181 # We can't check for 64 bit (when gcc is biarch) or V8PLUSA
182 # They must be specified using --sparc_cpu
183 if check_define __arch64__
; then
188 elif check_define _ARCH_PPC
; then
189 if check_define _ARCH_PPC64
; then
194 elif check_define __mips__
; then
196 elif check_define __ia64__
; then
198 elif check_define __s390__
; then
199 if check_define __s390x__
; then
210 alpha|cris|ia64|m68k|microblaze|ppc|ppc64|sparc64
)
213 i386|i486|i586|i686|i86pc|BePC
)
241 echo "Unsupported CPU = $cpu"
246 # Default value for a variable defining feature "foo".
247 # * foo="no" feature will only be used if --enable-foo arg is given
248 # * foo="" feature will be searched for, and if found, will be used
249 # unless --disable-foo is given
250 # * foo="yes" this value will only be set by --enable-foo flag.
251 # feature will searched for,
252 # if not found, configure exits with error
254 # Always add --enable-foo and --disable-foo command line args.
255 # Distributions want to ensure that several features are compiled in, and it
256 # is impossible without a --enable-foo that exits if a feature is not found.
290 mandir
="\${prefix}/share/man"
291 datadir
="\${prefix}/share/qemu"
292 docdir
="\${prefix}/share/doc/qemu"
293 bindir
="\${prefix}/bin"
294 sysconfdir
="\${prefix}/etc"
323 if check_define __linux__
; then
325 elif check_define _WIN32
; then
327 elif check_define __OpenBSD__
; then
329 elif check_define __sun__
; then
338 QEMU_CFLAGS
="-mno-cygwin $QEMU_CFLAGS"
339 audio_possible_drivers
="winwave sdl"
340 audio_drv_list
="winwave"
344 audio_possible_drivers
="winwave dsound sdl fmod"
345 audio_drv_list
="winwave"
350 audio_possible_drivers
="oss sdl esd pa"
356 audio_possible_drivers
="oss sdl esd pa"
357 # needed for kinfo_getvmmap(3) in libutil.h
364 audio_possible_drivers
="oss sdl esd pa"
370 audio_possible_drivers
="oss sdl esd"
377 audio_possible_drivers
="oss sdl esd"
383 # on Leopard most of the system is 32-bit, so we have to ask the kernel it if we can
384 # run 64-bit userspace code
385 if [ "$cpu" = "i386" ] ; then
386 is_x86_64
=`sysctl -n hw.optional.x86_64`
387 [ "$is_x86_64" = "1" ] && cpu
=x86_64
389 if [ "$cpu" = "x86_64" ] ; then
390 QEMU_CFLAGS
="-arch x86_64 $QEMU_CFLAGS"
391 LDFLAGS
="-arch x86_64 $LDFLAGS"
393 QEMU_CFLAGS
="-mdynamic-no-pic $QEMU_CFLAGS"
397 audio_drv_list
="coreaudio"
398 audio_possible_drivers
="coreaudio sdl fmod"
399 LDFLAGS
="-framework CoreFoundation -framework IOKit $LDFLAGS"
400 libs_softmmu
="-F/System/Library/Frameworks -framework Cocoa -framework IOKit $libs_softmmu"
407 needs_libsunmath
="no"
408 solarisrev
=`uname -r | cut -f2 -d.`
409 # have to select again, because `uname -m` returns i86pc
410 # even on an x86_64 box.
411 solariscpu
=`isainfo -k`
412 if test "${solariscpu}" = "amd64" ; then
415 if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
416 if test "$solarisrev" -le 9 ; then
417 if test -f /opt
/SUNWspro
/prod
/lib
/libsunmath.so
.1; then
418 needs_libsunmath
="yes"
419 QEMU_CFLAGS
="-I/opt/SUNWspro/prod/include/cc $QEMU_CFLAGS"
420 LDFLAGS
="-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib $LDFLAGS"
421 LIBS
="-lsunmath $LIBS"
423 echo "QEMU will not link correctly on Solaris 8/X86 or 9/x86 without"
424 echo "libsunmath from the Sun Studio compilers tools, due to a lack of"
425 echo "C99 math features in libm.so in Solaris 8/x86 and Solaris 9/x86"
426 echo "Studio 11 can be downloaded from www.sun.com."
431 if test -f /usr
/include
/sys
/soundcard.h
; then
434 audio_possible_drivers
="oss sdl"
435 # needed for CMSG_ macros in sys/socket.h
436 QEMU_CFLAGS
="-D_XOPEN_SOURCE=600 $QEMU_CFLAGS"
437 # needed for TIOCWIN* defines in termios.h
438 QEMU_CFLAGS
="-D__EXTENSIONS__ $QEMU_CFLAGS"
439 QEMU_CFLAGS
="-std=gnu99 $QEMU_CFLAGS"
440 LIBS
="-lsocket -lnsl -lresolv $LIBS"
448 audio_possible_drivers
="oss alsa sdl esd pa"
452 if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
453 audio_possible_drivers
="$audio_possible_drivers fmod"
458 if [ "$bsd" = "yes" ] ; then
459 if [ "$darwin" != "yes" ] ; then
465 if test "$mingw32" = "yes" ; then
467 QEMU_CFLAGS
="-DWIN32_LEAN_AND_MEAN -DWINVER=0x501 $QEMU_CFLAGS"
468 # enable C99/POSIX format strings (needs mingw32-runtime 3.15 or later)
469 QEMU_CFLAGS
="-D__USE_MINGW_ANSI_STDIO=1 $QEMU_CFLAGS"
470 LIBS
="-lwinmm -lws2_32 -liphlpapi $LIBS"
471 prefix
="c:/Program Files/Qemu"
476 sysconfdir
="\${prefix}"
481 source_path
=`dirname "$0"`
482 source_path_used
="no"
484 if [ -z "$source_path" ]; then
487 source_path
=`cd "$source_path"; pwd`
489 [ -f "$workdir/vl.c" ] || source_path_used
="yes"
494 optarg
=`expr "x$opt" : 'x[^=]*=\(.*\)'`
496 --help|
-h) show_help
=yes
498 --prefix=*) prefix
="$optarg"
500 --interp-prefix=*) interp_prefix
="$optarg"
502 --source-path=*) source_path
="$optarg"
503 source_path_used
="yes"
509 --host-cc=*) host_cc
="$optarg"
511 --make=*) make="$optarg"
513 --install=*) install="$optarg"
521 --target-list=*) target_list
="$optarg"
523 --trace-backend=*) trace_backend
="$optarg"
525 --enable-gprof) gprof
="yes"
529 LDFLAGS
="-static $LDFLAGS"
531 --mandir=*) mandir
="$optarg"
533 --bindir=*) bindir
="$optarg"
535 --datadir=*) datadir
="$optarg"
537 --docdir=*) docdir
="$optarg"
539 --sysconfdir=*) sysconfdir
="$optarg"
541 --disable-sdl) sdl
="no"
543 --enable-sdl) sdl
="yes"
545 --fmod-lib=*) fmod_lib
="$optarg"
547 --fmod-inc=*) fmod_inc
="$optarg"
549 --oss-lib=*) oss_lib
="$optarg"
551 --audio-card-list=*) audio_card_list
=`echo "$optarg" | sed -e 's/,/ /g'`
553 --audio-drv-list=*) audio_drv_list
="$optarg"
555 --block-drv-whitelist=*) block_drv_whitelist
=`echo "$optarg" | sed -e 's/,/ /g'`
557 --enable-debug-tcg) debug_tcg
="yes"
559 --disable-debug-tcg) debug_tcg
="no"
561 --enable-debug-mon) debug_mon
="yes"
563 --disable-debug-mon) debug_mon
="no"
566 # Enable debugging options that aren't excessively noisy
572 --enable-sparse) sparse
="yes"
574 --disable-sparse) sparse
="no"
576 --disable-strip) strip_opt
="no"
578 --disable-vnc-tls) vnc_tls
="no"
580 --enable-vnc-tls) vnc_tls
="yes"
582 --disable-vnc-sasl) vnc_sasl
="no"
584 --enable-vnc-sasl) vnc_sasl
="yes"
586 --disable-vnc-jpeg) vnc_jpeg
="no"
588 --enable-vnc-jpeg) vnc_jpeg
="yes"
590 --disable-vnc-png) vnc_png
="no"
592 --enable-vnc-png) vnc_png
="yes"
594 --disable-vnc-thread) vnc_thread
="no"
596 --enable-vnc-thread) vnc_thread
="yes"
598 --disable-slirp) slirp
="no"
600 --disable-uuid) uuid
="no"
602 --enable-uuid) uuid
="yes"
604 --disable-vde) vde
="no"
606 --enable-vde) vde
="yes"
608 --disable-xen) xen
="no"
610 --enable-xen) xen
="yes"
612 --disable-brlapi) brlapi
="no"
614 --enable-brlapi) brlapi
="yes"
616 --disable-bluez) bluez
="no"
618 --enable-bluez) bluez
="yes"
620 --disable-kvm) kvm
="no"
622 --enable-kvm) kvm
="yes"
624 --enable-profiler) profiler
="yes"
629 audio_drv_list
="coreaudio `echo $audio_drv_list | sed s,coreaudio,,g`"
631 --disable-system) softmmu
="no"
633 --enable-system) softmmu
="yes"
641 --disable-linux-user) linux_user
="no"
643 --enable-linux-user) linux_user
="yes"
645 --disable-darwin-user) darwin_user
="no"
647 --enable-darwin-user) darwin_user
="yes"
649 --disable-bsd-user) bsd_user
="no"
651 --enable-bsd-user) bsd_user
="yes"
653 --enable-guest-base) guest_base
="yes"
655 --disable-guest-base) guest_base
="no"
657 --enable-user-pie) user_pie
="yes"
659 --disable-user-pie) user_pie
="no"
661 --enable-uname-release=*) uname_release
="$optarg"
665 --enable-werror) werror
="yes"
667 --disable-werror) werror
="no"
669 --disable-curses) curses
="no"
671 --enable-curses) curses
="yes"
673 --disable-curl) curl
="no"
675 --enable-curl) curl
="yes"
677 --disable-fdt) fdt
="no"
679 --enable-fdt) fdt
="yes"
681 --disable-check-utests) check_utests
="no"
683 --enable-check-utests) check_utests
="yes"
685 --disable-nptl) nptl
="no"
687 --enable-nptl) nptl
="yes"
689 --enable-mixemu) mixemu
="yes"
691 --disable-linux-aio) linux_aio
="no"
693 --enable-linux-aio) linux_aio
="yes"
695 --disable-attr) attr
="no"
697 --enable-attr) attr
="yes"
699 --enable-io-thread) io_thread
="yes"
701 --disable-blobs) blobs
="no"
703 --kerneldir=*) kerneldir
="$optarg"
705 --with-pkgversion=*) pkgversion
=" ($optarg)"
707 --disable-docs) docs
="no"
709 --enable-docs) docs
="yes"
711 --disable-vhost-net) vhost_net
="no"
713 --enable-vhost-net) vhost_net
="yes"
717 *) echo "ERROR: unknown option $opt"; show_help
="yes"
723 # If cpu ~= sparc and sparc_cpu hasn't been defined, plug in the right
724 # QEMU_CFLAGS/LDFLAGS (assume sparc_v8plus for 32-bit and sparc_v9 for 64-bit)
728 sparc
) case $sparc_cpu in
730 QEMU_CFLAGS
="-mcpu=${sparc_cpu} -D__sparc_${sparc_cpu}__ $QEMU_CFLAGS"
733 QEMU_CFLAGS
="-mcpu=ultrasparc -D__sparc_${sparc_cpu}__ $QEMU_CFLAGS"
735 *) # sparc_cpu not defined in the command line
736 QEMU_CFLAGS
="-mcpu=ultrasparc -D__sparc_v8plus__ $QEMU_CFLAGS"
738 LDFLAGS
="-m32 $LDFLAGS"
739 QEMU_CFLAGS
="-m32 -ffixed-g2 -ffixed-g3 $QEMU_CFLAGS"
740 if test "$solaris" = "no" ; then
741 QEMU_CFLAGS
="-ffixed-g1 -ffixed-g6 $QEMU_CFLAGS"
742 helper_cflags
="-ffixed-i0"
746 QEMU_CFLAGS
="-m64 -mcpu=ultrasparc -D__sparc_v9__ $QEMU_CFLAGS"
747 LDFLAGS
="-m64 $LDFLAGS"
748 QEMU_CFLAGS
="-ffixed-g5 -ffixed-g6 -ffixed-g7 $QEMU_CFLAGS"
749 if test "$solaris" != "no" ; then
750 QEMU_CFLAGS
="-ffixed-g1 $QEMU_CFLAGS"
754 QEMU_CFLAGS
="-m31 -march=z990 $QEMU_CFLAGS"
755 LDFLAGS
="-m31 $LDFLAGS"
756 host_guest_base
="yes"
759 QEMU_CFLAGS
="-m64 -march=z990 $QEMU_CFLAGS"
760 LDFLAGS
="-m64 $LDFLAGS"
761 host_guest_base
="yes"
764 QEMU_CFLAGS
="-m32 $QEMU_CFLAGS"
765 LDFLAGS
="-m32 $LDFLAGS"
766 helper_cflags
="-fomit-frame-pointer"
767 host_guest_base
="yes"
770 QEMU_CFLAGS
="-m64 $QEMU_CFLAGS"
771 LDFLAGS
="-m64 $LDFLAGS"
772 host_guest_base
="yes"
775 host_guest_base
="yes"
778 host_guest_base
="yes"
781 host_guest_base
="yes"
784 host_guest_base
="yes"
787 host_guest_base
="yes"
791 [ -z "$guest_base" ] && guest_base
="$host_guest_base"
793 if test x
"$show_help" = x
"yes" ; then
796 Usage: configure [options]
797 Options: [defaults in brackets after descriptions]
800 echo "Standard options:"
801 echo " --help print this message"
802 echo " --prefix=PREFIX install in PREFIX [$prefix]"
803 echo " --interp-prefix=PREFIX where to find shared libraries, etc."
804 echo " use %M for cpu name [$interp_prefix]"
805 echo " --target-list=LIST set target list [$target_list]"
807 echo "Advanced options (experts only):"
808 echo " --source-path=PATH path of source code [$source_path]"
809 echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]"
810 echo " --cc=CC use C compiler CC [$cc]"
811 echo " --host-cc=CC use C compiler CC [$host_cc] for code run at"
813 echo " --extra-cflags=CFLAGS append extra C compiler flags QEMU_CFLAGS"
814 echo " --extra-ldflags=LDFLAGS append extra linker flags LDFLAGS"
815 echo " --make=MAKE use specified make [$make]"
816 echo " --install=INSTALL use specified install [$install]"
817 echo " --static enable static build [$static]"
818 echo " --mandir=PATH install man pages in PATH"
819 echo " --datadir=PATH install firmware in PATH"
820 echo " --docdir=PATH install documentation in PATH"
821 echo " --bindir=PATH install binaries in PATH"
822 echo " --sysconfdir=PATH install config in PATH/qemu"
823 echo " --enable-debug-tcg enable TCG debugging"
824 echo " --disable-debug-tcg disable TCG debugging (default)"
825 echo " --enable-debug enable common debug build options"
826 echo " --enable-sparse enable sparse checker"
827 echo " --disable-sparse disable sparse checker (default)"
828 echo " --disable-strip disable stripping binaries"
829 echo " --disable-werror disable compilation abort on warning"
830 echo " --disable-sdl disable SDL"
831 echo " --enable-sdl enable SDL"
832 echo " --enable-cocoa enable COCOA (Mac OS X only)"
833 echo " --audio-drv-list=LIST set audio drivers list:"
834 echo " Available drivers: $audio_possible_drivers"
835 echo " --audio-card-list=LIST set list of emulated audio cards [$audio_card_list]"
836 echo " Available cards: $audio_possible_cards"
837 echo " --block-drv-whitelist=L set block driver whitelist"
838 echo " (affects only QEMU, not qemu-img)"
839 echo " --enable-mixemu enable mixer emulation"
840 echo " --disable-xen disable xen backend driver support"
841 echo " --enable-xen enable xen backend driver support"
842 echo " --disable-brlapi disable BrlAPI"
843 echo " --enable-brlapi enable BrlAPI"
844 echo " --disable-vnc-tls disable TLS encryption for VNC server"
845 echo " --enable-vnc-tls enable TLS encryption for VNC server"
846 echo " --disable-vnc-sasl disable SASL encryption for VNC server"
847 echo " --enable-vnc-sasl enable SASL encryption for VNC server"
848 echo " --disable-vnc-jpeg disable JPEG lossy compression for VNC server"
849 echo " --enable-vnc-jpeg enable JPEG lossy compression for VNC server"
850 echo " --disable-vnc-png disable PNG compression for VNC server (default)"
851 echo " --enable-vnc-png enable PNG compression for VNC server"
852 echo " --disable-vnc-thread disable threaded VNC server"
853 echo " --enable-vnc-thread enable threaded VNC server"
854 echo " --disable-curses disable curses output"
855 echo " --enable-curses enable curses output"
856 echo " --disable-curl disable curl connectivity"
857 echo " --enable-curl enable curl connectivity"
858 echo " --disable-fdt disable fdt device tree"
859 echo " --enable-fdt enable fdt device tree"
860 echo " --disable-check-utests disable check unit-tests"
861 echo " --enable-check-utests enable check unit-tests"
862 echo " --disable-bluez disable bluez stack connectivity"
863 echo " --enable-bluez enable bluez stack connectivity"
864 echo " --disable-kvm disable KVM acceleration support"
865 echo " --enable-kvm enable KVM acceleration support"
866 echo " --disable-nptl disable usermode NPTL support"
867 echo " --enable-nptl enable usermode NPTL support"
868 echo " --enable-system enable all system emulation targets"
869 echo " --disable-system disable all system emulation targets"
870 echo " --enable-user enable supported user emulation targets"
871 echo " --disable-user disable all user emulation targets"
872 echo " --enable-linux-user enable all linux usermode emulation targets"
873 echo " --disable-linux-user disable all linux usermode emulation targets"
874 echo " --enable-darwin-user enable all darwin usermode emulation targets"
875 echo " --disable-darwin-user disable all darwin usermode emulation targets"
876 echo " --enable-bsd-user enable all BSD usermode emulation targets"
877 echo " --disable-bsd-user disable all BSD usermode emulation targets"
878 echo " --enable-guest-base enable GUEST_BASE support for usermode"
879 echo " emulation targets"
880 echo " --disable-guest-base disable GUEST_BASE support"
881 echo " --enable-user-pie build usermode emulation targets as PIE"
882 echo " --disable-user-pie do not build usermode emulation targets as PIE"
883 echo " --fmod-lib path to FMOD library"
884 echo " --fmod-inc path to FMOD includes"
885 echo " --oss-lib path to OSS library"
886 echo " --enable-uname-release=R Return R for uname -r in usermode emulation"
887 echo " --sparc_cpu=V Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9"
888 echo " --disable-uuid disable uuid support"
889 echo " --enable-uuid enable uuid support"
890 echo " --disable-vde disable support for vde network"
891 echo " --enable-vde enable support for vde network"
892 echo " --disable-linux-aio disable Linux AIO support"
893 echo " --enable-linux-aio enable Linux AIO support"
894 echo " --disable-attr disables attr and xattr support"
895 echo " --enable-attr enable attr and xattr support"
896 echo " --enable-io-thread enable IO thread"
897 echo " --disable-blobs disable installing provided firmware blobs"
898 echo " --kerneldir=PATH look for kernel includes in PATH"
899 echo " --enable-docs enable documentation build"
900 echo " --disable-docs disable documentation build"
901 echo " --disable-vhost-net disable vhost-net acceleration support"
902 echo " --enable-vhost-net enable vhost-net acceleration support"
903 echo " --trace-backend=B Trace backend nop simple"
905 echo "NOTE: The object files are built at the place where configure is launched"
910 # Solaris specific configure tool chain decisions
912 if test "$solaris" = "yes" ; then
913 if has
$install; then
916 echo "Solaris install program not found. Use --install=/usr/ucb/install or"
917 echo "install fileutils from www.blastwave.org using pkg-get -i fileutils"
918 echo "to get ginstall which is used by default (which lives in /opt/csw/bin)"
921 if test "`path_of $install`" = "/usr/sbin/install" ; then
922 echo "Error: Solaris /usr/sbin/install is not an appropriate install program."
923 echo "try ginstall from the GNU fileutils available from www.blastwave.org"
924 echo "using pkg-get -i fileutils, or use --install=/usr/ucb/install"
930 echo "Error: No path includes ar"
931 if test -f /usr
/ccs
/bin
/ar ; then
932 echo "Add /usr/ccs/bin to your path and rerun configure"
939 if test -z "$target_list" ; then
940 # these targets are portable
941 if [ "$softmmu" = "yes" ] ; then
962 # the following are Linux specific
963 if [ "$linux_user" = "yes" ] ; then
964 target_list
="${target_list}\
972 microblaze-linux-user \
977 ppc64abi32-linux-user \
982 sparc32plus-linux-user \
985 # the following are Darwin specific
986 if [ "$darwin_user" = "yes" ] ; then
987 target_list
="$target_list i386-darwin-user ppc-darwin-user "
989 # the following are BSD specific
990 if [ "$bsd_user" = "yes" ] ; then
991 target_list
="${target_list}\
999 target_list
=`echo "$target_list" | sed -e 's/,/ /g'`
1001 if test -z "$target_list" ; then
1002 echo "No targets enabled"
1005 # see if system emulation was really requested
1006 case " $target_list " in
1007 *"-softmmu "*) softmmu
=yes
1013 feature_not_found
() {
1017 echo "ERROR: User requested feature $feature"
1018 echo "ERROR: configure was not able to find it"
1023 if test -z "$cross_prefix" ; then
1026 # big/little endian test
1028 #include <inttypes.h>
1029 int main(int argc, char ** argv){
1030 volatile uint32_t i=0x01234567;
1031 return (*((uint8_t*)(&i))) == 0x67;
1035 if compile_prog
"" "" ; then
1036 $TMPE && bigendian
="yes"
1038 echo big
/little
test failed
1043 # if cross compiling, cannot launch a program, so make a static guess
1045 armv4b|hppa|m68k|mips|mips64|ppc|ppc64|s390|s390x|sparc|sparc64
)
1052 # host long bits test
1055 x86_64|alpha|ia64|sparc64|ppc64|s390x
)
1061 ##########################################
1064 if test "$nptl" != "no" ; then
1067 #include <linux/futex.h>
1070 #if !defined(CLONE_SETTLS) || !defined(FUTEX_WAIT)
1076 if compile_object
; then
1079 if test "$nptl" = "yes" ; then
1080 feature_not_found
"nptl"
1086 ##########################################
1091 int main(void) { zlibVersion(); return 0; }
1093 if compile_prog
"" "-lz" ; then
1097 echo "Error: zlib check failed"
1098 echo "Make sure to have the zlib libs and headers installed."
1103 ##########################################
1106 if test "$xen" != "no" ; then
1107 xen_libs
="-lxenstore -lxenctrl -lxenguest"
1109 #include <xenctrl.h>
1111 int main(void) { xs_daemon_open(); xc_interface_open(); return 0; }
1113 if compile_prog
"" "$xen_libs" ; then
1115 libs_softmmu
="$xen_libs $libs_softmmu"
1117 if test "$xen" = "yes" ; then
1118 feature_not_found
"xen"
1124 ##########################################
1127 pkgconfig
="${cross_prefix}pkg-config"
1128 if ! has
$pkgconfig; then
1129 # likely not cross compiling, or hope for the best
1130 pkgconfig
=pkg-config
1133 ##########################################
1135 if test "$sparse" != "no" ; then
1139 if test "$sparse" = "yes" ; then
1140 feature_not_found
"sparse"
1146 ##########################################
1149 # Look for sdl configuration program (pkg-config or sdl-config).
1150 # Prefer variant with cross prefix if cross compiling,
1151 # and favour pkg-config with sdl over sdl-config.
1152 if test -n "$cross_prefix" -a $pkgconfig != pkg-config
&& \
1153 $pkgconfig sdl
--modversion >/dev
/null
2>&1; then
1154 sdlconfig
="$pkgconfig sdl"
1155 _sdlversion
=`$sdlconfig --modversion 2>/dev/null | sed 's/[^0-9]//g'`
1156 elif test -n "$cross_prefix" && has
${cross_prefix}sdl-config
; then
1157 sdlconfig
="${cross_prefix}sdl-config"
1158 _sdlversion
=`$sdlconfig --version | sed 's/[^0-9]//g'`
1159 elif $pkgconfig sdl
--modversion >/dev
/null
2>&1; then
1160 sdlconfig
="$pkgconfig sdl"
1161 _sdlversion
=`$sdlconfig --modversion 2>/dev/null | sed 's/[^0-9]//g'`
1162 elif has sdl-config
; then
1163 sdlconfig
='sdl-config'
1164 _sdlversion
=`$sdlconfig --version | sed 's/[^0-9]//g'`
1166 if test "$sdl" = "yes" ; then
1167 feature_not_found
"sdl"
1173 if test "$sdl" != "no" ; then
1176 #undef main /* We don't want SDL to override our main() */
1177 int main( void ) { return SDL_Init (SDL_INIT_VIDEO); }
1179 sdl_cflags
=`$sdlconfig --cflags 2> /dev/null`
1180 if test "$static" = "yes" ; then
1181 sdl_libs
=`$sdlconfig --static-libs 2>/dev/null`
1183 sdl_libs
=`$sdlconfig --libs 2> /dev/null`
1185 if compile_prog
"$sdl_cflags" "$sdl_libs" ; then
1186 if test "$_sdlversion" -lt 121 ; then
1189 if test "$cocoa" = "no" ; then
1194 # static link with sdl ? (note: sdl.pc's --static --libs is broken)
1195 if test "$sdl" = "yes" -a "$static" = "yes" ; then
1196 if test $?
= 0 && echo $sdl_libs |
grep -- -laa > /dev
/null
; then
1197 sdl_libs
="$sdl_libs `aalib-config --static-libs 2>/dev/null`"
1198 sdl_cflags
="$sdl_cflags `aalib-config --cflags 2>/dev/null`"
1200 if compile_prog
"$sdl_cflags" "$sdl_libs" ; then
1206 else # sdl not found
1207 if test "$sdl" = "yes" ; then
1208 feature_not_found
"sdl"
1211 fi # sdl compile test
1214 if test "$sdl" = "yes" ; then
1217 #if defined(SDL_VIDEO_DRIVER_X11)
1218 #include <X11/XKBlib.h>
1220 #error No x11 support
1222 int main(void) { return 0; }
1224 if compile_prog
"$sdl_cflags" "$sdl_libs" ; then
1225 sdl_libs
="$sdl_libs -lX11"
1227 if test "$mingw32" = "yes" ; then
1228 sdl_libs
="`echo $sdl_libs | sed s/-mwindows//g` -mconsole"
1230 libs_softmmu
="$sdl_libs $libs_softmmu"
1233 ##########################################
1235 if test "$vnc_tls" != "no" ; then
1237 #include <gnutls/gnutls.h>
1238 int main(void) { gnutls_session_t s; gnutls_init(&s, GNUTLS_SERVER); return 0; }
1240 vnc_tls_cflags
=`$pkgconfig --cflags gnutls 2> /dev/null`
1241 vnc_tls_libs
=`$pkgconfig --libs gnutls 2> /dev/null`
1242 if compile_prog
"$vnc_tls_cflags" "$vnc_tls_libs" ; then
1244 libs_softmmu
="$vnc_tls_libs $libs_softmmu"
1246 if test "$vnc_tls" = "yes" ; then
1247 feature_not_found
"vnc-tls"
1253 ##########################################
1254 # VNC SASL detection
1255 if test "$vnc_sasl" != "no" ; then
1257 #include <sasl/sasl.h>
1259 int main(void) { sasl_server_init(NULL, "qemu"); return 0; }
1261 # Assuming Cyrus-SASL installed in /usr prefix
1263 vnc_sasl_libs
="-lsasl2"
1264 if compile_prog
"$vnc_sasl_cflags" "$vnc_sasl_libs" ; then
1266 libs_softmmu
="$vnc_sasl_libs $libs_softmmu"
1268 if test "$vnc_sasl" = "yes" ; then
1269 feature_not_found
"vnc-sasl"
1275 ##########################################
1276 # VNC JPEG detection
1277 if test "$vnc_jpeg" != "no" ; then
1280 #include <jpeglib.h>
1281 int main(void) { struct jpeg_compress_struct s; jpeg_create_compress(&s); return 0; }
1284 vnc_jpeg_libs
="-ljpeg"
1285 if compile_prog
"$vnc_jpeg_cflags" "$vnc_jpeg_libs" ; then
1287 libs_softmmu
="$vnc_jpeg_libs $libs_softmmu"
1289 if test "$vnc_jpeg" = "yes" ; then
1290 feature_not_found
"vnc-jpeg"
1296 ##########################################
1298 if test "$vnc_png" != "no" ; then
1300 //#include <stdio.h>
1303 png_structp png_ptr;
1304 png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
1309 vnc_png_libs
="-lpng"
1310 if compile_prog
"$vnc_png_cflags" "$vnc_png_libs" ; then
1312 libs_softmmu
="$vnc_png_libs $libs_softmmu"
1314 if test "$vnc_png" = "yes" ; then
1315 feature_not_found
"vnc-png"
1321 ##########################################
1322 # fnmatch() probe, used for ACL routines
1325 #include <fnmatch.h>
1328 fnmatch("foo", "foo", 0);
1332 if compile_prog
"" "" ; then
1336 ##########################################
1337 # uuid_generate() probe, used for vdi block driver
1338 if test "$uuid" != "no" ; then
1341 #include <uuid/uuid.h>
1345 uuid_generate(my_uuid);
1349 if compile_prog
"" "$uuid_libs" ; then
1351 libs_softmmu
="$uuid_libs $libs_softmmu"
1352 libs_tools
="$uuid_libs $libs_tools"
1354 if test "$uuid" = "yes" ; then
1355 feature_not_found
"uuid"
1361 ##########################################
1362 # vde libraries probe
1363 if test "$vde" != "no" ; then
1364 vde_libs
="-lvdeplug"
1366 #include <libvdeplug.h>
1369 struct vde_open_args a = {0, 0, 0};
1370 vde_open("", "", &a);
1374 if compile_prog
"" "$vde_libs" ; then
1376 libs_softmmu
="$vde_libs $libs_softmmu"
1377 libs_tools
="$vde_libs $libs_tools"
1379 if test "$vde" = "yes" ; then
1380 feature_not_found
"vde"
1386 ##########################################
1387 # Sound support libraries probe
1398 int main(void) { $exp }
1400 if compile_prog
"$cfl" "$lib" ; then
1404 echo "Error: $drv check failed"
1405 echo "Make sure to have the $drv libs and headers installed."
1411 audio_drv_list
=`echo "$audio_drv_list" | sed -e 's/,/ /g'`
1412 for drv
in $audio_drv_list; do
1415 audio_drv_probe
$drv alsa
/asoundlib.h
-lasound \
1416 "snd_pcm_t **handle; return snd_pcm_close(*handle);"
1417 libs_softmmu
="-lasound $libs_softmmu"
1421 if test -z $fmod_lib ||
test -z $fmod_inc; then
1423 echo "Error: You must specify path to FMOD library and headers"
1424 echo "Example: --fmod-inc=/path/include/fmod --fmod-lib=/path/lib/libfmod-3.74.so"
1428 audio_drv_probe
$drv fmod.h
$fmod_lib "return FSOUND_GetVersion();" "-I $fmod_inc"
1429 libs_softmmu
="$fmod_lib $libs_softmmu"
1433 audio_drv_probe
$drv esd.h
-lesd 'return esd_play_stream(0, 0, "", 0);'
1434 libs_softmmu
="-lesd $libs_softmmu"
1439 audio_drv_probe
$drv pulse
/simple.h
"-lpulse-simple -lpulse" \
1440 "pa_simple *s = NULL; pa_simple_free(s); return 0;"
1441 libs_softmmu
="-lpulse -lpulse-simple $libs_softmmu"
1446 libs_softmmu
="-framework CoreAudio $libs_softmmu"
1450 libs_softmmu
="-lole32 -ldxguid $libs_softmmu"
1455 libs_softmmu
="$oss_lib $libs_softmmu"
1459 # XXX: Probes for CoreAudio, DirectSound, SDL(?)
1463 libs_softmmu
="-lwinmm $libs_softmmu"
1468 echo "$audio_possible_drivers" |
grep -q "\<$drv\>" ||
{
1470 echo "Error: Unknown driver '$drv' selected"
1471 echo "Possible drivers are: $audio_possible_drivers"
1479 ##########################################
1482 if test "$brlapi" != "no" ; then
1483 brlapi_libs
="-lbrlapi"
1486 int main( void ) { return brlapi__openConnection (NULL, NULL, NULL); }
1488 if compile_prog
"" "$brlapi_libs" ; then
1490 libs_softmmu
="$brlapi_libs $libs_softmmu"
1492 if test "$brlapi" = "yes" ; then
1493 feature_not_found
"brlapi"
1499 ##########################################
1501 curses_list
="-lncurses -lcurses"
1503 if test "$curses" != "no" ; then
1508 #define resize_term resizeterm
1510 int main(void) { resize_term(0, 0); return curses_version(); }
1512 for curses_lib
in $curses_list; do
1513 if compile_prog
"" "$curses_lib" ; then
1515 libs_softmmu
="$curses_lib $libs_softmmu"
1519 if test "$curses_found" = "yes" ; then
1522 if test "$curses" = "yes" ; then
1523 feature_not_found
"curses"
1529 ##########################################
1532 if $pkgconfig libcurl
--modversion >/dev
/null
2>&1; then
1533 curlconfig
="$pkgconfig libcurl"
1535 curlconfig
=curl-config
1538 if test "$curl" != "no" ; then
1540 #include <curl/curl.h>
1541 int main(void) { return curl_easy_init(); }
1543 curl_cflags
=`$curlconfig --cflags 2>/dev/null`
1544 curl_libs
=`$curlconfig --libs 2>/dev/null`
1545 if compile_prog
"$curl_cflags" "$curl_libs" ; then
1547 libs_tools
="$curl_libs $libs_tools"
1548 libs_softmmu
="$curl_libs $libs_softmmu"
1550 if test "$curl" = "yes" ; then
1551 feature_not_found
"curl"
1557 ##########################################
1558 # check framework probe
1560 if test "$check_utests" != "no" ; then
1563 int main(void) { suite_create("qemu test"); return 0; }
1565 check_libs
=`$pkgconfig --libs check`
1566 if compile_prog
"" $check_libs ; then
1568 libs_tools
="$check_libs $libs_tools"
1570 if test "$check_utests" = "yes" ; then
1571 feature_not_found
"check"
1575 fi # test "$check_utests"
1577 ##########################################
1578 # bluez support probe
1579 if test "$bluez" != "no" ; then
1581 #include <bluetooth/bluetooth.h>
1582 int main(void) { return bt_error(0); }
1584 bluez_cflags
=`$pkgconfig --cflags bluez 2> /dev/null`
1585 bluez_libs
=`$pkgconfig --libs bluez 2> /dev/null`
1586 if compile_prog
"$bluez_cflags" "$bluez_libs" ; then
1588 libs_softmmu
="$bluez_libs $libs_softmmu"
1590 if test "$bluez" = "yes" ; then
1591 feature_not_found
"bluez"
1597 ##########################################
1599 if test "$kvm" != "no" ; then
1601 #include <linux/kvm.h>
1602 #if !defined(KVM_API_VERSION) || KVM_API_VERSION < 12 || KVM_API_VERSION > 12
1603 #error Invalid KVM version
1605 #if !defined(KVM_CAP_USER_MEMORY)
1606 #error Missing KVM capability KVM_CAP_USER_MEMORY
1608 #if !defined(KVM_CAP_SET_TSS_ADDR)
1609 #error Missing KVM capability KVM_CAP_SET_TSS_ADDR
1611 #if !defined(KVM_CAP_DESTROY_MEMORY_REGION_WORKS)
1612 #error Missing KVM capability KVM_CAP_DESTROY_MEMORY_REGION_WORKS
1614 int main(void) { return 0; }
1616 if test "$kerneldir" != "" ; then
1617 kvm_cflags
=-I"$kerneldir"/include
1618 if test \
( "$cpu" = "i386" -o "$cpu" = "x86_64" \
) \
1619 -a -d "$kerneldir/arch/x86/include" ; then
1620 kvm_cflags
="$kvm_cflags -I$kerneldir/arch/x86/include"
1621 elif test "$cpu" = "ppc" -a -d "$kerneldir/arch/powerpc/include" ; then
1622 kvm_cflags
="$kvm_cflags -I$kerneldir/arch/powerpc/include"
1623 elif test "$cpu" = "s390x" -a -d "$kerneldir/arch/s390/include" ; then
1624 kvm_cflags
="$kvm_cflags -I$kerneldir/arch/s390/include"
1625 elif test -d "$kerneldir/arch/$cpu/include" ; then
1626 kvm_cflags
="$kvm_cflags -I$kerneldir/arch/$cpu/include"
1629 kvm_cflags
=`$pkgconfig --cflags kvm-kmod 2>/dev/null`
1631 if compile_prog
"$kvm_cflags" "" ; then
1634 #include <linux/kvm_para.h>
1635 int main(void) { return 0; }
1637 if compile_prog
"$kvm_cflags" "" ; then
1641 if test "$kvm" = "yes" ; then
1642 if has
awk && has
grep; then
1643 kvmerr
=`LANG=C $cc $QEMU_CFLAGS -o $TMPE $kvm_cflags $TMPC 2>&1 \
1645 | awk -F "error: " '{if (NR>1) printf(", "); printf("%s",$2);}'`
1646 if test "$kvmerr" != "" ; then
1647 echo -e "${kvmerr}\n\
1648 NOTE: To enable KVM support, update your kernel to 2.6.29+ or install \
1649 recent kvm-kmod from http://sourceforge.net/projects/kvm."
1652 feature_not_found
"kvm"
1658 ##########################################
1659 # test for vhost net
1661 if test "$vhost_net" != "no"; then
1662 if test "$kvm" != "no"; then
1664 #include <linux/vhost.h>
1665 int main(void) { return 0; }
1667 if compile_prog
"$kvm_cflags" "" ; then
1670 if test "$vhost_net" = "yes" ; then
1671 feature_not_found
"vhost-net"
1676 if test "$vhost_net" = "yes" ; then
1677 echo "NOTE: vhost-net feature requires KVM (--enable-kvm)."
1678 feature_not_found
"vhost-net"
1684 ##########################################
1686 PTHREADLIBS_LIST
="-lpthread -lpthreadGC2"
1690 #include <pthread.h>
1691 int main(void) { pthread_create(0,0,0,0); return 0; }
1693 for pthread_lib
in $PTHREADLIBS_LIST; do
1694 if compile_prog
"" "$pthread_lib" ; then
1696 LIBS
="$pthread_lib $LIBS"
1701 if test "$mingw32" != yes -a "$pthread" = no
; then
1703 echo "Error: pthread check failed"
1704 echo "Make sure to have the pthread libs and headers installed."
1709 ##########################################
1712 if test "$linux_aio" != "no" ; then
1715 #include <sys/eventfd.h>
1716 int main(void) { io_setup(0, NULL); io_set_eventfd(NULL, 0); eventfd(0, 0); return 0; }
1718 if compile_prog
"" "-laio" ; then
1720 libs_softmmu
="$libs_softmmu -laio"
1721 libs_tools
="$libs_tools -laio"
1723 if test "$linux_aio" = "yes" ; then
1724 feature_not_found
"linux AIO"
1730 ##########################################
1733 if test "$attr" != "no" ; then
1736 #include <sys/types.h>
1737 #include <attr/xattr.h>
1738 int main(void) { getxattr(NULL, NULL, NULL, 0); setxattr(NULL, NULL, NULL, 0, 0); return 0; }
1740 if compile_prog
"" "-lattr" ; then
1744 if test "$attr" = "yes" ; then
1745 feature_not_found
"ATTR"
1751 ##########################################
1754 #include <sys/types.h>
1755 #include <sys/uio.h>
1757 int main(void) { struct iovec iov; return 0; }
1760 if compile_prog
"" "" ; then
1764 ##########################################
1767 #include <sys/types.h>
1768 #include <sys/uio.h>
1770 int main(void) { preadv; }
1773 if compile_prog
"" "" ; then
1777 ##########################################
1779 if test "$fdt" != "no" ; then
1782 int main(void) { return 0; }
1784 if compile_prog
"" "$fdt_libs" ; then
1786 libs_softmmu
="$fdt_libs $libs_softmmu"
1788 if test "$fdt" = "yes" ; then
1789 feature_not_found
"fdt"
1796 # Check for xxxat() functions when we are building linux-user
1797 # emulator. This is done because older glibc versions don't
1798 # have syscall stubs for these implemented.
1802 #define _ATFILE_SOURCE
1803 #include <sys/types.h>
1810 /* try to unlink nonexisting file */
1811 return (unlinkat(AT_FDCWD, "nonexistent_file", 0));
1814 if compile_prog
"" "" ; then
1818 # Check for inotify functions when we are building linux-user
1819 # emulator. This is done because older glibc versions don't
1820 # have syscall stubs for these implemented. In that case we
1821 # don't provide them even if kernel supports them.
1825 #include <sys/inotify.h>
1830 /* try to start inotify */
1831 return inotify_init();
1834 if compile_prog
"" "" ; then
1840 #include <sys/inotify.h>
1845 /* try to start inotify */
1846 return inotify_init1(0);
1849 if compile_prog
"" "" ; then
1853 # check if utimensat and futimens are supported
1856 #define _ATFILE_SOURCE
1863 utimensat(AT_FDCWD, "foo", NULL, 0);
1868 if compile_prog
"" "" ; then
1872 # check if pipe2 is there
1882 pipe2(pipefd, O_CLOEXEC);
1886 if compile_prog
"" "" ; then
1890 # check if accept4 is there
1894 #include <sys/socket.h>
1899 accept4(0, NULL, NULL, SOCK_CLOEXEC);
1903 if compile_prog
"" "" ; then
1907 # check if tee/splice is there. vmsplice was added same time.
1918 len = tee(STDIN_FILENO, STDOUT_FILENO, INT_MAX, SPLICE_F_NONBLOCK);
1919 splice(STDIN_FILENO, NULL, fd, NULL, len, SPLICE_F_MOVE);
1923 if compile_prog
"" "" ; then
1927 # check if eventfd is supported
1930 #include <sys/eventfd.h>
1934 int efd = eventfd(0, 0);
1938 if compile_prog
"" "" ; then
1942 # check for fallocate
1949 fallocate(0, 0, 0, 0);
1953 if compile_prog
"$ARCH_CFLAGS" "" ; then
1968 if compile_prog
"" "" ; then
1972 # Check if tools are available to build documentation.
1973 if test "$docs" != "no" ; then
1974 if has makeinfo
&& has pod2man
; then
1977 if test "$docs" = "yes" ; then
1978 feature_not_found
"docs"
1984 # Search for bswap_32 function
1987 #include <byteswap.h>
1988 int main(void) { return bswap_32(0); }
1990 if compile_prog
"" "" ; then
1994 # Search for bswap_32 function
1997 #include <sys/endian.h>
1998 #include <sys/types.h>
1999 #include <machine/bswap.h>
2000 int main(void) { return bswap32(0); }
2002 if compile_prog
"" "" ; then
2006 ##########################################
2011 int main(void) { clockid_t id; return clock_gettime(id, NULL); }
2014 if compile_prog
"" "" ; then
2016 elif compile_prog
"" "-lrt" ; then
2020 if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaris" != yes -a \
2021 "$aix" != "yes" ; then
2022 libs_softmmu
="-lutil $libs_softmmu"
2025 ##########################################
2026 # check if the compiler defines offsetof
2031 int main(void) { struct s { int f; }; return offsetof(struct s, f); }
2033 if compile_prog
"" "" ; then
2037 ##########################################
2038 # check if the compiler understands attribute warn_unused_result
2040 # This could be smarter, but gcc -Werror does not error out even when warning
2041 # about attribute warn_unused_result
2043 gcc_attribute_warn_unused_result
=no
2045 #if defined(__GNUC__) && (__GNUC__ < 4) && defined(__GNUC_MINOR__) && (__GNUC__ < 4)
2046 #error gcc 3.3 or older
2048 int main(void) { return 0;}
2050 if compile_prog
"" ""; then
2051 gcc_attribute_warn_unused_result
=yes
2054 ##########################################
2055 # check if we have fdatasync
2060 int main(void) { return fdatasync(0); }
2062 if compile_prog
"" "" ; then
2066 ##########################################
2067 # check if trace backend exists
2069 sh
"$source_path/tracetool" "--$trace_backend" --check-backend > /dev
/null
2> /dev
/null
2070 if test "$?" -ne 0 ; then
2072 echo "Error: invalid trace backend"
2073 echo "Please choose a supported trace backend."
2079 # After here, no more $cc or $ld runs
2081 if test "$debug" = "no" ; then
2082 CFLAGS
="-O2 $CFLAGS"
2085 # Consult white-list to determine whether to enable werror
2086 # by default. Only enable by default for git builds
2087 z_version
=`cut -f3 -d. $source_path/VERSION`
2089 if test -z "$werror" ; then
2090 if test "$z_version" = "50" -a \
2091 "$linux" = "yes" ; then
2098 # Disable zero malloc errors for official releases unless explicitly told to
2100 if test -z "$zero_malloc" ; then
2101 if test "$z_version" = "50" ; then
2108 if test "$werror" = "yes" ; then
2109 QEMU_CFLAGS
="-Werror $QEMU_CFLAGS"
2112 if test "$solaris" = "no" ; then
2113 if $ld --version 2>/dev
/null |
grep "GNU ld" >/dev
/null
2>/dev
/null
; then
2114 LDFLAGS
="-Wl,--warn-common $LDFLAGS"
2118 confdir
=$sysconfdir$confsuffix
2121 if test "$softmmu" = yes ; then
2122 tools
="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
2123 if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then
2124 tools
="qemu-nbd\$(EXESUF) $tools"
2125 if [ "$check_utests" = "yes" ]; then
2126 tools
="check-qint check-qstring check-qdict check-qlist $tools"
2127 tools
="check-qfloat check-qjson $tools"
2132 # Mac OS X ships with a broken assembler
2134 if test \
( "$cpu" = "i386" -o "$cpu" = "x86_64" \
) -a \
2135 "$targetos" != "Darwin" -a "$targetos" != "SunOS" -a \
2136 "$softmmu" = yes ; then
2141 echo "Install prefix $prefix"
2142 echo "BIOS directory `eval echo $datadir`"
2143 echo "binary directory `eval echo $bindir`"
2144 echo "config directory `eval echo $sysconfdir`"
2145 if test "$mingw32" = "no" ; then
2146 echo "Manual directory `eval echo $mandir`"
2147 echo "ELF interp prefix $interp_prefix"
2149 echo "Source path $source_path"
2150 echo "C compiler $cc"
2151 echo "Host C compiler $host_cc"
2152 echo "CFLAGS $CFLAGS"
2153 echo "QEMU_CFLAGS $QEMU_CFLAGS"
2154 echo "LDFLAGS $LDFLAGS"
2156 echo "install $install"
2157 echo "host CPU $cpu"
2158 echo "host big endian $bigendian"
2159 echo "target list $target_list"
2160 echo "tcg debug enabled $debug_tcg"
2161 echo "Mon debug enabled $debug_mon"
2162 echo "gprof enabled $gprof"
2163 echo "sparse enabled $sparse"
2164 echo "strip binaries $strip_opt"
2165 echo "profiler $profiler"
2166 echo "static build $static"
2167 echo "-Werror enabled $werror"
2168 if test "$darwin" = "yes" ; then
2169 echo "Cocoa support $cocoa"
2171 echo "SDL support $sdl"
2172 echo "curses support $curses"
2173 echo "curl support $curl"
2174 echo "check support $check_utests"
2175 echo "mingw32 support $mingw32"
2176 echo "Audio drivers $audio_drv_list"
2177 echo "Extra audio cards $audio_card_list"
2178 echo "Block whitelist $block_drv_whitelist"
2179 echo "Mixer emulation $mixemu"
2180 echo "VNC TLS support $vnc_tls"
2181 echo "VNC SASL support $vnc_sasl"
2182 echo "VNC JPEG support $vnc_jpeg"
2183 echo "VNC PNG support $vnc_png"
2184 echo "VNC thread $vnc_thread"
2185 if test -n "$sparc_cpu"; then
2186 echo "Target Sparc Arch $sparc_cpu"
2188 echo "xen support $xen"
2189 echo "brlapi support $brlapi"
2190 echo "bluez support $bluez"
2191 echo "Documentation $docs"
2192 [ ! -z "$uname_release" ] && \
2193 echo "uname -r $uname_release"
2194 echo "NPTL support $nptl"
2195 echo "GUEST_BASE $guest_base"
2196 echo "PIE user targets $user_pie"
2197 echo "vde support $vde"
2198 echo "IO thread $io_thread"
2199 echo "Linux AIO support $linux_aio"
2200 echo "ATTR/XATTR support $attr"
2201 echo "Install blobs $blobs"
2202 echo "KVM support $kvm"
2203 echo "fdt support $fdt"
2204 echo "preadv support $preadv"
2205 echo "fdatasync $fdatasync"
2206 echo "uuid support $uuid"
2207 echo "vhost-net support $vhost_net"
2208 echo "Trace backend $trace_backend"
2210 if test $sdl_too_old = "yes"; then
2211 echo "-> Your SDL version is too old - please upgrade to have SDL support"
2214 config_host_mak
="config-host.mak"
2215 config_host_ld
="config-host.ld"
2217 echo "# Automatically generated by configure - do not modify" > $config_host_mak
2218 printf "# Configured with:" >> $config_host_mak
2219 printf " '%s'" "$0" "$@" >> $config_host_mak
2220 echo >> $config_host_mak
2222 echo "prefix=$prefix" >> $config_host_mak
2223 echo "bindir=$bindir" >> $config_host_mak
2224 echo "mandir=$mandir" >> $config_host_mak
2225 echo "datadir=$datadir" >> $config_host_mak
2226 echo "sysconfdir=$sysconfdir" >> $config_host_mak
2227 echo "docdir=$docdir" >> $config_host_mak
2228 echo "confdir=$confdir" >> $config_host_mak
2231 i386|x86_64|alpha|cris|hppa|ia64|m68k|microblaze|mips|mips64|ppc|ppc64|s390|s390x|sparc|sparc64
)
2238 echo "ARCH=$ARCH" >> $config_host_mak
2239 if test "$debug_tcg" = "yes" ; then
2240 echo "CONFIG_DEBUG_TCG=y" >> $config_host_mak
2242 if test "$debug_mon" = "yes" ; then
2243 echo "CONFIG_DEBUG_MONITOR=y" >> $config_host_mak
2245 if test "$debug" = "yes" ; then
2246 echo "CONFIG_DEBUG_EXEC=y" >> $config_host_mak
2248 if test "$strip_opt" = "yes" ; then
2249 echo "STRIP=${strip}" >> $config_host_mak
2251 if test "$bigendian" = "yes" ; then
2252 echo "HOST_WORDS_BIGENDIAN=y" >> $config_host_mak
2254 echo "HOST_LONG_BITS=$hostlongbits" >> $config_host_mak
2255 if test "$mingw32" = "yes" ; then
2256 echo "CONFIG_WIN32=y" >> $config_host_mak
2258 echo "CONFIG_POSIX=y" >> $config_host_mak
2261 if test "$linux" = "yes" ; then
2262 echo "CONFIG_LINUX=y" >> $config_host_mak
2265 if test "$darwin" = "yes" ; then
2266 echo "CONFIG_DARWIN=y" >> $config_host_mak
2269 if test "$aix" = "yes" ; then
2270 echo "CONFIG_AIX=y" >> $config_host_mak
2273 if test "$solaris" = "yes" ; then
2274 echo "CONFIG_SOLARIS=y" >> $config_host_mak
2275 echo "CONFIG_SOLARIS_VERSION=$solarisrev" >> $config_host_mak
2276 if test "$needs_libsunmath" = "yes" ; then
2277 echo "CONFIG_NEEDS_LIBSUNMATH=y" >> $config_host_mak
2280 if test "$static" = "yes" ; then
2281 echo "CONFIG_STATIC=y" >> $config_host_mak
2283 if test $profiler = "yes" ; then
2284 echo "CONFIG_PROFILER=y" >> $config_host_mak
2286 if test "$slirp" = "yes" ; then
2287 echo "CONFIG_SLIRP=y" >> $config_host_mak
2288 QEMU_CFLAGS
="-I\$(SRC_PATH)/slirp $QEMU_CFLAGS"
2290 if test "$vde" = "yes" ; then
2291 echo "CONFIG_VDE=y" >> $config_host_mak
2293 for card
in $audio_card_list; do
2294 def
=CONFIG_
`echo $card | tr '[:lower:]' '[:upper:]'`
2295 echo "$def=y" >> $config_host_mak
2297 echo "CONFIG_AUDIO_DRIVERS=$audio_drv_list" >> $config_host_mak
2298 for drv
in $audio_drv_list; do
2299 def
=CONFIG_
`echo $drv | tr '[:lower:]' '[:upper:]'`
2300 echo "$def=y" >> $config_host_mak
2301 if test "$drv" = "fmod"; then
2302 echo "FMOD_CFLAGS=-I$fmod_inc" >> $config_host_mak
2305 if test "$audio_pt_int" = "yes" ; then
2306 echo "CONFIG_AUDIO_PT_INT=y" >> $config_host_mak
2308 if test "$audio_win_int" = "yes" ; then
2309 echo "CONFIG_AUDIO_WIN_INT=y" >> $config_host_mak
2311 echo "CONFIG_BDRV_WHITELIST=$block_drv_whitelist" >> $config_host_mak
2312 if test "$mixemu" = "yes" ; then
2313 echo "CONFIG_MIXEMU=y" >> $config_host_mak
2315 if test "$vnc_tls" = "yes" ; then
2316 echo "CONFIG_VNC_TLS=y" >> $config_host_mak
2317 echo "VNC_TLS_CFLAGS=$vnc_tls_cflags" >> $config_host_mak
2319 if test "$vnc_sasl" = "yes" ; then
2320 echo "CONFIG_VNC_SASL=y" >> $config_host_mak
2321 echo "VNC_SASL_CFLAGS=$vnc_sasl_cflags" >> $config_host_mak
2323 if test "$vnc_jpeg" != "no" ; then
2324 echo "CONFIG_VNC_JPEG=y" >> $config_host_mak
2325 echo "VNC_JPEG_CFLAGS=$vnc_jpeg_cflags" >> $config_host_mak
2327 if test "$vnc_png" != "no" ; then
2328 echo "CONFIG_VNC_PNG=y" >> $config_host_mak
2329 echo "VNC_PNG_CFLAGS=$vnc_png_cflags" >> $config_host_mak
2331 if test "$vnc_thread" != "no" ; then
2332 echo "CONFIG_VNC_THREAD=y" >> $config_host_mak
2333 echo "CONFIG_THREAD=y" >> $config_host_mak
2335 if test "$fnmatch" = "yes" ; then
2336 echo "CONFIG_FNMATCH=y" >> $config_host_mak
2338 if test "$uuid" = "yes" ; then
2339 echo "CONFIG_UUID=y" >> $config_host_mak
2341 qemu_version
=`head $source_path/VERSION`
2342 echo "VERSION=$qemu_version" >>$config_host_mak
2343 echo "PKGVERSION=$pkgversion" >>$config_host_mak
2344 echo "SRC_PATH=$source_path" >> $config_host_mak
2345 echo "TARGET_DIRS=$target_list" >> $config_host_mak
2346 if [ "$docs" = "yes" ] ; then
2347 echo "BUILD_DOCS=yes" >> $config_host_mak
2349 if test "$sdl" = "yes" ; then
2350 echo "CONFIG_SDL=y" >> $config_host_mak
2351 echo "SDL_CFLAGS=$sdl_cflags" >> $config_host_mak
2353 if test "$cocoa" = "yes" ; then
2354 echo "CONFIG_COCOA=y" >> $config_host_mak
2356 if test "$curses" = "yes" ; then
2357 echo "CONFIG_CURSES=y" >> $config_host_mak
2359 if test "$atfile" = "yes" ; then
2360 echo "CONFIG_ATFILE=y" >> $config_host_mak
2362 if test "$utimens" = "yes" ; then
2363 echo "CONFIG_UTIMENSAT=y" >> $config_host_mak
2365 if test "$pipe2" = "yes" ; then
2366 echo "CONFIG_PIPE2=y" >> $config_host_mak
2368 if test "$accept4" = "yes" ; then
2369 echo "CONFIG_ACCEPT4=y" >> $config_host_mak
2371 if test "$splice" = "yes" ; then
2372 echo "CONFIG_SPLICE=y" >> $config_host_mak
2374 if test "$eventfd" = "yes" ; then
2375 echo "CONFIG_EVENTFD=y" >> $config_host_mak
2377 if test "$fallocate" = "yes" ; then
2378 echo "CONFIG_FALLOCATE=y" >> $config_host_mak
2380 if test "$dup3" = "yes" ; then
2381 echo "CONFIG_DUP3=y" >> $config_host_mak
2383 if test "$inotify" = "yes" ; then
2384 echo "CONFIG_INOTIFY=y" >> $config_host_mak
2386 if test "$inotify1" = "yes" ; then
2387 echo "CONFIG_INOTIFY1=y" >> $config_host_mak
2389 if test "$byteswap_h" = "yes" ; then
2390 echo "CONFIG_BYTESWAP_H=y" >> $config_host_mak
2392 if test "$bswap_h" = "yes" ; then
2393 echo "CONFIG_MACHINE_BSWAP_H=y" >> $config_host_mak
2395 if test "$curl" = "yes" ; then
2396 echo "CONFIG_CURL=y" >> $config_host_mak
2397 echo "CURL_CFLAGS=$curl_cflags" >> $config_host_mak
2399 if test "$brlapi" = "yes" ; then
2400 echo "CONFIG_BRLAPI=y" >> $config_host_mak
2402 if test "$bluez" = "yes" ; then
2403 echo "CONFIG_BLUEZ=y" >> $config_host_mak
2404 echo "BLUEZ_CFLAGS=$bluez_cflags" >> $config_host_mak
2406 if test "$xen" = "yes" ; then
2407 echo "CONFIG_XEN=y" >> $config_host_mak
2409 if test "$io_thread" = "yes" ; then
2410 echo "CONFIG_IOTHREAD=y" >> $config_host_mak
2411 echo "CONFIG_THREAD=y" >> $config_host_mak
2413 if test "$linux_aio" = "yes" ; then
2414 echo "CONFIG_LINUX_AIO=y" >> $config_host_mak
2416 if test "$attr" = "yes" ; then
2417 echo "CONFIG_ATTR=y" >> $config_host_mak
2419 if test "$linux" = "yes" ; then
2420 if test "$attr" = "yes" ; then
2421 echo "CONFIG_VIRTFS=y" >> $config_host_mak
2424 if test "$blobs" = "yes" ; then
2425 echo "INSTALL_BLOBS=yes" >> $config_host_mak
2427 if test "$iovec" = "yes" ; then
2428 echo "CONFIG_IOVEC=y" >> $config_host_mak
2430 if test "$preadv" = "yes" ; then
2431 echo "CONFIG_PREADV=y" >> $config_host_mak
2433 if test "$fdt" = "yes" ; then
2434 echo "CONFIG_FDT=y" >> $config_host_mak
2436 if test "$need_offsetof" = "yes" ; then
2437 echo "CONFIG_NEED_OFFSETOF=y" >> $config_host_mak
2439 if test "$gcc_attribute_warn_unused_result" = "yes" ; then
2440 echo "CONFIG_GCC_ATTRIBUTE_WARN_UNUSED_RESULT=y" >> $config_host_mak
2442 if test "$fdatasync" = "yes" ; then
2443 echo "CONFIG_FDATASYNC=y" >> $config_host_mak
2446 # XXX: suppress that
2447 if [ "$bsd" = "yes" ] ; then
2448 echo "CONFIG_BSD=y" >> $config_host_mak
2451 echo "CONFIG_UNAME_RELEASE=\"$uname_release\"" >> $config_host_mak
2453 if test "$zero_malloc" = "yes" ; then
2454 echo "CONFIG_ZERO_MALLOC=y" >> $config_host_mak
2460 echo "HOST_USB=linux" >> $config_host_mak
2463 echo "HOST_USB=bsd" >> $config_host_mak
2466 echo "HOST_USB=stub" >> $config_host_mak
2470 echo "TRACE_BACKEND=$trace_backend" >> $config_host_mak
2471 if test "$trace_backend" = "simple"; then
2472 echo "CONFIG_SIMPLE_TRACE=y" >> $config_host_mak
2474 echo "TOOLS=$tools" >> $config_host_mak
2475 echo "ROMS=$roms" >> $config_host_mak
2476 echo "MAKE=$make" >> $config_host_mak
2477 echo "INSTALL=$install" >> $config_host_mak
2478 echo "INSTALL_DIR=$install -d -m0755 -p" >> $config_host_mak
2479 echo "INSTALL_DATA=$install -m0644 -p" >> $config_host_mak
2480 echo "INSTALL_PROG=$install -m0755 -p" >> $config_host_mak
2481 echo "CC=$cc" >> $config_host_mak
2482 echo "HOST_CC=$host_cc" >> $config_host_mak
2483 if test "$sparse" = "yes" ; then
2484 echo "CC := REAL_CC=\"\$(CC)\" cgcc" >> $config_host_mak
2485 echo "HOST_CC := REAL_CC=\"\$(HOST_CC)\" cgcc" >> $config_host_mak
2486 echo "QEMU_CFLAGS += -Wbitwise -Wno-transparent-union -Wno-old-initializer -Wno-non-pointer-null" >> $config_host_mak
2488 echo "AR=$ar" >> $config_host_mak
2489 echo "OBJCOPY=$objcopy" >> $config_host_mak
2490 echo "LD=$ld" >> $config_host_mak
2491 echo "CFLAGS=$CFLAGS" >> $config_host_mak
2492 echo "QEMU_CFLAGS=$QEMU_CFLAGS" >> $config_host_mak
2493 echo "HELPER_CFLAGS=$helper_cflags" >> $config_host_mak
2494 echo "LDFLAGS=$LDFLAGS" >> $config_host_mak
2495 echo "ARLIBS_BEGIN=$arlibs_begin" >> $config_host_mak
2496 echo "ARLIBS_END=$arlibs_end" >> $config_host_mak
2497 echo "LIBS+=$LIBS" >> $config_host_mak
2498 echo "LIBS_TOOLS+=$libs_tools" >> $config_host_mak
2499 echo "EXESUF=$EXESUF" >> $config_host_mak
2501 # generate list of library paths for linker script
2503 $ld --verbose -v 2> /dev
/null |
grep SEARCH_DIR
> ${config_host_ld}
2505 if test -f ${config_host_ld}~
; then
2506 if cmp -s $config_host_ld ${config_host_ld}~
; then
2507 mv ${config_host_ld}~
$config_host_ld
2509 rm ${config_host_ld}~
2513 for d
in libdis libdis-user
; do
2516 ln -s $source_path/Makefile.dis
$d/Makefile
2517 echo > $d/config.mak
2519 if test "$static" = "no" -a "$user_pie" = "yes" ; then
2520 echo "QEMU_CFLAGS+=-fpie" > libdis-user
/config.mak
2523 for target
in $target_list; do
2524 target_dir
="$target"
2525 config_target_mak
=$target_dir/config-target.mak
2526 target_arch2
=`echo $target | cut -d '-' -f 1`
2527 target_bigendian
="no"
2529 case "$target_arch2" in
2530 armeb|m68k|microblaze|mips|mipsn32|mips64|ppc|ppcemb|ppc64|ppc64abi32|s390x|sh4eb|sparc|sparc64|sparc32plus
)
2531 target_bigendian
=yes
2535 target_user_only
="no"
2536 target_linux_user
="no"
2537 target_darwin_user
="no"
2538 target_bsd_user
="no"
2540 ${target_arch2}-softmmu)
2541 target_softmmu
="yes"
2543 ${target_arch2}-linux-user)
2544 if test "$linux" != "yes" ; then
2545 echo "ERROR: Target '$target' is only available on a Linux host"
2548 target_user_only
="yes"
2549 target_linux_user
="yes"
2551 ${target_arch2}-darwin-user)
2552 if test "$darwin" != "yes" ; then
2553 echo "ERROR: Target '$target' is only available on a Darwin host"
2556 target_user_only
="yes"
2557 target_darwin_user
="yes"
2559 ${target_arch2}-bsd-user)
2560 if test "$bsd" != "yes" ; then
2561 echo "ERROR: Target '$target' is only available on a BSD host"
2564 target_user_only
="yes"
2565 target_bsd_user
="yes"
2568 echo "ERROR: Target '$target' not recognised"
2573 mkdir
-p $target_dir
2574 mkdir
-p $target_dir/fpu
2575 mkdir
-p $target_dir/tcg
2576 mkdir
-p $target_dir/ide
2577 if test "$target" = "arm-linux-user" -o "$target" = "armeb-linux-user" -o "$target" = "arm-bsd-user" -o "$target" = "armeb-bsd-user" ; then
2578 mkdir
-p $target_dir/nwfpe
2582 # don't use ln -sf as not all "ln -sf" over write the file/link
2584 rm -f $target_dir/Makefile
2585 ln -s $source_path/Makefile.target
$target_dir/Makefile
2588 echo "# Automatically generated by configure - do not modify" > $config_target_mak
2592 interp_prefix1
=`echo "$interp_prefix" | sed "s/%M/$target_arch2/g"`
2593 echo "CONFIG_QEMU_INTERP_PREFIX=\"$interp_prefix1\"" >> $config_target_mak
2596 TARGET_ARCH
="$target_arch2"
2600 case "$target_arch2" in
2605 TARGET_BASE_ARCH
=i386
2616 gdb_xml_files
="arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml"
2625 gdb_xml_files
="cf-core.xml cf-fp.xml"
2635 echo "TARGET_ABI_MIPSO32=y" >> $config_target_mak
2641 TARGET_BASE_ARCH
=mips
2642 echo "TARGET_ABI_MIPSN32=y" >> $config_target_mak
2647 TARGET_BASE_ARCH
=mips
2648 echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak
2652 gdb_xml_files
="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
2657 TARGET_BASE_ARCH
=ppc
2659 gdb_xml_files
="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
2664 TARGET_BASE_ARCH
=ppc
2666 gdb_xml_files
="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
2671 TARGET_BASE_ARCH
=ppc
2673 echo "TARGET_ABI32=y" >> $config_target_mak
2674 gdb_xml_files
="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
2687 TARGET_BASE_ARCH
=sparc
2692 TARGET_BASE_ARCH
=sparc
2693 TARGET_ABI_DIR
=sparc
2694 echo "TARGET_ABI32=y" >> $config_target_mak
2701 echo "Unsupported target CPU"
2705 echo "TARGET_ARCH=$TARGET_ARCH" >> $config_target_mak
2706 target_arch_name
="`echo $TARGET_ARCH | tr '[:lower:]' '[:upper:]'`"
2707 echo "TARGET_$target_arch_name=y" >> $config_target_mak
2708 echo "TARGET_ARCH2=$target_arch2" >> $config_target_mak
2709 # TARGET_BASE_ARCH needs to be defined after TARGET_ARCH
2710 if [ "$TARGET_BASE_ARCH" = "" ]; then
2711 TARGET_BASE_ARCH
=$TARGET_ARCH
2713 echo "TARGET_BASE_ARCH=$TARGET_BASE_ARCH" >> $config_target_mak
2714 if [ "$TARGET_ABI_DIR" = "" ]; then
2715 TARGET_ABI_DIR
=$TARGET_ARCH
2717 echo "TARGET_ABI_DIR=$TARGET_ABI_DIR" >> $config_target_mak
2718 case "$target_arch2" in
2720 if test "$xen" = "yes" -a "$target_softmmu" = "yes" ; then
2721 echo "CONFIG_XEN=y" >> $config_target_mak
2724 case "$target_arch2" in
2725 i386|x86_64|ppcemb|ppc|ppc64|s390x
)
2726 # Make sure the target and host cpus are compatible
2727 if test "$kvm" = "yes" -a "$target_softmmu" = "yes" -a \
2728 \
( "$target_arch2" = "$cpu" -o \
2729 \
( "$target_arch2" = "ppcemb" -a "$cpu" = "ppc" \
) -o \
2730 \
( "$target_arch2" = "ppc64" -a "$cpu" = "ppc" \
) -o \
2731 \
( "$target_arch2" = "x86_64" -a "$cpu" = "i386" \
) -o \
2732 \
( "$target_arch2" = "i386" -a "$cpu" = "x86_64" \
) \
) ; then
2733 echo "CONFIG_KVM=y" >> $config_target_mak
2734 echo "KVM_CFLAGS=$kvm_cflags" >> $config_target_mak
2735 if test "$kvm_para" = "yes"; then
2736 echo "CONFIG_KVM_PARA=y" >> $config_target_mak
2738 if test $vhost_net = "yes" ; then
2739 echo "CONFIG_VHOST_NET=y" >> $config_target_mak
2743 if test "$target_bigendian" = "yes" ; then
2744 echo "TARGET_WORDS_BIGENDIAN=y" >> $config_target_mak
2746 if test "$target_softmmu" = "yes" ; then
2747 echo "TARGET_PHYS_ADDR_BITS=$target_phys_bits" >> $config_target_mak
2748 echo "CONFIG_SOFTMMU=y" >> $config_target_mak
2749 echo "LIBS+=$libs_softmmu" >> $config_target_mak
2750 echo "HWDIR=../libhw$target_phys_bits" >> $config_target_mak
2751 echo "subdir-$target: subdir-libhw$target_phys_bits" >> $config_host_mak
2753 if test "$target_user_only" = "yes" ; then
2754 echo "CONFIG_USER_ONLY=y" >> $config_target_mak
2756 if test "$target_linux_user" = "yes" ; then
2757 echo "CONFIG_LINUX_USER=y" >> $config_target_mak
2759 if test "$target_darwin_user" = "yes" ; then
2760 echo "CONFIG_DARWIN_USER=y" >> $config_target_mak
2763 if test ! -z "$gdb_xml_files" ; then
2764 for x
in $gdb_xml_files; do
2765 list
="$list $source_path/gdb-xml/$x"
2767 echo "TARGET_XML_FILES=$list" >> $config_target_mak
2770 case "$target_arch2" in
2771 alpha|arm|armeb|m68k|microblaze|mips|mipsel|mipsn32|mipsn32el|mips64|mips64el|ppc|ppc64|ppc64abi32|ppcemb|s390x|sparc|sparc64|sparc32plus
)
2772 echo "CONFIG_SOFTFLOAT=y" >> $config_target_mak
2775 echo "CONFIG_NOSOFTFLOAT=y" >> $config_target_mak
2779 if test "$target_user_only" = "yes" -a "$bflt" = "yes"; then
2780 echo "TARGET_HAS_BFLT=y" >> $config_target_mak
2782 if test "$target_user_only" = "yes" \
2783 -a "$nptl" = "yes" -a "$target_nptl" = "yes"; then
2784 echo "CONFIG_USE_NPTL=y" >> $config_target_mak
2786 if test "$target_user_only" = "yes" -a "$guest_base" = "yes"; then
2787 echo "CONFIG_USE_GUEST_BASE=y" >> $config_target_mak
2789 if test "$target_bsd_user" = "yes" ; then
2790 echo "CONFIG_BSD_USER=y" >> $config_target_mak
2793 # generate QEMU_CFLAGS/LDFLAGS for targets
2798 if test "$ARCH" = "sparc64" ; then
2799 cflags
="-I\$(SRC_PATH)/tcg/sparc $cflags"
2800 elif test "$ARCH" = "s390x" ; then
2801 cflags
="-I\$(SRC_PATH)/tcg/s390 $cflags"
2802 elif test "$ARCH" = "x86_64" ; then
2803 cflags
="-I\$(SRC_PATH)/tcg/i386 $cflags"
2805 cflags
="-I\$(SRC_PATH)/tcg/\$(ARCH) $cflags"
2807 cflags
="-I\$(SRC_PATH)/tcg $cflags"
2808 cflags
="-I\$(SRC_PATH)/fpu $cflags"
2810 if test "$target_user_only" = "yes" ; then
2811 libdis_config_mak
=libdis-user
/config.mak
2813 libdis_config_mak
=libdis
/config.mak
2816 for i
in $ARCH $TARGET_BASE_ARCH ; do
2819 echo "CONFIG_ALPHA_DIS=y" >> $config_target_mak
2820 echo "CONFIG_ALPHA_DIS=y" >> $libdis_config_mak
2823 echo "CONFIG_ARM_DIS=y" >> $config_target_mak
2824 echo "CONFIG_ARM_DIS=y" >> $libdis_config_mak
2827 echo "CONFIG_CRIS_DIS=y" >> $config_target_mak
2828 echo "CONFIG_CRIS_DIS=y" >> $libdis_config_mak
2831 echo "CONFIG_HPPA_DIS=y" >> $config_target_mak
2832 echo "CONFIG_HPPA_DIS=y" >> $libdis_config_mak
2835 echo "CONFIG_I386_DIS=y" >> $config_target_mak
2836 echo "CONFIG_I386_DIS=y" >> $libdis_config_mak
2839 echo "CONFIG_IA64_DIS=y" >> $config_target_mak
2840 echo "CONFIG_IA64_DIS=y" >> $libdis_config_mak
2843 echo "CONFIG_M68K_DIS=y" >> $config_target_mak
2844 echo "CONFIG_M68K_DIS=y" >> $libdis_config_mak
2847 echo "CONFIG_MICROBLAZE_DIS=y" >> $config_target_mak
2848 echo "CONFIG_MICROBLAZE_DIS=y" >> $libdis_config_mak
2851 echo "CONFIG_MIPS_DIS=y" >> $config_target_mak
2852 echo "CONFIG_MIPS_DIS=y" >> $libdis_config_mak
2855 echo "CONFIG_PPC_DIS=y" >> $config_target_mak
2856 echo "CONFIG_PPC_DIS=y" >> $libdis_config_mak
2859 echo "CONFIG_S390_DIS=y" >> $config_target_mak
2860 echo "CONFIG_S390_DIS=y" >> $libdis_config_mak
2863 echo "CONFIG_SH4_DIS=y" >> $config_target_mak
2864 echo "CONFIG_SH4_DIS=y" >> $libdis_config_mak
2867 echo "CONFIG_SPARC_DIS=y" >> $config_target_mak
2868 echo "CONFIG_SPARC_DIS=y" >> $libdis_config_mak
2875 # Ensure there's only a single GP
2876 cflags
="-msmall-data $cflags"
2880 if test "$target_softmmu" = "yes" ; then
2881 case "$TARGET_BASE_ARCH" in
2883 cflags
="-DHAS_AUDIO $cflags"
2886 cflags
="-DHAS_AUDIO -DHAS_AUDIO_CHOICE $cflags"
2891 if test "$target_user_only" = "yes" -a "$static" = "no" -a \
2892 "$user_pie" = "yes" ; then
2893 cflags
="-fpie $cflags"
2894 ldflags
="-pie $ldflags"
2897 if test "$target_softmmu" = "yes" -a \
( \
2898 "$TARGET_ARCH" = "microblaze" -o \
2899 "$TARGET_ARCH" = "cris" \
) ; then
2900 echo "CONFIG_NEED_MMU=y" >> $config_target_mak
2903 if test "$gprof" = "yes" ; then
2904 echo "TARGET_GPROF=yes" >> $config_target_mak
2905 if test "$target_linux_user" = "yes" ; then
2907 ldflags
="-p $ldflags"
2909 if test "$target_softmmu" = "yes" ; then
2910 ldflags
="-p $ldflags"
2911 echo "GPROF_CFLAGS=-p" >> $config_target_mak
2915 linker_script
="-Wl,-T../config-host.ld -Wl,-T,\$(SRC_PATH)/\$(ARCH).ld"
2916 if test "$target_linux_user" = "yes" -o "$target_bsd_user" = "yes" ; then
2919 # -static is used to avoid g1/g3 usage by the dynamic linker
2920 ldflags
="$linker_script -static $ldflags"
2923 # The default placement of the application is fine.
2926 ldflags
="$linker_script $ldflags"
2931 echo "LDFLAGS+=$ldflags" >> $config_target_mak
2932 echo "QEMU_CFLAGS+=$cflags" >> $config_target_mak
2934 done # for target in $targets
2936 # build tree in object directory if source path is different from current one
2937 if test "$source_path_used" = "yes" ; then
2938 DIRS
="tests tests/cris slirp audio block net pc-bios/optionrom"
2939 DIRS
="$DIRS roms/seabios roms/vgabios"
2940 DIRS
="$DIRS fsdev ui"
2941 FILES
="Makefile tests/Makefile"
2942 FILES
="$FILES tests/cris/Makefile tests/cris/.gdbinit"
2943 FILES
="$FILES tests/test-mmap.c"
2944 FILES
="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps pc-bios/video.x"
2945 FILES
="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
2946 for bios_file
in $source_path/pc-bios
/*.bin
$source_path/pc-bios
/*.dtb
$source_path/pc-bios
/openbios-
*; do
2947 FILES
="$FILES pc-bios/`basename $bios_file`"
2949 for dir
in $DIRS ; do
2952 # remove the link and recreate it, as not all "ln -sf" overwrite the link
2953 for f
in $FILES ; do
2955 ln -s $source_path/$f $f
2959 # temporary config to build submodules
2960 for rom
in seabios vgabios
; do
2961 config_mak
=roms
/$rom/config.mak
2962 echo "# Automatically generated by configure - do not modify" > $config_mak
2963 echo "SRC_PATH=$source_path/roms/$rom" >> $config_mak
2964 echo "CC=$cc" >> $config_mak
2965 echo "BCC=bcc" >> $config_mak
2966 echo "CPP=${cross_prefix}cpp" >> $config_mak
2967 echo "OBJCOPY=objcopy" >> $config_mak
2968 echo "IASL=iasl" >> $config_mak
2969 echo "HOST_CC=$host_cc" >> $config_mak
2970 echo "LD=$ld" >> $config_mak
2973 for hwlib
in 32 64; do
2978 ln -s $source_path/Makefile.hw
$d/Makefile
2979 echo "QEMU_CFLAGS+=-DTARGET_PHYS_ADDR_BITS=$hwlib" > $d/config.mak
2985 ln -s $source_path/Makefile.user
$d/Makefile
2986 if test "$static" = "no" -a "$user_pie" = "yes" ; then
2987 echo "QEMU_CFLAGS+=-fpie" > $d/config.mak
2990 if test "$docs" = "yes" ; then