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"
322 if check_define __linux__
; then
324 elif check_define _WIN32
; then
326 elif check_define __OpenBSD__
; then
328 elif check_define __sun__
; then
337 QEMU_CFLAGS
="-mno-cygwin $QEMU_CFLAGS"
338 audio_possible_drivers
="winwave sdl"
339 audio_drv_list
="winwave"
343 audio_possible_drivers
="winwave dsound sdl fmod"
344 audio_drv_list
="winwave"
349 audio_possible_drivers
="oss sdl esd pa"
355 audio_possible_drivers
="oss sdl esd pa"
356 # needed for kinfo_getvmmap(3) in libutil.h
363 audio_possible_drivers
="oss sdl esd pa"
369 audio_possible_drivers
="oss sdl esd"
376 audio_possible_drivers
="oss sdl esd"
382 # on Leopard most of the system is 32-bit, so we have to ask the kernel it if we can
383 # run 64-bit userspace code
384 if [ "$cpu" = "i386" ] ; then
385 is_x86_64
=`sysctl -n hw.optional.x86_64`
386 [ "$is_x86_64" = "1" ] && cpu
=x86_64
388 if [ "$cpu" = "x86_64" ] ; then
389 QEMU_CFLAGS
="-arch x86_64 $QEMU_CFLAGS"
390 LDFLAGS
="-arch x86_64 $LDFLAGS"
392 QEMU_CFLAGS
="-mdynamic-no-pic $QEMU_CFLAGS"
396 audio_drv_list
="coreaudio"
397 audio_possible_drivers
="coreaudio sdl fmod"
398 LDFLAGS
="-framework CoreFoundation -framework IOKit $LDFLAGS"
399 libs_softmmu
="-F/System/Library/Frameworks -framework Cocoa -framework IOKit $libs_softmmu"
406 needs_libsunmath
="no"
407 solarisrev
=`uname -r | cut -f2 -d.`
408 # have to select again, because `uname -m` returns i86pc
409 # even on an x86_64 box.
410 solariscpu
=`isainfo -k`
411 if test "${solariscpu}" = "amd64" ; then
414 if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
415 if test "$solarisrev" -le 9 ; then
416 if test -f /opt
/SUNWspro
/prod
/lib
/libsunmath.so
.1; then
417 needs_libsunmath
="yes"
418 QEMU_CFLAGS
="-I/opt/SUNWspro/prod/include/cc $QEMU_CFLAGS"
419 LDFLAGS
="-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib $LDFLAGS"
420 LIBS
="-lsunmath $LIBS"
422 echo "QEMU will not link correctly on Solaris 8/X86 or 9/x86 without"
423 echo "libsunmath from the Sun Studio compilers tools, due to a lack of"
424 echo "C99 math features in libm.so in Solaris 8/x86 and Solaris 9/x86"
425 echo "Studio 11 can be downloaded from www.sun.com."
430 if test -f /usr
/include
/sys
/soundcard.h
; then
433 audio_possible_drivers
="oss sdl"
434 # needed for CMSG_ macros in sys/socket.h
435 QEMU_CFLAGS
="-D_XOPEN_SOURCE=600 $QEMU_CFLAGS"
436 # needed for TIOCWIN* defines in termios.h
437 QEMU_CFLAGS
="-D__EXTENSIONS__ $QEMU_CFLAGS"
438 QEMU_CFLAGS
="-std=gnu99 $QEMU_CFLAGS"
439 LIBS
="-lsocket -lnsl -lresolv $LIBS"
447 audio_possible_drivers
="oss alsa sdl esd pa"
451 if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
452 audio_possible_drivers
="$audio_possible_drivers fmod"
457 if [ "$bsd" = "yes" ] ; then
458 if [ "$darwin" != "yes" ] ; then
464 if test "$mingw32" = "yes" ; then
466 QEMU_CFLAGS
="-DWIN32_LEAN_AND_MEAN -DWINVER=0x501 $QEMU_CFLAGS"
467 # enable C99/POSIX format strings (needs mingw32-runtime 3.15 or later)
468 QEMU_CFLAGS
="-D__USE_MINGW_ANSI_STDIO=1 $QEMU_CFLAGS"
469 LIBS
="-lwinmm -lws2_32 -liphlpapi $LIBS"
470 prefix
="c:/Program Files/Qemu"
475 sysconfdir
="\${prefix}"
480 source_path
=`dirname "$0"`
481 source_path_used
="no"
483 if [ -z "$source_path" ]; then
486 source_path
=`cd "$source_path"; pwd`
488 [ -f "$workdir/vl.c" ] || source_path_used
="yes"
493 optarg
=`expr "x$opt" : 'x[^=]*=\(.*\)'`
495 --help|
-h) show_help
=yes
497 --prefix=*) prefix
="$optarg"
499 --interp-prefix=*) interp_prefix
="$optarg"
501 --source-path=*) source_path
="$optarg"
502 source_path_used
="yes"
508 --host-cc=*) host_cc
="$optarg"
510 --make=*) make="$optarg"
512 --install=*) install="$optarg"
520 --target-list=*) target_list
="$optarg"
522 --enable-gprof) gprof
="yes"
526 LDFLAGS
="-static $LDFLAGS"
528 --mandir=*) mandir
="$optarg"
530 --bindir=*) bindir
="$optarg"
532 --datadir=*) datadir
="$optarg"
534 --docdir=*) docdir
="$optarg"
536 --sysconfdir=*) sysconfdir
="$optarg"
538 --disable-sdl) sdl
="no"
540 --enable-sdl) sdl
="yes"
542 --fmod-lib=*) fmod_lib
="$optarg"
544 --fmod-inc=*) fmod_inc
="$optarg"
546 --oss-lib=*) oss_lib
="$optarg"
548 --audio-card-list=*) audio_card_list
=`echo "$optarg" | sed -e 's/,/ /g'`
550 --audio-drv-list=*) audio_drv_list
="$optarg"
552 --block-drv-whitelist=*) block_drv_whitelist
=`echo "$optarg" | sed -e 's/,/ /g'`
554 --enable-debug-tcg) debug_tcg
="yes"
556 --disable-debug-tcg) debug_tcg
="no"
558 --enable-debug-mon) debug_mon
="yes"
560 --disable-debug-mon) debug_mon
="no"
563 # Enable debugging options that aren't excessively noisy
569 --enable-sparse) sparse
="yes"
571 --disable-sparse) sparse
="no"
573 --disable-strip) strip_opt
="no"
575 --disable-vnc-tls) vnc_tls
="no"
577 --enable-vnc-tls) vnc_tls
="yes"
579 --disable-vnc-sasl) vnc_sasl
="no"
581 --enable-vnc-sasl) vnc_sasl
="yes"
583 --disable-vnc-jpeg) vnc_jpeg
="no"
585 --enable-vnc-jpeg) vnc_jpeg
="yes"
587 --disable-vnc-png) vnc_png
="no"
589 --enable-vnc-png) vnc_png
="yes"
591 --disable-vnc-thread) vnc_thread
="no"
593 --enable-vnc-thread) vnc_thread
="yes"
595 --disable-slirp) slirp
="no"
597 --disable-uuid) uuid
="no"
599 --enable-uuid) uuid
="yes"
601 --disable-vde) vde
="no"
603 --enable-vde) vde
="yes"
605 --disable-xen) xen
="no"
607 --enable-xen) xen
="yes"
609 --disable-brlapi) brlapi
="no"
611 --enable-brlapi) brlapi
="yes"
613 --disable-bluez) bluez
="no"
615 --enable-bluez) bluez
="yes"
617 --disable-kvm) kvm
="no"
619 --enable-kvm) kvm
="yes"
621 --enable-profiler) profiler
="yes"
626 audio_drv_list
="coreaudio `echo $audio_drv_list | sed s,coreaudio,,g`"
628 --disable-system) softmmu
="no"
630 --enable-system) softmmu
="yes"
638 --disable-linux-user) linux_user
="no"
640 --enable-linux-user) linux_user
="yes"
642 --disable-darwin-user) darwin_user
="no"
644 --enable-darwin-user) darwin_user
="yes"
646 --disable-bsd-user) bsd_user
="no"
648 --enable-bsd-user) bsd_user
="yes"
650 --enable-guest-base) guest_base
="yes"
652 --disable-guest-base) guest_base
="no"
654 --enable-user-pie) user_pie
="yes"
656 --disable-user-pie) user_pie
="no"
658 --enable-uname-release=*) uname_release
="$optarg"
662 --enable-werror) werror
="yes"
664 --disable-werror) werror
="no"
666 --disable-curses) curses
="no"
668 --enable-curses) curses
="yes"
670 --disable-curl) curl
="no"
672 --enable-curl) curl
="yes"
674 --disable-fdt) fdt
="no"
676 --enable-fdt) fdt
="yes"
678 --disable-check-utests) check_utests
="no"
680 --enable-check-utests) check_utests
="yes"
682 --disable-nptl) nptl
="no"
684 --enable-nptl) nptl
="yes"
686 --enable-mixemu) mixemu
="yes"
688 --disable-linux-aio) linux_aio
="no"
690 --enable-linux-aio) linux_aio
="yes"
692 --disable-attr) attr
="no"
694 --enable-attr) attr
="yes"
696 --enable-io-thread) io_thread
="yes"
698 --disable-blobs) blobs
="no"
700 --kerneldir=*) kerneldir
="$optarg"
702 --with-pkgversion=*) pkgversion
=" ($optarg)"
704 --disable-docs) docs
="no"
706 --enable-docs) docs
="yes"
708 --disable-vhost-net) vhost_net
="no"
710 --enable-vhost-net) vhost_net
="yes"
714 *) echo "ERROR: unknown option $opt"; show_help
="yes"
720 # If cpu ~= sparc and sparc_cpu hasn't been defined, plug in the right
721 # QEMU_CFLAGS/LDFLAGS (assume sparc_v8plus for 32-bit and sparc_v9 for 64-bit)
725 sparc
) case $sparc_cpu in
727 QEMU_CFLAGS
="-mcpu=${sparc_cpu} -D__sparc_${sparc_cpu}__ $QEMU_CFLAGS"
730 QEMU_CFLAGS
="-mcpu=ultrasparc -D__sparc_${sparc_cpu}__ $QEMU_CFLAGS"
732 *) # sparc_cpu not defined in the command line
733 QEMU_CFLAGS
="-mcpu=ultrasparc -D__sparc_v8plus__ $QEMU_CFLAGS"
735 LDFLAGS
="-m32 $LDFLAGS"
736 QEMU_CFLAGS
="-m32 -ffixed-g2 -ffixed-g3 $QEMU_CFLAGS"
737 if test "$solaris" = "no" ; then
738 QEMU_CFLAGS
="-ffixed-g1 -ffixed-g6 $QEMU_CFLAGS"
739 helper_cflags
="-ffixed-i0"
743 QEMU_CFLAGS
="-m64 -mcpu=ultrasparc -D__sparc_v9__ $QEMU_CFLAGS"
744 LDFLAGS
="-m64 $LDFLAGS"
745 QEMU_CFLAGS
="-ffixed-g5 -ffixed-g6 -ffixed-g7 $QEMU_CFLAGS"
746 if test "$solaris" != "no" ; then
747 QEMU_CFLAGS
="-ffixed-g1 $QEMU_CFLAGS"
751 QEMU_CFLAGS
="-m31 -march=z990 $QEMU_CFLAGS"
752 LDFLAGS
="-m31 $LDFLAGS"
753 host_guest_base
="yes"
756 QEMU_CFLAGS
="-m64 -march=z990 $QEMU_CFLAGS"
757 LDFLAGS
="-m64 $LDFLAGS"
758 host_guest_base
="yes"
761 QEMU_CFLAGS
="-m32 $QEMU_CFLAGS"
762 LDFLAGS
="-m32 $LDFLAGS"
763 helper_cflags
="-fomit-frame-pointer"
764 host_guest_base
="yes"
767 QEMU_CFLAGS
="-m64 $QEMU_CFLAGS"
768 LDFLAGS
="-m64 $LDFLAGS"
769 host_guest_base
="yes"
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"
788 [ -z "$guest_base" ] && guest_base
="$host_guest_base"
790 if test x
"$show_help" = x
"yes" ; then
793 Usage: configure [options]
794 Options: [defaults in brackets after descriptions]
797 echo "Standard options:"
798 echo " --help print this message"
799 echo " --prefix=PREFIX install in PREFIX [$prefix]"
800 echo " --interp-prefix=PREFIX where to find shared libraries, etc."
801 echo " use %M for cpu name [$interp_prefix]"
802 echo " --target-list=LIST set target list [$target_list]"
804 echo "Advanced options (experts only):"
805 echo " --source-path=PATH path of source code [$source_path]"
806 echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]"
807 echo " --cc=CC use C compiler CC [$cc]"
808 echo " --host-cc=CC use C compiler CC [$host_cc] for code run at"
810 echo " --extra-cflags=CFLAGS append extra C compiler flags QEMU_CFLAGS"
811 echo " --extra-ldflags=LDFLAGS append extra linker flags LDFLAGS"
812 echo " --make=MAKE use specified make [$make]"
813 echo " --install=INSTALL use specified install [$install]"
814 echo " --static enable static build [$static]"
815 echo " --mandir=PATH install man pages in PATH"
816 echo " --datadir=PATH install firmware in PATH"
817 echo " --docdir=PATH install documentation in PATH"
818 echo " --bindir=PATH install binaries in PATH"
819 echo " --sysconfdir=PATH install config in PATH/qemu"
820 echo " --enable-debug-tcg enable TCG debugging"
821 echo " --disable-debug-tcg disable TCG debugging (default)"
822 echo " --enable-debug enable common debug build options"
823 echo " --enable-sparse enable sparse checker"
824 echo " --disable-sparse disable sparse checker (default)"
825 echo " --disable-strip disable stripping binaries"
826 echo " --disable-werror disable compilation abort on warning"
827 echo " --disable-sdl disable SDL"
828 echo " --enable-sdl enable SDL"
829 echo " --enable-cocoa enable COCOA (Mac OS X only)"
830 echo " --audio-drv-list=LIST set audio drivers list:"
831 echo " Available drivers: $audio_possible_drivers"
832 echo " --audio-card-list=LIST set list of emulated audio cards [$audio_card_list]"
833 echo " Available cards: $audio_possible_cards"
834 echo " --block-drv-whitelist=L set block driver whitelist"
835 echo " (affects only QEMU, not qemu-img)"
836 echo " --enable-mixemu enable mixer emulation"
837 echo " --disable-xen disable xen backend driver support"
838 echo " --enable-xen enable xen backend driver support"
839 echo " --disable-brlapi disable BrlAPI"
840 echo " --enable-brlapi enable BrlAPI"
841 echo " --disable-vnc-tls disable TLS encryption for VNC server"
842 echo " --enable-vnc-tls enable TLS encryption for VNC server"
843 echo " --disable-vnc-sasl disable SASL encryption for VNC server"
844 echo " --enable-vnc-sasl enable SASL encryption for VNC server"
845 echo " --disable-vnc-jpeg disable JPEG lossy compression for VNC server"
846 echo " --enable-vnc-jpeg enable JPEG lossy compression for VNC server"
847 echo " --disable-vnc-png disable PNG compression for VNC server (default)"
848 echo " --enable-vnc-png enable PNG compression for VNC server"
849 echo " --disable-vnc-thread disable threaded VNC server"
850 echo " --enable-vnc-thread enable threaded VNC server"
851 echo " --disable-curses disable curses output"
852 echo " --enable-curses enable curses output"
853 echo " --disable-curl disable curl connectivity"
854 echo " --enable-curl enable curl connectivity"
855 echo " --disable-fdt disable fdt device tree"
856 echo " --enable-fdt enable fdt device tree"
857 echo " --disable-check-utests disable check unit-tests"
858 echo " --enable-check-utests enable check unit-tests"
859 echo " --disable-bluez disable bluez stack connectivity"
860 echo " --enable-bluez enable bluez stack connectivity"
861 echo " --disable-kvm disable KVM acceleration support"
862 echo " --enable-kvm enable KVM acceleration support"
863 echo " --disable-nptl disable usermode NPTL support"
864 echo " --enable-nptl enable usermode NPTL support"
865 echo " --enable-system enable all system emulation targets"
866 echo " --disable-system disable all system emulation targets"
867 echo " --enable-user enable supported user emulation targets"
868 echo " --disable-user disable all user emulation targets"
869 echo " --enable-linux-user enable all linux usermode emulation targets"
870 echo " --disable-linux-user disable all linux usermode emulation targets"
871 echo " --enable-darwin-user enable all darwin usermode emulation targets"
872 echo " --disable-darwin-user disable all darwin usermode emulation targets"
873 echo " --enable-bsd-user enable all BSD usermode emulation targets"
874 echo " --disable-bsd-user disable all BSD usermode emulation targets"
875 echo " --enable-guest-base enable GUEST_BASE support for usermode"
876 echo " emulation targets"
877 echo " --disable-guest-base disable GUEST_BASE support"
878 echo " --enable-user-pie build usermode emulation targets as PIE"
879 echo " --disable-user-pie do not build usermode emulation targets as PIE"
880 echo " --fmod-lib path to FMOD library"
881 echo " --fmod-inc path to FMOD includes"
882 echo " --oss-lib path to OSS library"
883 echo " --enable-uname-release=R Return R for uname -r in usermode emulation"
884 echo " --sparc_cpu=V Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9"
885 echo " --disable-uuid disable uuid support"
886 echo " --enable-uuid enable uuid support"
887 echo " --disable-vde disable support for vde network"
888 echo " --enable-vde enable support for vde network"
889 echo " --disable-linux-aio disable Linux AIO support"
890 echo " --enable-linux-aio enable Linux AIO support"
891 echo " --disable-attr disables attr and xattr support"
892 echo " --enable-attr enable attr and xattr support"
893 echo " --enable-io-thread enable IO thread"
894 echo " --disable-blobs disable installing provided firmware blobs"
895 echo " --kerneldir=PATH look for kernel includes in PATH"
896 echo " --enable-docs enable documentation build"
897 echo " --disable-docs disable documentation build"
898 echo " --disable-vhost-net disable vhost-net acceleration support"
899 echo " --enable-vhost-net enable vhost-net acceleration support"
901 echo "NOTE: The object files are built at the place where configure is launched"
906 # Solaris specific configure tool chain decisions
908 if test "$solaris" = "yes" ; then
909 if has
$install; then
912 echo "Solaris install program not found. Use --install=/usr/ucb/install or"
913 echo "install fileutils from www.blastwave.org using pkg-get -i fileutils"
914 echo "to get ginstall which is used by default (which lives in /opt/csw/bin)"
917 if test "`path_of $install`" = "/usr/sbin/install" ; then
918 echo "Error: Solaris /usr/sbin/install is not an appropriate install program."
919 echo "try ginstall from the GNU fileutils available from www.blastwave.org"
920 echo "using pkg-get -i fileutils, or use --install=/usr/ucb/install"
926 echo "Error: No path includes ar"
927 if test -f /usr
/ccs
/bin
/ar ; then
928 echo "Add /usr/ccs/bin to your path and rerun configure"
935 if test -z "$target_list" ; then
936 # these targets are portable
937 if [ "$softmmu" = "yes" ] ; then
958 # the following are Linux specific
959 if [ "$linux_user" = "yes" ] ; then
960 target_list
="${target_list}\
968 microblaze-linux-user \
973 ppc64abi32-linux-user \
978 sparc32plus-linux-user \
981 # the following are Darwin specific
982 if [ "$darwin_user" = "yes" ] ; then
983 target_list
="$target_list i386-darwin-user ppc-darwin-user "
985 # the following are BSD specific
986 if [ "$bsd_user" = "yes" ] ; then
987 target_list
="${target_list}\
995 target_list
=`echo "$target_list" | sed -e 's/,/ /g'`
997 if test -z "$target_list" ; then
998 echo "No targets enabled"
1001 # see if system emulation was really requested
1002 case " $target_list " in
1003 *"-softmmu "*) softmmu
=yes
1009 feature_not_found
() {
1013 echo "ERROR: User requested feature $feature"
1014 echo "ERROR: configure was not able to find it"
1019 if test -z "$cross_prefix" ; then
1022 # big/little endian test
1024 #include <inttypes.h>
1025 int main(int argc, char ** argv){
1026 volatile uint32_t i=0x01234567;
1027 return (*((uint8_t*)(&i))) == 0x67;
1031 if compile_prog
"" "" ; then
1032 $TMPE && bigendian
="yes"
1034 echo big
/little
test failed
1039 # if cross compiling, cannot launch a program, so make a static guess
1041 armv4b|hppa|m68k|mips|mips64|ppc|ppc64|s390|s390x|sparc|sparc64
)
1048 # host long bits test
1051 x86_64|alpha|ia64|sparc64|ppc64|s390x
)
1057 ##########################################
1060 if test "$nptl" != "no" ; then
1063 #include <linux/futex.h>
1066 #if !defined(CLONE_SETTLS) || !defined(FUTEX_WAIT)
1072 if compile_object
; then
1075 if test "$nptl" = "yes" ; then
1076 feature_not_found
"nptl"
1082 ##########################################
1087 int main(void) { zlibVersion(); return 0; }
1089 if compile_prog
"" "-lz" ; then
1093 echo "Error: zlib check failed"
1094 echo "Make sure to have the zlib libs and headers installed."
1099 ##########################################
1102 if test "$xen" != "no" ; then
1103 xen_libs
="-lxenstore -lxenctrl -lxenguest"
1105 #include <xenctrl.h>
1107 int main(void) { xs_daemon_open(); xc_interface_open(); return 0; }
1109 if compile_prog
"" "$xen_libs" ; then
1111 libs_softmmu
="$xen_libs $libs_softmmu"
1113 if test "$xen" = "yes" ; then
1114 feature_not_found
"xen"
1120 ##########################################
1123 pkgconfig
="${cross_prefix}pkg-config"
1124 if ! has
$pkgconfig; then
1125 # likely not cross compiling, or hope for the best
1126 pkgconfig
=pkg-config
1129 ##########################################
1131 if test "$sparse" != "no" ; then
1135 if test "$sparse" = "yes" ; then
1136 feature_not_found
"sparse"
1142 ##########################################
1145 # Look for sdl configuration program (pkg-config or sdl-config).
1146 # Prefer variant with cross prefix if cross compiling,
1147 # and favour pkg-config with sdl over sdl-config.
1148 if test -n "$cross_prefix" -a $pkgconfig != pkg-config
&& \
1149 $pkgconfig sdl
--modversion >/dev
/null
2>&1; then
1150 sdlconfig
="$pkgconfig sdl"
1151 _sdlversion
=`$sdlconfig --modversion 2>/dev/null | sed 's/[^0-9]//g'`
1152 elif test -n "$cross_prefix" && has
${cross_prefix}sdl-config
; then
1153 sdlconfig
="${cross_prefix}sdl-config"
1154 _sdlversion
=`$sdlconfig --version | sed 's/[^0-9]//g'`
1155 elif $pkgconfig sdl
--modversion >/dev
/null
2>&1; then
1156 sdlconfig
="$pkgconfig sdl"
1157 _sdlversion
=`$sdlconfig --modversion 2>/dev/null | sed 's/[^0-9]//g'`
1158 elif has sdl-config
; then
1159 sdlconfig
='sdl-config'
1160 _sdlversion
=`$sdlconfig --version | sed 's/[^0-9]//g'`
1162 if test "$sdl" = "yes" ; then
1163 feature_not_found
"sdl"
1169 if test "$sdl" != "no" ; then
1172 #undef main /* We don't want SDL to override our main() */
1173 int main( void ) { return SDL_Init (SDL_INIT_VIDEO); }
1175 sdl_cflags
=`$sdlconfig --cflags 2> /dev/null`
1176 if test "$static" = "yes" ; then
1177 sdl_libs
=`$sdlconfig --static-libs 2>/dev/null`
1179 sdl_libs
=`$sdlconfig --libs 2> /dev/null`
1181 if compile_prog
"$sdl_cflags" "$sdl_libs" ; then
1182 if test "$_sdlversion" -lt 121 ; then
1185 if test "$cocoa" = "no" ; then
1190 # static link with sdl ? (note: sdl.pc's --static --libs is broken)
1191 if test "$sdl" = "yes" -a "$static" = "yes" ; then
1192 if test $?
= 0 && echo $sdl_libs |
grep -- -laa > /dev
/null
; then
1193 sdl_libs
="$sdl_libs `aalib-config --static-libs 2>/dev/null`"
1194 sdl_cflags
="$sdl_cflags `aalib-config --cflags 2>/dev/null`"
1196 if compile_prog
"$sdl_cflags" "$sdl_libs" ; then
1202 else # sdl not found
1203 if test "$sdl" = "yes" ; then
1204 feature_not_found
"sdl"
1207 fi # sdl compile test
1210 if test "$sdl" = "yes" ; then
1213 #if defined(SDL_VIDEO_DRIVER_X11)
1214 #include <X11/XKBlib.h>
1216 #error No x11 support
1218 int main(void) { return 0; }
1220 if compile_prog
"$sdl_cflags" "$sdl_libs" ; then
1221 sdl_libs
="$sdl_libs -lX11"
1223 if test "$mingw32" = "yes" ; then
1224 sdl_libs
="`echo $sdl_libs | sed s/-mwindows//g` -mconsole"
1226 libs_softmmu
="$sdl_libs $libs_softmmu"
1229 ##########################################
1231 if test "$vnc_tls" != "no" ; then
1233 #include <gnutls/gnutls.h>
1234 int main(void) { gnutls_session_t s; gnutls_init(&s, GNUTLS_SERVER); return 0; }
1236 vnc_tls_cflags
=`$pkgconfig --cflags gnutls 2> /dev/null`
1237 vnc_tls_libs
=`$pkgconfig --libs gnutls 2> /dev/null`
1238 if compile_prog
"$vnc_tls_cflags" "$vnc_tls_libs" ; then
1240 libs_softmmu
="$vnc_tls_libs $libs_softmmu"
1242 if test "$vnc_tls" = "yes" ; then
1243 feature_not_found
"vnc-tls"
1249 ##########################################
1250 # VNC SASL detection
1251 if test "$vnc_sasl" != "no" ; then
1253 #include <sasl/sasl.h>
1255 int main(void) { sasl_server_init(NULL, "qemu"); return 0; }
1257 # Assuming Cyrus-SASL installed in /usr prefix
1259 vnc_sasl_libs
="-lsasl2"
1260 if compile_prog
"$vnc_sasl_cflags" "$vnc_sasl_libs" ; then
1262 libs_softmmu
="$vnc_sasl_libs $libs_softmmu"
1264 if test "$vnc_sasl" = "yes" ; then
1265 feature_not_found
"vnc-sasl"
1271 ##########################################
1272 # VNC JPEG detection
1273 if test "$vnc_jpeg" != "no" ; then
1276 #include <jpeglib.h>
1277 int main(void) { struct jpeg_compress_struct s; jpeg_create_compress(&s); return 0; }
1280 vnc_jpeg_libs
="-ljpeg"
1281 if compile_prog
"$vnc_jpeg_cflags" "$vnc_jpeg_libs" ; then
1283 libs_softmmu
="$vnc_jpeg_libs $libs_softmmu"
1285 if test "$vnc_jpeg" = "yes" ; then
1286 feature_not_found
"vnc-jpeg"
1292 ##########################################
1294 if test "$vnc_png" != "no" ; then
1296 //#include <stdio.h>
1299 png_structp png_ptr;
1300 png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
1305 vnc_png_libs
="-lpng"
1306 if compile_prog
"$vnc_png_cflags" "$vnc_png_libs" ; then
1308 libs_softmmu
="$vnc_png_libs $libs_softmmu"
1310 if test "$vnc_png" = "yes" ; then
1311 feature_not_found
"vnc-png"
1317 ##########################################
1318 # fnmatch() probe, used for ACL routines
1321 #include <fnmatch.h>
1324 fnmatch("foo", "foo", 0);
1328 if compile_prog
"" "" ; then
1332 ##########################################
1333 # uuid_generate() probe, used for vdi block driver
1334 if test "$uuid" != "no" ; then
1337 #include <uuid/uuid.h>
1341 uuid_generate(my_uuid);
1345 if compile_prog
"" "$uuid_libs" ; then
1347 libs_softmmu
="$uuid_libs $libs_softmmu"
1348 libs_tools
="$uuid_libs $libs_tools"
1350 if test "$uuid" = "yes" ; then
1351 feature_not_found
"uuid"
1357 ##########################################
1358 # vde libraries probe
1359 if test "$vde" != "no" ; then
1360 vde_libs
="-lvdeplug"
1362 #include <libvdeplug.h>
1365 struct vde_open_args a = {0, 0, 0};
1366 vde_open("", "", &a);
1370 if compile_prog
"" "$vde_libs" ; then
1372 libs_softmmu
="$vde_libs $libs_softmmu"
1373 libs_tools
="$vde_libs $libs_tools"
1375 if test "$vde" = "yes" ; then
1376 feature_not_found
"vde"
1382 ##########################################
1383 # Sound support libraries probe
1394 int main(void) { $exp }
1396 if compile_prog
"$cfl" "$lib" ; then
1400 echo "Error: $drv check failed"
1401 echo "Make sure to have the $drv libs and headers installed."
1407 audio_drv_list
=`echo "$audio_drv_list" | sed -e 's/,/ /g'`
1408 for drv
in $audio_drv_list; do
1411 audio_drv_probe
$drv alsa
/asoundlib.h
-lasound \
1412 "snd_pcm_t **handle; return snd_pcm_close(*handle);"
1413 libs_softmmu
="-lasound $libs_softmmu"
1417 if test -z $fmod_lib ||
test -z $fmod_inc; then
1419 echo "Error: You must specify path to FMOD library and headers"
1420 echo "Example: --fmod-inc=/path/include/fmod --fmod-lib=/path/lib/libfmod-3.74.so"
1424 audio_drv_probe
$drv fmod.h
$fmod_lib "return FSOUND_GetVersion();" "-I $fmod_inc"
1425 libs_softmmu
="$fmod_lib $libs_softmmu"
1429 audio_drv_probe
$drv esd.h
-lesd 'return esd_play_stream(0, 0, "", 0);'
1430 libs_softmmu
="-lesd $libs_softmmu"
1435 audio_drv_probe
$drv pulse
/simple.h
"-lpulse-simple -lpulse" \
1436 "pa_simple *s = NULL; pa_simple_free(s); return 0;"
1437 libs_softmmu
="-lpulse -lpulse-simple $libs_softmmu"
1442 libs_softmmu
="-framework CoreAudio $libs_softmmu"
1446 libs_softmmu
="-lole32 -ldxguid $libs_softmmu"
1451 libs_softmmu
="$oss_lib $libs_softmmu"
1455 # XXX: Probes for CoreAudio, DirectSound, SDL(?)
1459 libs_softmmu
="-lwinmm $libs_softmmu"
1464 echo "$audio_possible_drivers" |
grep -q "\<$drv\>" ||
{
1466 echo "Error: Unknown driver '$drv' selected"
1467 echo "Possible drivers are: $audio_possible_drivers"
1475 ##########################################
1478 if test "$brlapi" != "no" ; then
1479 brlapi_libs
="-lbrlapi"
1482 int main( void ) { return brlapi__openConnection (NULL, NULL, NULL); }
1484 if compile_prog
"" "$brlapi_libs" ; then
1486 libs_softmmu
="$brlapi_libs $libs_softmmu"
1488 if test "$brlapi" = "yes" ; then
1489 feature_not_found
"brlapi"
1495 ##########################################
1497 curses_list
="-lncurses -lcurses"
1499 if test "$curses" != "no" ; then
1504 #define resize_term resizeterm
1506 int main(void) { resize_term(0, 0); return curses_version(); }
1508 for curses_lib
in $curses_list; do
1509 if compile_prog
"" "$curses_lib" ; then
1511 libs_softmmu
="$curses_lib $libs_softmmu"
1515 if test "$curses_found" = "yes" ; then
1518 if test "$curses" = "yes" ; then
1519 feature_not_found
"curses"
1525 ##########################################
1528 if $pkgconfig libcurl
--modversion >/dev
/null
2>&1; then
1529 curlconfig
="$pkgconfig libcurl"
1531 curlconfig
=curl-config
1534 if test "$curl" != "no" ; then
1536 #include <curl/curl.h>
1537 int main(void) { return curl_easy_init(); }
1539 curl_cflags
=`$curlconfig --cflags 2>/dev/null`
1540 curl_libs
=`$curlconfig --libs 2>/dev/null`
1541 if compile_prog
"$curl_cflags" "$curl_libs" ; then
1543 libs_tools
="$curl_libs $libs_tools"
1544 libs_softmmu
="$curl_libs $libs_softmmu"
1546 if test "$curl" = "yes" ; then
1547 feature_not_found
"curl"
1553 ##########################################
1554 # check framework probe
1556 if test "$check_utests" != "no" ; then
1559 int main(void) { suite_create("qemu test"); return 0; }
1561 check_libs
=`$pkgconfig --libs check`
1562 if compile_prog
"" $check_libs ; then
1564 libs_tools
="$check_libs $libs_tools"
1566 if test "$check_utests" = "yes" ; then
1567 feature_not_found
"check"
1571 fi # test "$check_utests"
1573 ##########################################
1574 # bluez support probe
1575 if test "$bluez" != "no" ; then
1577 #include <bluetooth/bluetooth.h>
1578 int main(void) { return bt_error(0); }
1580 bluez_cflags
=`$pkgconfig --cflags bluez 2> /dev/null`
1581 bluez_libs
=`$pkgconfig --libs bluez 2> /dev/null`
1582 if compile_prog
"$bluez_cflags" "$bluez_libs" ; then
1584 libs_softmmu
="$bluez_libs $libs_softmmu"
1586 if test "$bluez" = "yes" ; then
1587 feature_not_found
"bluez"
1593 ##########################################
1595 if test "$kvm" != "no" ; then
1597 #include <linux/kvm.h>
1598 #if !defined(KVM_API_VERSION) || KVM_API_VERSION < 12 || KVM_API_VERSION > 12
1599 #error Invalid KVM version
1601 #if !defined(KVM_CAP_USER_MEMORY)
1602 #error Missing KVM capability KVM_CAP_USER_MEMORY
1604 #if !defined(KVM_CAP_SET_TSS_ADDR)
1605 #error Missing KVM capability KVM_CAP_SET_TSS_ADDR
1607 #if !defined(KVM_CAP_DESTROY_MEMORY_REGION_WORKS)
1608 #error Missing KVM capability KVM_CAP_DESTROY_MEMORY_REGION_WORKS
1610 int main(void) { return 0; }
1612 if test "$kerneldir" != "" ; then
1613 kvm_cflags
=-I"$kerneldir"/include
1614 if test \
( "$cpu" = "i386" -o "$cpu" = "x86_64" \
) \
1615 -a -d "$kerneldir/arch/x86/include" ; then
1616 kvm_cflags
="$kvm_cflags -I$kerneldir/arch/x86/include"
1617 elif test "$cpu" = "ppc" -a -d "$kerneldir/arch/powerpc/include" ; then
1618 kvm_cflags
="$kvm_cflags -I$kerneldir/arch/powerpc/include"
1619 elif test "$cpu" = "s390x" -a -d "$kerneldir/arch/s390/include" ; then
1620 kvm_cflags
="$kvm_cflags -I$kerneldir/arch/s390/include"
1621 elif test -d "$kerneldir/arch/$cpu/include" ; then
1622 kvm_cflags
="$kvm_cflags -I$kerneldir/arch/$cpu/include"
1625 kvm_cflags
=`$pkgconfig --cflags kvm-kmod 2>/dev/null`
1627 if compile_prog
"$kvm_cflags" "" ; then
1630 #include <linux/kvm_para.h>
1631 int main(void) { return 0; }
1633 if compile_prog
"$kvm_cflags" "" ; then
1637 if test "$kvm" = "yes" ; then
1638 if has
awk && has
grep; then
1639 kvmerr
=`LANG=C $cc $QEMU_CFLAGS -o $TMPE $kvm_cflags $TMPC 2>&1 \
1641 | awk -F "error: " '{if (NR>1) printf(", "); printf("%s",$2);}'`
1642 if test "$kvmerr" != "" ; then
1643 echo -e "${kvmerr}\n\
1644 NOTE: To enable KVM support, update your kernel to 2.6.29+ or install \
1645 recent kvm-kmod from http://sourceforge.net/projects/kvm."
1648 feature_not_found
"kvm"
1654 ##########################################
1655 # test for vhost net
1657 if test "$vhost_net" != "no"; then
1658 if test "$kvm" != "no"; then
1660 #include <linux/vhost.h>
1661 int main(void) { return 0; }
1663 if compile_prog
"$kvm_cflags" "" ; then
1666 if test "$vhost_net" = "yes" ; then
1667 feature_not_found
"vhost-net"
1672 if test "$vhost_net" = "yes" ; then
1673 echo "NOTE: vhost-net feature requires KVM (--enable-kvm)."
1674 feature_not_found
"vhost-net"
1680 ##########################################
1682 PTHREADLIBS_LIST
="-lpthread -lpthreadGC2"
1686 #include <pthread.h>
1687 int main(void) { pthread_create(0,0,0,0); return 0; }
1689 for pthread_lib
in $PTHREADLIBS_LIST; do
1690 if compile_prog
"" "$pthread_lib" ; then
1692 LIBS
="$pthread_lib $LIBS"
1697 if test "$mingw32" != yes -a "$pthread" = no
; then
1699 echo "Error: pthread check failed"
1700 echo "Make sure to have the pthread libs and headers installed."
1705 ##########################################
1708 if test "$linux_aio" != "no" ; then
1711 #include <sys/eventfd.h>
1712 int main(void) { io_setup(0, NULL); io_set_eventfd(NULL, 0); eventfd(0, 0); return 0; }
1714 if compile_prog
"" "-laio" ; then
1716 libs_softmmu
="$libs_softmmu -laio"
1717 libs_tools
="$libs_tools -laio"
1719 if test "$linux_aio" = "yes" ; then
1720 feature_not_found
"linux AIO"
1726 ##########################################
1729 if test "$attr" != "no" ; then
1732 #include <sys/types.h>
1733 #include <attr/xattr.h>
1734 int main(void) { getxattr(NULL, NULL, NULL, 0); setxattr(NULL, NULL, NULL, 0, 0); return 0; }
1736 if compile_prog
"" "-lattr" ; then
1740 if test "$attr" = "yes" ; then
1741 feature_not_found
"ATTR"
1747 ##########################################
1750 #include <sys/types.h>
1751 #include <sys/uio.h>
1753 int main(void) { struct iovec iov; return 0; }
1756 if compile_prog
"" "" ; then
1760 ##########################################
1763 #include <sys/types.h>
1764 #include <sys/uio.h>
1766 int main(void) { preadv; }
1769 if compile_prog
"" "" ; then
1773 ##########################################
1775 if test "$fdt" != "no" ; then
1778 int main(void) { return 0; }
1780 if compile_prog
"" "$fdt_libs" ; then
1782 libs_softmmu
="$fdt_libs $libs_softmmu"
1784 if test "$fdt" = "yes" ; then
1785 feature_not_found
"fdt"
1792 # Check for xxxat() functions when we are building linux-user
1793 # emulator. This is done because older glibc versions don't
1794 # have syscall stubs for these implemented.
1798 #define _ATFILE_SOURCE
1799 #include <sys/types.h>
1806 /* try to unlink nonexisting file */
1807 return (unlinkat(AT_FDCWD, "nonexistent_file", 0));
1810 if compile_prog
"" "" ; then
1814 # Check for inotify functions when we are building linux-user
1815 # emulator. This is done because older glibc versions don't
1816 # have syscall stubs for these implemented. In that case we
1817 # don't provide them even if kernel supports them.
1821 #include <sys/inotify.h>
1826 /* try to start inotify */
1827 return inotify_init();
1830 if compile_prog
"" "" ; then
1836 #include <sys/inotify.h>
1841 /* try to start inotify */
1842 return inotify_init1(0);
1845 if compile_prog
"" "" ; then
1849 # check if utimensat and futimens are supported
1852 #define _ATFILE_SOURCE
1859 utimensat(AT_FDCWD, "foo", NULL, 0);
1864 if compile_prog
"" "" ; then
1868 # check if pipe2 is there
1878 pipe2(pipefd, O_CLOEXEC);
1882 if compile_prog
"" "" ; then
1886 # check if accept4 is there
1890 #include <sys/socket.h>
1895 accept4(0, NULL, NULL, SOCK_CLOEXEC);
1899 if compile_prog
"" "" ; then
1903 # check if tee/splice is there. vmsplice was added same time.
1914 len = tee(STDIN_FILENO, STDOUT_FILENO, INT_MAX, SPLICE_F_NONBLOCK);
1915 splice(STDIN_FILENO, NULL, fd, NULL, len, SPLICE_F_MOVE);
1919 if compile_prog
"" "" ; then
1923 # check if eventfd is supported
1926 #include <sys/eventfd.h>
1930 int efd = eventfd(0, 0);
1934 if compile_prog
"" "" ; then
1938 # check for fallocate
1945 fallocate(0, 0, 0, 0);
1949 if compile_prog
"$ARCH_CFLAGS" "" ; then
1964 if compile_prog
"" "" ; then
1968 # Check if tools are available to build documentation.
1969 if test "$docs" != "no" ; then
1970 if has makeinfo
&& has pod2man
; then
1973 if test "$docs" = "yes" ; then
1974 feature_not_found
"docs"
1980 # Search for bswap_32 function
1983 #include <byteswap.h>
1984 int main(void) { return bswap_32(0); }
1986 if compile_prog
"" "" ; then
1990 # Search for bswap_32 function
1993 #include <sys/endian.h>
1994 #include <sys/types.h>
1995 #include <machine/bswap.h>
1996 int main(void) { return bswap32(0); }
1998 if compile_prog
"" "" ; then
2002 ##########################################
2007 int main(void) { clockid_t id; return clock_gettime(id, NULL); }
2010 if compile_prog
"" "" ; then
2012 elif compile_prog
"" "-lrt" ; then
2016 if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaris" != yes -a \
2017 "$aix" != "yes" ; then
2018 libs_softmmu
="-lutil $libs_softmmu"
2021 ##########################################
2022 # check if the compiler defines offsetof
2027 int main(void) { struct s { int f; }; return offsetof(struct s, f); }
2029 if compile_prog
"" "" ; then
2033 ##########################################
2034 # check if the compiler understands attribute warn_unused_result
2036 # This could be smarter, but gcc -Werror does not error out even when warning
2037 # about attribute warn_unused_result
2039 gcc_attribute_warn_unused_result
=no
2041 #if defined(__GNUC__) && (__GNUC__ < 4) && defined(__GNUC_MINOR__) && (__GNUC__ < 4)
2042 #error gcc 3.3 or older
2044 int main(void) { return 0;}
2046 if compile_prog
"" ""; then
2047 gcc_attribute_warn_unused_result
=yes
2050 ##########################################
2051 # check if we have fdatasync
2056 int main(void) { return fdatasync(0); }
2058 if compile_prog
"" "" ; then
2063 # After here, no more $cc or $ld runs
2065 if test "$debug" = "no" ; then
2066 CFLAGS
="-O2 $CFLAGS"
2069 # Consult white-list to determine whether to enable werror
2070 # by default. Only enable by default for git builds
2071 z_version
=`cut -f3 -d. $source_path/VERSION`
2073 if test -z "$werror" ; then
2074 if test "$z_version" = "50" -a \
2075 "$linux" = "yes" ; then
2082 # Disable zero malloc errors for official releases unless explicitly told to
2084 if test -z "$zero_malloc" ; then
2085 if test "$z_version" = "50" ; then
2092 if test "$werror" = "yes" ; then
2093 QEMU_CFLAGS
="-Werror $QEMU_CFLAGS"
2096 if test "$solaris" = "no" ; then
2097 if $ld --version 2>/dev
/null |
grep "GNU ld" >/dev
/null
2>/dev
/null
; then
2098 LDFLAGS
="-Wl,--warn-common $LDFLAGS"
2102 confdir
=$sysconfdir$confsuffix
2105 if test "$softmmu" = yes ; then
2106 tools
="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
2107 if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then
2108 tools
="qemu-nbd\$(EXESUF) $tools"
2109 if [ "$check_utests" = "yes" ]; then
2110 tools
="check-qint check-qstring check-qdict check-qlist $tools"
2111 tools
="check-qfloat check-qjson $tools"
2116 # Mac OS X ships with a broken assembler
2118 if test \
( "$cpu" = "i386" -o "$cpu" = "x86_64" \
) -a \
2119 "$targetos" != "Darwin" -a "$targetos" != "SunOS" -a \
2120 "$softmmu" = yes ; then
2125 echo "Install prefix $prefix"
2126 echo "BIOS directory `eval echo $datadir`"
2127 echo "binary directory `eval echo $bindir`"
2128 echo "config directory `eval echo $sysconfdir`"
2129 if test "$mingw32" = "no" ; then
2130 echo "Manual directory `eval echo $mandir`"
2131 echo "ELF interp prefix $interp_prefix"
2133 echo "Source path $source_path"
2134 echo "C compiler $cc"
2135 echo "Host C compiler $host_cc"
2136 echo "CFLAGS $CFLAGS"
2137 echo "QEMU_CFLAGS $QEMU_CFLAGS"
2138 echo "LDFLAGS $LDFLAGS"
2140 echo "install $install"
2141 echo "host CPU $cpu"
2142 echo "host big endian $bigendian"
2143 echo "target list $target_list"
2144 echo "tcg debug enabled $debug_tcg"
2145 echo "Mon debug enabled $debug_mon"
2146 echo "gprof enabled $gprof"
2147 echo "sparse enabled $sparse"
2148 echo "strip binaries $strip_opt"
2149 echo "profiler $profiler"
2150 echo "static build $static"
2151 echo "-Werror enabled $werror"
2152 if test "$darwin" = "yes" ; then
2153 echo "Cocoa support $cocoa"
2155 echo "SDL support $sdl"
2156 echo "curses support $curses"
2157 echo "curl support $curl"
2158 echo "check support $check_utests"
2159 echo "mingw32 support $mingw32"
2160 echo "Audio drivers $audio_drv_list"
2161 echo "Extra audio cards $audio_card_list"
2162 echo "Block whitelist $block_drv_whitelist"
2163 echo "Mixer emulation $mixemu"
2164 echo "VNC TLS support $vnc_tls"
2165 echo "VNC SASL support $vnc_sasl"
2166 echo "VNC JPEG support $vnc_jpeg"
2167 echo "VNC PNG support $vnc_png"
2168 echo "VNC thread $vnc_thread"
2169 if test -n "$sparc_cpu"; then
2170 echo "Target Sparc Arch $sparc_cpu"
2172 echo "xen support $xen"
2173 echo "brlapi support $brlapi"
2174 echo "bluez support $bluez"
2175 echo "Documentation $docs"
2176 [ ! -z "$uname_release" ] && \
2177 echo "uname -r $uname_release"
2178 echo "NPTL support $nptl"
2179 echo "GUEST_BASE $guest_base"
2180 echo "PIE user targets $user_pie"
2181 echo "vde support $vde"
2182 echo "IO thread $io_thread"
2183 echo "Linux AIO support $linux_aio"
2184 echo "ATTR/XATTR support $attr"
2185 echo "Install blobs $blobs"
2186 echo "KVM support $kvm"
2187 echo "fdt support $fdt"
2188 echo "preadv support $preadv"
2189 echo "fdatasync $fdatasync"
2190 echo "uuid support $uuid"
2191 echo "vhost-net support $vhost_net"
2193 if test $sdl_too_old = "yes"; then
2194 echo "-> Your SDL version is too old - please upgrade to have SDL support"
2197 config_host_mak
="config-host.mak"
2198 config_host_ld
="config-host.ld"
2200 echo "# Automatically generated by configure - do not modify" > $config_host_mak
2201 printf "# Configured with:" >> $config_host_mak
2202 printf " '%s'" "$0" "$@" >> $config_host_mak
2203 echo >> $config_host_mak
2205 echo "prefix=$prefix" >> $config_host_mak
2206 echo "bindir=$bindir" >> $config_host_mak
2207 echo "mandir=$mandir" >> $config_host_mak
2208 echo "datadir=$datadir" >> $config_host_mak
2209 echo "sysconfdir=$sysconfdir" >> $config_host_mak
2210 echo "docdir=$docdir" >> $config_host_mak
2211 echo "confdir=$confdir" >> $config_host_mak
2214 i386|x86_64|alpha|cris|hppa|ia64|m68k|microblaze|mips|mips64|ppc|ppc64|s390|s390x|sparc|sparc64
)
2221 echo "ARCH=$ARCH" >> $config_host_mak
2222 if test "$debug_tcg" = "yes" ; then
2223 echo "CONFIG_DEBUG_TCG=y" >> $config_host_mak
2225 if test "$debug_mon" = "yes" ; then
2226 echo "CONFIG_DEBUG_MONITOR=y" >> $config_host_mak
2228 if test "$debug" = "yes" ; then
2229 echo "CONFIG_DEBUG_EXEC=y" >> $config_host_mak
2231 if test "$strip_opt" = "yes" ; then
2232 echo "STRIP=${strip}" >> $config_host_mak
2234 if test "$bigendian" = "yes" ; then
2235 echo "HOST_WORDS_BIGENDIAN=y" >> $config_host_mak
2237 echo "HOST_LONG_BITS=$hostlongbits" >> $config_host_mak
2238 if test "$mingw32" = "yes" ; then
2239 echo "CONFIG_WIN32=y" >> $config_host_mak
2241 echo "CONFIG_POSIX=y" >> $config_host_mak
2244 if test "$linux" = "yes" ; then
2245 echo "CONFIG_LINUX=y" >> $config_host_mak
2248 if test "$darwin" = "yes" ; then
2249 echo "CONFIG_DARWIN=y" >> $config_host_mak
2252 if test "$aix" = "yes" ; then
2253 echo "CONFIG_AIX=y" >> $config_host_mak
2256 if test "$solaris" = "yes" ; then
2257 echo "CONFIG_SOLARIS=y" >> $config_host_mak
2258 echo "CONFIG_SOLARIS_VERSION=$solarisrev" >> $config_host_mak
2259 if test "$needs_libsunmath" = "yes" ; then
2260 echo "CONFIG_NEEDS_LIBSUNMATH=y" >> $config_host_mak
2263 if test "$static" = "yes" ; then
2264 echo "CONFIG_STATIC=y" >> $config_host_mak
2266 if test $profiler = "yes" ; then
2267 echo "CONFIG_PROFILER=y" >> $config_host_mak
2269 if test "$slirp" = "yes" ; then
2270 echo "CONFIG_SLIRP=y" >> $config_host_mak
2271 QEMU_CFLAGS
="-I\$(SRC_PATH)/slirp $QEMU_CFLAGS"
2273 if test "$vde" = "yes" ; then
2274 echo "CONFIG_VDE=y" >> $config_host_mak
2276 for card
in $audio_card_list; do
2277 def
=CONFIG_
`echo $card | tr '[:lower:]' '[:upper:]'`
2278 echo "$def=y" >> $config_host_mak
2280 echo "CONFIG_AUDIO_DRIVERS=$audio_drv_list" >> $config_host_mak
2281 for drv
in $audio_drv_list; do
2282 def
=CONFIG_
`echo $drv | tr '[:lower:]' '[:upper:]'`
2283 echo "$def=y" >> $config_host_mak
2284 if test "$drv" = "fmod"; then
2285 echo "FMOD_CFLAGS=-I$fmod_inc" >> $config_host_mak
2288 if test "$audio_pt_int" = "yes" ; then
2289 echo "CONFIG_AUDIO_PT_INT=y" >> $config_host_mak
2291 if test "$audio_win_int" = "yes" ; then
2292 echo "CONFIG_AUDIO_WIN_INT=y" >> $config_host_mak
2294 echo "CONFIG_BDRV_WHITELIST=$block_drv_whitelist" >> $config_host_mak
2295 if test "$mixemu" = "yes" ; then
2296 echo "CONFIG_MIXEMU=y" >> $config_host_mak
2298 if test "$vnc_tls" = "yes" ; then
2299 echo "CONFIG_VNC_TLS=y" >> $config_host_mak
2300 echo "VNC_TLS_CFLAGS=$vnc_tls_cflags" >> $config_host_mak
2302 if test "$vnc_sasl" = "yes" ; then
2303 echo "CONFIG_VNC_SASL=y" >> $config_host_mak
2304 echo "VNC_SASL_CFLAGS=$vnc_sasl_cflags" >> $config_host_mak
2306 if test "$vnc_jpeg" != "no" ; then
2307 echo "CONFIG_VNC_JPEG=y" >> $config_host_mak
2308 echo "VNC_JPEG_CFLAGS=$vnc_jpeg_cflags" >> $config_host_mak
2310 if test "$vnc_png" != "no" ; then
2311 echo "CONFIG_VNC_PNG=y" >> $config_host_mak
2312 echo "VNC_PNG_CFLAGS=$vnc_png_cflags" >> $config_host_mak
2314 if test "$vnc_thread" != "no" ; then
2315 echo "CONFIG_VNC_THREAD=y" >> $config_host_mak
2316 echo "CONFIG_THREAD=y" >> $config_host_mak
2318 if test "$fnmatch" = "yes" ; then
2319 echo "CONFIG_FNMATCH=y" >> $config_host_mak
2321 if test "$uuid" = "yes" ; then
2322 echo "CONFIG_UUID=y" >> $config_host_mak
2324 qemu_version
=`head $source_path/VERSION`
2325 echo "VERSION=$qemu_version" >>$config_host_mak
2326 echo "PKGVERSION=$pkgversion" >>$config_host_mak
2327 echo "SRC_PATH=$source_path" >> $config_host_mak
2328 echo "TARGET_DIRS=$target_list" >> $config_host_mak
2329 if [ "$docs" = "yes" ] ; then
2330 echo "BUILD_DOCS=yes" >> $config_host_mak
2332 if test "$sdl" = "yes" ; then
2333 echo "CONFIG_SDL=y" >> $config_host_mak
2334 echo "SDL_CFLAGS=$sdl_cflags" >> $config_host_mak
2336 if test "$cocoa" = "yes" ; then
2337 echo "CONFIG_COCOA=y" >> $config_host_mak
2339 if test "$curses" = "yes" ; then
2340 echo "CONFIG_CURSES=y" >> $config_host_mak
2342 if test "$atfile" = "yes" ; then
2343 echo "CONFIG_ATFILE=y" >> $config_host_mak
2345 if test "$utimens" = "yes" ; then
2346 echo "CONFIG_UTIMENSAT=y" >> $config_host_mak
2348 if test "$pipe2" = "yes" ; then
2349 echo "CONFIG_PIPE2=y" >> $config_host_mak
2351 if test "$accept4" = "yes" ; then
2352 echo "CONFIG_ACCEPT4=y" >> $config_host_mak
2354 if test "$splice" = "yes" ; then
2355 echo "CONFIG_SPLICE=y" >> $config_host_mak
2357 if test "$eventfd" = "yes" ; then
2358 echo "CONFIG_EVENTFD=y" >> $config_host_mak
2360 if test "$fallocate" = "yes" ; then
2361 echo "CONFIG_FALLOCATE=y" >> $config_host_mak
2363 if test "$dup3" = "yes" ; then
2364 echo "CONFIG_DUP3=y" >> $config_host_mak
2366 if test "$inotify" = "yes" ; then
2367 echo "CONFIG_INOTIFY=y" >> $config_host_mak
2369 if test "$inotify1" = "yes" ; then
2370 echo "CONFIG_INOTIFY1=y" >> $config_host_mak
2372 if test "$byteswap_h" = "yes" ; then
2373 echo "CONFIG_BYTESWAP_H=y" >> $config_host_mak
2375 if test "$bswap_h" = "yes" ; then
2376 echo "CONFIG_MACHINE_BSWAP_H=y" >> $config_host_mak
2378 if test "$curl" = "yes" ; then
2379 echo "CONFIG_CURL=y" >> $config_host_mak
2380 echo "CURL_CFLAGS=$curl_cflags" >> $config_host_mak
2382 if test "$brlapi" = "yes" ; then
2383 echo "CONFIG_BRLAPI=y" >> $config_host_mak
2385 if test "$bluez" = "yes" ; then
2386 echo "CONFIG_BLUEZ=y" >> $config_host_mak
2387 echo "BLUEZ_CFLAGS=$bluez_cflags" >> $config_host_mak
2389 if test "$xen" = "yes" ; then
2390 echo "CONFIG_XEN=y" >> $config_host_mak
2392 if test "$io_thread" = "yes" ; then
2393 echo "CONFIG_IOTHREAD=y" >> $config_host_mak
2394 echo "CONFIG_THREAD=y" >> $config_host_mak
2396 if test "$linux_aio" = "yes" ; then
2397 echo "CONFIG_LINUX_AIO=y" >> $config_host_mak
2399 if test "$attr" = "yes" ; then
2400 echo "CONFIG_ATTR=y" >> $config_host_mak
2402 if test "$linux" = "yes" ; then
2403 if test "$attr" = "yes" ; then
2404 echo "CONFIG_VIRTFS=y" >> $config_host_mak
2407 if test "$blobs" = "yes" ; then
2408 echo "INSTALL_BLOBS=yes" >> $config_host_mak
2410 if test "$iovec" = "yes" ; then
2411 echo "CONFIG_IOVEC=y" >> $config_host_mak
2413 if test "$preadv" = "yes" ; then
2414 echo "CONFIG_PREADV=y" >> $config_host_mak
2416 if test "$fdt" = "yes" ; then
2417 echo "CONFIG_FDT=y" >> $config_host_mak
2419 if test "$need_offsetof" = "yes" ; then
2420 echo "CONFIG_NEED_OFFSETOF=y" >> $config_host_mak
2422 if test "$gcc_attribute_warn_unused_result" = "yes" ; then
2423 echo "CONFIG_GCC_ATTRIBUTE_WARN_UNUSED_RESULT=y" >> $config_host_mak
2425 if test "$fdatasync" = "yes" ; then
2426 echo "CONFIG_FDATASYNC=y" >> $config_host_mak
2429 # XXX: suppress that
2430 if [ "$bsd" = "yes" ] ; then
2431 echo "CONFIG_BSD=y" >> $config_host_mak
2434 echo "CONFIG_UNAME_RELEASE=\"$uname_release\"" >> $config_host_mak
2436 if test "$zero_malloc" = "yes" ; then
2437 echo "CONFIG_ZERO_MALLOC=y" >> $config_host_mak
2443 echo "HOST_USB=linux" >> $config_host_mak
2446 echo "HOST_USB=bsd" >> $config_host_mak
2449 echo "HOST_USB=stub" >> $config_host_mak
2453 echo "TOOLS=$tools" >> $config_host_mak
2454 echo "ROMS=$roms" >> $config_host_mak
2455 echo "MAKE=$make" >> $config_host_mak
2456 echo "INSTALL=$install" >> $config_host_mak
2457 echo "INSTALL_DIR=$install -d -m0755 -p" >> $config_host_mak
2458 echo "INSTALL_DATA=$install -m0644 -p" >> $config_host_mak
2459 echo "INSTALL_PROG=$install -m0755 -p" >> $config_host_mak
2460 echo "CC=$cc" >> $config_host_mak
2461 echo "HOST_CC=$host_cc" >> $config_host_mak
2462 if test "$sparse" = "yes" ; then
2463 echo "CC := REAL_CC=\"\$(CC)\" cgcc" >> $config_host_mak
2464 echo "HOST_CC := REAL_CC=\"\$(HOST_CC)\" cgcc" >> $config_host_mak
2465 echo "QEMU_CFLAGS += -Wbitwise -Wno-transparent-union -Wno-old-initializer -Wno-non-pointer-null" >> $config_host_mak
2467 echo "AR=$ar" >> $config_host_mak
2468 echo "OBJCOPY=$objcopy" >> $config_host_mak
2469 echo "LD=$ld" >> $config_host_mak
2470 echo "CFLAGS=$CFLAGS" >> $config_host_mak
2471 echo "QEMU_CFLAGS=$QEMU_CFLAGS" >> $config_host_mak
2472 echo "HELPER_CFLAGS=$helper_cflags" >> $config_host_mak
2473 echo "LDFLAGS=$LDFLAGS" >> $config_host_mak
2474 echo "ARLIBS_BEGIN=$arlibs_begin" >> $config_host_mak
2475 echo "ARLIBS_END=$arlibs_end" >> $config_host_mak
2476 echo "LIBS+=$LIBS" >> $config_host_mak
2477 echo "LIBS_TOOLS+=$libs_tools" >> $config_host_mak
2478 echo "EXESUF=$EXESUF" >> $config_host_mak
2480 # generate list of library paths for linker script
2482 $ld --verbose -v 2> /dev
/null |
grep SEARCH_DIR
> ${config_host_ld}
2484 if test -f ${config_host_ld}~
; then
2485 if cmp -s $config_host_ld ${config_host_ld}~
; then
2486 mv ${config_host_ld}~
$config_host_ld
2488 rm ${config_host_ld}~
2492 for d
in libdis libdis-user
; do
2495 ln -s $source_path/Makefile.dis
$d/Makefile
2496 echo > $d/config.mak
2498 if test "$static" = "no" -a "$user_pie" = "yes" ; then
2499 echo "QEMU_CFLAGS+=-fpie" > libdis-user
/config.mak
2502 for target
in $target_list; do
2503 target_dir
="$target"
2504 config_target_mak
=$target_dir/config-target.mak
2505 target_arch2
=`echo $target | cut -d '-' -f 1`
2506 target_bigendian
="no"
2508 case "$target_arch2" in
2509 armeb|m68k|microblaze|mips|mipsn32|mips64|ppc|ppcemb|ppc64|ppc64abi32|s390x|sh4eb|sparc|sparc64|sparc32plus
)
2510 target_bigendian
=yes
2514 target_user_only
="no"
2515 target_linux_user
="no"
2516 target_darwin_user
="no"
2517 target_bsd_user
="no"
2519 ${target_arch2}-softmmu)
2520 target_softmmu
="yes"
2522 ${target_arch2}-linux-user)
2523 if test "$linux" != "yes" ; then
2524 echo "ERROR: Target '$target' is only available on a Linux host"
2527 target_user_only
="yes"
2528 target_linux_user
="yes"
2530 ${target_arch2}-darwin-user)
2531 if test "$darwin" != "yes" ; then
2532 echo "ERROR: Target '$target' is only available on a Darwin host"
2535 target_user_only
="yes"
2536 target_darwin_user
="yes"
2538 ${target_arch2}-bsd-user)
2539 if test "$bsd" != "yes" ; then
2540 echo "ERROR: Target '$target' is only available on a BSD host"
2543 target_user_only
="yes"
2544 target_bsd_user
="yes"
2547 echo "ERROR: Target '$target' not recognised"
2552 mkdir
-p $target_dir
2553 mkdir
-p $target_dir/fpu
2554 mkdir
-p $target_dir/tcg
2555 mkdir
-p $target_dir/ide
2556 if test "$target" = "arm-linux-user" -o "$target" = "armeb-linux-user" -o "$target" = "arm-bsd-user" -o "$target" = "armeb-bsd-user" ; then
2557 mkdir
-p $target_dir/nwfpe
2561 # don't use ln -sf as not all "ln -sf" over write the file/link
2563 rm -f $target_dir/Makefile
2564 ln -s $source_path/Makefile.target
$target_dir/Makefile
2567 echo "# Automatically generated by configure - do not modify" > $config_target_mak
2571 interp_prefix1
=`echo "$interp_prefix" | sed "s/%M/$target_arch2/g"`
2572 echo "CONFIG_QEMU_INTERP_PREFIX=\"$interp_prefix1\"" >> $config_target_mak
2575 TARGET_ARCH
="$target_arch2"
2579 case "$target_arch2" in
2584 TARGET_BASE_ARCH
=i386
2595 gdb_xml_files
="arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml"
2604 gdb_xml_files
="cf-core.xml cf-fp.xml"
2614 echo "TARGET_ABI_MIPSO32=y" >> $config_target_mak
2620 TARGET_BASE_ARCH
=mips
2621 echo "TARGET_ABI_MIPSN32=y" >> $config_target_mak
2626 TARGET_BASE_ARCH
=mips
2627 echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak
2631 gdb_xml_files
="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
2636 TARGET_BASE_ARCH
=ppc
2638 gdb_xml_files
="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
2643 TARGET_BASE_ARCH
=ppc
2645 gdb_xml_files
="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
2650 TARGET_BASE_ARCH
=ppc
2652 echo "TARGET_ABI32=y" >> $config_target_mak
2653 gdb_xml_files
="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
2666 TARGET_BASE_ARCH
=sparc
2671 TARGET_BASE_ARCH
=sparc
2672 TARGET_ABI_DIR
=sparc
2673 echo "TARGET_ABI32=y" >> $config_target_mak
2680 echo "Unsupported target CPU"
2684 echo "TARGET_ARCH=$TARGET_ARCH" >> $config_target_mak
2685 target_arch_name
="`echo $TARGET_ARCH | tr '[:lower:]' '[:upper:]'`"
2686 echo "TARGET_$target_arch_name=y" >> $config_target_mak
2687 echo "TARGET_ARCH2=$target_arch2" >> $config_target_mak
2688 # TARGET_BASE_ARCH needs to be defined after TARGET_ARCH
2689 if [ "$TARGET_BASE_ARCH" = "" ]; then
2690 TARGET_BASE_ARCH
=$TARGET_ARCH
2692 echo "TARGET_BASE_ARCH=$TARGET_BASE_ARCH" >> $config_target_mak
2693 if [ "$TARGET_ABI_DIR" = "" ]; then
2694 TARGET_ABI_DIR
=$TARGET_ARCH
2696 echo "TARGET_ABI_DIR=$TARGET_ABI_DIR" >> $config_target_mak
2697 case "$target_arch2" in
2699 if test "$xen" = "yes" -a "$target_softmmu" = "yes" ; then
2700 echo "CONFIG_XEN=y" >> $config_target_mak
2703 case "$target_arch2" in
2704 i386|x86_64|ppcemb|ppc|ppc64|s390x
)
2705 # Make sure the target and host cpus are compatible
2706 if test "$kvm" = "yes" -a "$target_softmmu" = "yes" -a \
2707 \
( "$target_arch2" = "$cpu" -o \
2708 \
( "$target_arch2" = "ppcemb" -a "$cpu" = "ppc" \
) -o \
2709 \
( "$target_arch2" = "ppc64" -a "$cpu" = "ppc" \
) -o \
2710 \
( "$target_arch2" = "x86_64" -a "$cpu" = "i386" \
) -o \
2711 \
( "$target_arch2" = "i386" -a "$cpu" = "x86_64" \
) \
) ; then
2712 echo "CONFIG_KVM=y" >> $config_target_mak
2713 echo "KVM_CFLAGS=$kvm_cflags" >> $config_target_mak
2714 if test "$kvm_para" = "yes"; then
2715 echo "CONFIG_KVM_PARA=y" >> $config_target_mak
2717 if test $vhost_net = "yes" ; then
2718 echo "CONFIG_VHOST_NET=y" >> $config_target_mak
2722 if test "$target_bigendian" = "yes" ; then
2723 echo "TARGET_WORDS_BIGENDIAN=y" >> $config_target_mak
2725 if test "$target_softmmu" = "yes" ; then
2726 echo "TARGET_PHYS_ADDR_BITS=$target_phys_bits" >> $config_target_mak
2727 echo "CONFIG_SOFTMMU=y" >> $config_target_mak
2728 echo "LIBS+=$libs_softmmu" >> $config_target_mak
2729 echo "HWDIR=../libhw$target_phys_bits" >> $config_target_mak
2730 echo "subdir-$target: subdir-libhw$target_phys_bits" >> $config_host_mak
2732 if test "$target_user_only" = "yes" ; then
2733 echo "CONFIG_USER_ONLY=y" >> $config_target_mak
2735 if test "$target_linux_user" = "yes" ; then
2736 echo "CONFIG_LINUX_USER=y" >> $config_target_mak
2738 if test "$target_darwin_user" = "yes" ; then
2739 echo "CONFIG_DARWIN_USER=y" >> $config_target_mak
2742 if test ! -z "$gdb_xml_files" ; then
2743 for x
in $gdb_xml_files; do
2744 list
="$list $source_path/gdb-xml/$x"
2746 echo "TARGET_XML_FILES=$list" >> $config_target_mak
2749 case "$target_arch2" in
2750 alpha|arm|armeb|m68k|microblaze|mips|mipsel|mipsn32|mipsn32el|mips64|mips64el|ppc|ppc64|ppc64abi32|ppcemb|s390x|sparc|sparc64|sparc32plus
)
2751 echo "CONFIG_SOFTFLOAT=y" >> $config_target_mak
2754 echo "CONFIG_NOSOFTFLOAT=y" >> $config_target_mak
2758 if test "$target_user_only" = "yes" -a "$bflt" = "yes"; then
2759 echo "TARGET_HAS_BFLT=y" >> $config_target_mak
2761 if test "$target_user_only" = "yes" \
2762 -a "$nptl" = "yes" -a "$target_nptl" = "yes"; then
2763 echo "CONFIG_USE_NPTL=y" >> $config_target_mak
2765 if test "$target_user_only" = "yes" -a "$guest_base" = "yes"; then
2766 echo "CONFIG_USE_GUEST_BASE=y" >> $config_target_mak
2768 if test "$target_bsd_user" = "yes" ; then
2769 echo "CONFIG_BSD_USER=y" >> $config_target_mak
2772 # generate QEMU_CFLAGS/LDFLAGS for targets
2777 if test "$ARCH" = "sparc64" ; then
2778 cflags
="-I\$(SRC_PATH)/tcg/sparc $cflags"
2779 elif test "$ARCH" = "s390x" ; then
2780 cflags
="-I\$(SRC_PATH)/tcg/s390 $cflags"
2781 elif test "$ARCH" = "x86_64" ; then
2782 cflags
="-I\$(SRC_PATH)/tcg/i386 $cflags"
2784 cflags
="-I\$(SRC_PATH)/tcg/\$(ARCH) $cflags"
2786 cflags
="-I\$(SRC_PATH)/tcg $cflags"
2787 cflags
="-I\$(SRC_PATH)/fpu $cflags"
2789 if test "$target_user_only" = "yes" ; then
2790 libdis_config_mak
=libdis-user
/config.mak
2792 libdis_config_mak
=libdis
/config.mak
2795 for i
in $ARCH $TARGET_BASE_ARCH ; do
2798 echo "CONFIG_ALPHA_DIS=y" >> $config_target_mak
2799 echo "CONFIG_ALPHA_DIS=y" >> $libdis_config_mak
2802 echo "CONFIG_ARM_DIS=y" >> $config_target_mak
2803 echo "CONFIG_ARM_DIS=y" >> $libdis_config_mak
2806 echo "CONFIG_CRIS_DIS=y" >> $config_target_mak
2807 echo "CONFIG_CRIS_DIS=y" >> $libdis_config_mak
2810 echo "CONFIG_HPPA_DIS=y" >> $config_target_mak
2811 echo "CONFIG_HPPA_DIS=y" >> $libdis_config_mak
2814 echo "CONFIG_I386_DIS=y" >> $config_target_mak
2815 echo "CONFIG_I386_DIS=y" >> $libdis_config_mak
2818 echo "CONFIG_IA64_DIS=y" >> $config_target_mak
2819 echo "CONFIG_IA64_DIS=y" >> $libdis_config_mak
2822 echo "CONFIG_M68K_DIS=y" >> $config_target_mak
2823 echo "CONFIG_M68K_DIS=y" >> $libdis_config_mak
2826 echo "CONFIG_MICROBLAZE_DIS=y" >> $config_target_mak
2827 echo "CONFIG_MICROBLAZE_DIS=y" >> $libdis_config_mak
2830 echo "CONFIG_MIPS_DIS=y" >> $config_target_mak
2831 echo "CONFIG_MIPS_DIS=y" >> $libdis_config_mak
2834 echo "CONFIG_PPC_DIS=y" >> $config_target_mak
2835 echo "CONFIG_PPC_DIS=y" >> $libdis_config_mak
2838 echo "CONFIG_S390_DIS=y" >> $config_target_mak
2839 echo "CONFIG_S390_DIS=y" >> $libdis_config_mak
2842 echo "CONFIG_SH4_DIS=y" >> $config_target_mak
2843 echo "CONFIG_SH4_DIS=y" >> $libdis_config_mak
2846 echo "CONFIG_SPARC_DIS=y" >> $config_target_mak
2847 echo "CONFIG_SPARC_DIS=y" >> $libdis_config_mak
2854 # Ensure there's only a single GP
2855 cflags
="-msmall-data $cflags"
2859 if test "$target_softmmu" = "yes" ; then
2860 case "$TARGET_BASE_ARCH" in
2862 cflags
="-DHAS_AUDIO $cflags"
2865 cflags
="-DHAS_AUDIO -DHAS_AUDIO_CHOICE $cflags"
2870 if test "$target_user_only" = "yes" -a "$static" = "no" -a \
2871 "$user_pie" = "yes" ; then
2872 cflags
="-fpie $cflags"
2873 ldflags
="-pie $ldflags"
2876 if test "$target_softmmu" = "yes" -a \
( \
2877 "$TARGET_ARCH" = "microblaze" -o \
2878 "$TARGET_ARCH" = "cris" \
) ; then
2879 echo "CONFIG_NEED_MMU=y" >> $config_target_mak
2882 if test "$gprof" = "yes" ; then
2883 echo "TARGET_GPROF=yes" >> $config_target_mak
2884 if test "$target_linux_user" = "yes" ; then
2886 ldflags
="-p $ldflags"
2888 if test "$target_softmmu" = "yes" ; then
2889 ldflags
="-p $ldflags"
2890 echo "GPROF_CFLAGS=-p" >> $config_target_mak
2894 linker_script
="-Wl,-T../config-host.ld -Wl,-T,\$(SRC_PATH)/\$(ARCH).ld"
2895 if test "$target_linux_user" = "yes" -o "$target_bsd_user" = "yes" ; then
2898 # -static is used to avoid g1/g3 usage by the dynamic linker
2899 ldflags
="$linker_script -static $ldflags"
2902 # The default placement of the application is fine.
2905 ldflags
="$linker_script $ldflags"
2910 echo "LDFLAGS+=$ldflags" >> $config_target_mak
2911 echo "QEMU_CFLAGS+=$cflags" >> $config_target_mak
2913 done # for target in $targets
2915 # build tree in object directory if source path is different from current one
2916 if test "$source_path_used" = "yes" ; then
2917 DIRS
="tests tests/cris slirp audio block net pc-bios/optionrom"
2918 DIRS
="$DIRS roms/seabios roms/vgabios"
2919 DIRS
="$DIRS fsdev ui"
2920 FILES
="Makefile tests/Makefile"
2921 FILES
="$FILES tests/cris/Makefile tests/cris/.gdbinit"
2922 FILES
="$FILES tests/test-mmap.c"
2923 FILES
="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps pc-bios/video.x"
2924 FILES
="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
2925 for bios_file
in $source_path/pc-bios
/*.bin
$source_path/pc-bios
/*.dtb
$source_path/pc-bios
/openbios-
*; do
2926 FILES
="$FILES pc-bios/`basename $bios_file`"
2928 for dir
in $DIRS ; do
2931 # remove the link and recreate it, as not all "ln -sf" overwrite the link
2932 for f
in $FILES ; do
2934 ln -s $source_path/$f $f
2938 # temporary config to build submodules
2939 for rom
in seabios vgabios
; do
2940 config_mak
=roms
/$rom/config.mak
2941 echo "# Automatically generated by configure - do not modify" > $config_mak
2942 echo "SRC_PATH=$source_path/roms/$rom" >> $config_mak
2943 echo "CC=$cc" >> $config_mak
2944 echo "BCC=bcc" >> $config_mak
2945 echo "CPP=${cross_prefix}cpp" >> $config_mak
2946 echo "OBJCOPY=objcopy" >> $config_mak
2947 echo "IASL=iasl" >> $config_mak
2948 echo "HOST_CC=$host_cc" >> $config_mak
2949 echo "LD=$ld" >> $config_mak
2952 for hwlib
in 32 64; do
2957 ln -s $source_path/Makefile.hw
$d/Makefile
2958 echo "QEMU_CFLAGS+=-DTARGET_PHYS_ADDR_BITS=$hwlib" > $d/config.mak
2964 ln -s $source_path/Makefile.user
$d/Makefile
2965 if test "$static" = "no" -a "$user_pie" = "yes" ; then
2966 echo "QEMU_CFLAGS+=-fpie" > $d/config.mak
2969 if test "$docs" = "yes" ; then