]> git.proxmox.com Git - mirror_qemu.git/blame - configure
CRIS: Remove CRIS specific do_unassigned_access.
[mirror_qemu.git] / configure
CommitLineData
7d13299d
FB
1#!/bin/sh
2#
3ef693a0 3# qemu configure script (c) 2003 Fabrice Bellard
7d13299d
FB
4#
5# set temporary file name
6if test ! -z "$TMPDIR" ; then
7 TMPDIR1="${TMPDIR}"
8elif test ! -z "$TEMPDIR" ; then
9 TMPDIR1="${TEMPDIR}"
10else
11 TMPDIR1="/tmp"
12fi
13
3ef693a0
FB
14TMPC="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.c"
15TMPO="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.o"
16TMPE="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}"
17TMPS="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.S"
9d56d2dc 18TMPI="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.i"
d4742de8 19TMPSDLLOG="${TMPDIR1}/qemu-conf-sdl-$$-${RANDOM}.log"
7d13299d 20
d4742de8 21trap "rm -f $TMPC $TMPO $TMPE $TMPS $TMPI $TMPSDLLOG; exit" 0 2 3 15
9ac81bbb 22
7d13299d 23# default parameters
11d9f695 24prefix=""
1e43adfc 25interp_prefix="/usr/gnemul/qemu-%M"
43ce4dfe 26static="no"
7d13299d
FB
27cross_prefix=""
28cc="gcc"
0c58ac1c 29audio_drv_list=""
30audio_card_list=""
7d13299d
FB
31host_cc="gcc"
32ar="ar"
33make="make"
6a882643 34install="install"
7d13299d 35strip="strip"
b29fe3ed 36cpu=`test $(uname -s) = AIX && uname -p || uname -m`
5327cf48 37target_list=""
7d13299d
FB
38case "$cpu" in
39 i386|i486|i586|i686|i86pc|BePC)
97a847bc 40 cpu="i386"
7d13299d 41 ;;
aaa5fa14
AJ
42 x86_64|amd64)
43 cpu="x86_64"
44 ;;
45 alpha)
46 cpu="alpha"
47 ;;
ba68055e 48 armv*b)
808c4954
FB
49 cpu="armv4b"
50 ;;
ba68055e 51 armv*l)
7d13299d
FB
52 cpu="armv4l"
53 ;;
aaa5fa14
AJ
54 cris)
55 cpu="cris"
7d13299d 56 ;;
f54b3f92
AJ
57 parisc|parisc64)
58 cpu="hppa"
59 ;;
aaa5fa14
AJ
60 ia64)
61 cpu="ia64"
62 ;;
63 m68k)
64 cpu="m68k"
7d13299d
FB
65 ;;
66 mips)
67 cpu="mips"
68 ;;
fbe4f65b
TS
69 mips64)
70 cpu="mips64"
71 ;;
b29fe3ed 72 "Power Macintosh"|ppc|ppc64|powerpc)
aaa5fa14 73 cpu="powerpc"
e7daa605 74 ;;
0e7b8a9f 75 s390*)
fb3e5849
FB
76 cpu="s390"
77 ;;
3142255c 78 sparc|sun4[cdmuv])
ae228531
FB
79 cpu="sparc"
80 ;;
81 sparc64)
82 cpu="sparc64"
83 ;;
7d13299d
FB
84 *)
85 cpu="unknown"
86 ;;
87esac
88gprof="no"
03b4fe7d 89sparse="no"
7d13299d 90bigendian="no"
67b915a5
FB
91mingw32="no"
92EXESUF=""
93gdbstub="yes"
443f1376 94slirp="yes"
e0e6c8c0 95vde="yes"
102a52e4
FB
96fmod_lib=""
97fmod_inc=""
2f6a1ab0 98oss_lib=""
8d5d2d4c 99vnc_tls="yes"
b1a550a0 100bsd="no"
5327cf48 101linux="no"
d2c7c9b8 102solaris="no"
c9ec1fe4 103kqemu="no"
05c2a3e7 104profiler="no"
5b0753e0 105cocoa="no"
97ccc689 106check_gfx="yes"
0a8e90f4 107softmmu="yes"
831b7825
TS
108linux_user="no"
109darwin_user="no"
84778508 110bsd_user="no"
cc8ae6de 111build_docs="no"
c5937220 112uname_release=""
4d3b6f6e 113curses="yes"
414f0dab 114aio="yes"
bd0c5661 115nptl="yes"
8ff9cbf7 116mixemu="no"
fb599c9a 117bluez="yes"
7ba1e619 118kvm="yes"
eac30262 119kerneldir=""
b29fe3ed 120aix="no"
77755340 121blobs="yes"
f652e6af 122fdt="yes"
7d13299d
FB
123
124# OS specific
125targetos=`uname -s`
126case $targetos in
c326e0af
FB
127CYGWIN*)
128mingw32="yes"
6f30fa85 129OS_CFLAGS="-mno-cygwin"
db8d7dd1
TS
130if [ "$cpu" = "i386" ] ; then
131 kqemu="yes"
132fi
c2de5c91 133audio_possible_drivers="sdl"
c326e0af 134;;
67b915a5
FB
135MINGW32*)
136mingw32="yes"
db8d7dd1
TS
137if [ "$cpu" = "i386" ] ; then
138 kqemu="yes"
139fi
c2de5c91 140audio_possible_drivers="dsound sdl fmod"
67b915a5 141;;
5c40d2bd 142GNU/kFreeBSD)
0c58ac1c 143audio_drv_list="oss"
f34af52c 144audio_possible_drivers="oss sdl esd pa"
5c40d2bd
TS
145if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
146 kqemu="yes"
147fi
148;;
7d3505c5
FB
149FreeBSD)
150bsd="yes"
0c58ac1c 151audio_drv_list="oss"
f34af52c 152audio_possible_drivers="oss sdl esd pa"
e99f9060 153if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
07f4ddbf
FB
154 kqemu="yes"
155fi
7d3505c5
FB
156;;
157NetBSD)
158bsd="yes"
0c58ac1c 159audio_drv_list="oss"
c2de5c91 160audio_possible_drivers="oss sdl esd"
8ef92a88 161oss_lib="-lossaudio"
7d3505c5
FB
162;;
163OpenBSD)
164bsd="yes"
128ab2ff 165openbsd="yes"
0c58ac1c 166audio_drv_list="oss"
c2de5c91 167audio_possible_drivers="oss sdl esd"
2f6a1ab0 168oss_lib="-lossaudio"
7d3505c5 169;;
83fb7adf
FB
170Darwin)
171bsd="yes"
172darwin="yes"
831b7825 173darwin_user="yes"
fd677642 174cocoa="yes"
0c58ac1c 175audio_drv_list="coreaudio"
c2de5c91 176audio_possible_drivers="coreaudio sdl fmod"
6f30fa85 177OS_CFLAGS="-mdynamic-no-pic"
c2c59c3e 178OS_LDFLAGS="-framework CoreFoundation -framework IOKit"
83fb7adf 179;;
ec530c81 180SunOS)
c2b84fab
TS
181 solaris="yes"
182 make="gmake"
183 install="ginstall"
0475a5ca 184 needs_libsunmath="no"
c2b84fab 185 solarisrev=`uname -r | cut -f2 -d.`
ef18c883
TS
186 # have to select again, because `uname -m` returns i86pc
187 # even on an x86_64 box.
188 solariscpu=`isainfo -k`
189 if test "${solariscpu}" = "amd64" ; then
190 cpu="x86_64"
191 fi
c2b84fab 192 if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
0475a5ca
TS
193 if test "$solarisrev" -le 9 ; then
194 if test -f /opt/SUNWspro/prod/lib/libsunmath.so.1; then
195 needs_libsunmath="yes"
196 else
197 echo "QEMU will not link correctly on Solaris 8/X86 or 9/x86 without"
198 echo "libsunmath from the Sun Studio compilers tools, due to a lack of"
199 echo "C99 math features in libm.so in Solaris 8/x86 and Solaris 9/x86"
200 echo "Studio 11 can be downloaded from www.sun.com."
201 exit 1
202 fi
203 fi
204 if test "$solarisrev" -ge 9 ; then
c2b84fab
TS
205 kqemu="yes"
206 fi
86b2bd93 207 fi
6b4d2ba1 208 if test -f /usr/include/sys/soundcard.h ; then
0c58ac1c 209 audio_drv_list="oss"
6b4d2ba1 210 fi
c2de5c91 211 audio_possible_drivers="oss sdl"
86b2bd93 212;;
b29fe3ed 213AIX)
214aix="yes"
215make="gmake"
216;;
1d14ffa9 217*)
0c58ac1c 218audio_drv_list="oss"
b8e59f18 219audio_possible_drivers="oss alsa sdl esd pa"
5327cf48 220linux="yes"
831b7825 221linux_user="yes"
68063649 222usb="linux"
07f4ddbf 223if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
c9ec1fe4 224 kqemu="yes"
c2de5c91 225 audio_possible_drivers="$audio_possible_drivers fmod"
c9ec1fe4 226fi
fb065187 227;;
7d13299d
FB
228esac
229
7d3505c5 230if [ "$bsd" = "yes" ] ; then
b1a550a0 231 if [ "$darwin" != "yes" ] ; then
83fb7adf 232 make="gmake"
68063649 233 usb="bsd"
83fb7adf 234 fi
84778508 235 bsd_user="yes"
7d3505c5
FB
236fi
237
7d13299d 238# find source path
ad064840 239source_path=`dirname "$0"`
59faef3a
AZ
240source_path_used="no"
241workdir=`pwd`
ad064840 242if [ -z "$source_path" ]; then
59faef3a 243 source_path=$workdir
ad064840
PB
244else
245 source_path=`cd "$source_path"; pwd`
7d13299d 246fi
724db118 247[ -f "$workdir/vl.c" ] || source_path_used="yes"
7d13299d 248
85aa5189 249werror="no"
0d1e2394
FB
250# generate compile errors on warnings for development builds
251#if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then
252#werror="yes";
253#fi
85aa5189 254
7d13299d 255for opt do
a46e4035 256 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
7d13299d 257 case "$opt" in
2efc3265
FB
258 --help|-h) show_help=yes
259 ;;
b1a550a0 260 --prefix=*) prefix="$optarg"
7d13299d 261 ;;
b1a550a0 262 --interp-prefix=*) interp_prefix="$optarg"
32ce6337 263 ;;
b1a550a0 264 --source-path=*) source_path="$optarg"
ad064840 265 source_path_used="yes"
7d13299d 266 ;;
b1a550a0 267 --cross-prefix=*) cross_prefix="$optarg"
7d13299d 268 ;;
b1a550a0 269 --cc=*) cc="$optarg"
7d13299d 270 ;;
b1a550a0 271 --host-cc=*) host_cc="$optarg"
83469015 272 ;;
b1a550a0 273 --make=*) make="$optarg"
7d13299d 274 ;;
6a882643
PB
275 --install=*) install="$optarg"
276 ;;
b1a550a0 277 --extra-cflags=*) CFLAGS="$optarg"
7d13299d 278 ;;
b1a550a0 279 --extra-ldflags=*) LDFLAGS="$optarg"
7d13299d 280 ;;
b1a550a0 281 --cpu=*) cpu="$optarg"
7d13299d 282 ;;
b1a550a0 283 --target-list=*) target_list="$optarg"
de83cd02 284 ;;
7d13299d
FB
285 --enable-gprof) gprof="yes"
286 ;;
43ce4dfe
FB
287 --static) static="yes"
288 ;;
97a847bc
FB
289 --disable-sdl) sdl="no"
290 ;;
0c58ac1c 291 --fmod-lib=*) fmod_lib="$optarg"
1d14ffa9 292 ;;
c2de5c91 293 --fmod-inc=*) fmod_inc="$optarg"
294 ;;
2f6a1ab0
BS
295 --oss-lib=*) oss_lib="$optarg"
296 ;;
2fa7d3bf 297 --audio-card-list=*) audio_card_list=`echo "$optarg" | sed -e 's/,/ /g'`
102a52e4 298 ;;
0c58ac1c 299 --audio-drv-list=*) audio_drv_list="$optarg"
102a52e4 300 ;;
03b4fe7d
AL
301 --enable-sparse) sparse="yes"
302 ;;
303 --disable-sparse) sparse="no"
304 ;;
8d5d2d4c
TS
305 --disable-vnc-tls) vnc_tls="no"
306 ;;
443f1376 307 --disable-slirp) slirp="no"
1d14ffa9 308 ;;
e0e6c8c0 309 --disable-vde) vde="no"
8a16d273 310 ;;
c9ec1fe4 311 --disable-kqemu) kqemu="no"
1d14ffa9 312 ;;
2e4d9fb1
AJ
313 --disable-brlapi) brlapi="no"
314 ;;
fb599c9a
AZ
315 --disable-bluez) bluez="no"
316 ;;
7ba1e619
AL
317 --disable-kvm) kvm="no"
318 ;;
05c2a3e7
FB
319 --enable-profiler) profiler="yes"
320 ;;
c2de5c91 321 --enable-cocoa)
322 cocoa="yes" ;
323 sdl="no" ;
324 audio_drv_list="coreaudio `echo $audio_drv_list | sed s,coreaudio,,g`"
1d14ffa9 325 ;;
97ccc689
FB
326 --disable-gfx-check) check_gfx="no"
327 ;;
cad25d69 328 --disable-system) softmmu="no"
0a8e90f4 329 ;;
cad25d69 330 --enable-system) softmmu="yes"
0a8e90f4 331 ;;
831b7825 332 --disable-linux-user) linux_user="no"
0a8e90f4 333 ;;
831b7825
TS
334 --enable-linux-user) linux_user="yes"
335 ;;
336 --disable-darwin-user) darwin_user="no"
337 ;;
338 --enable-darwin-user) darwin_user="yes"
0a8e90f4 339 ;;
84778508
BS
340 --disable-bsd-user) bsd_user="no"
341 ;;
342 --enable-bsd-user) bsd_user="yes"
343 ;;
c5937220
PB
344 --enable-uname-release=*) uname_release="$optarg"
345 ;;
3142255c
BS
346 --sparc_cpu=*)
347 sparc_cpu="$optarg"
348 case $sparc_cpu in
349 v7|v8) SP_CFLAGS="-m32 -mcpu=${sparc_cpu} -D__sparc_${sparc_cpu}__"; SP_LDFLAGS="-m32"
350 target_cpu="sparc"; cpu="sparc" ;;
351 v8plus|v8plusa) SP_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_${sparc_cpu}__"; SP_LDFLAGS="-m32"
352 target_cpu="sparc"; cpu="sparc" ;;
353 v9) SP_CFLAGS="-m64 -mcpu=ultrasparc -D__sparc_${sparc_cpu}__"; SP_LDFLAGS="-m64"
354 target_cpu="sparc64"; cpu="sparc64" ;;
355 *) echo "undefined SPARC architecture. Exiting";exit 1;;
356 esac
357 ;;
85aa5189
FB
358 --enable-werror) werror="yes"
359 ;;
360 --disable-werror) werror="no"
361 ;;
4d3b6f6e
AZ
362 --disable-curses) curses="no"
363 ;;
bd0c5661
PB
364 --disable-nptl) nptl="no"
365 ;;
8ff9cbf7 366 --enable-mixemu) mixemu="yes"
367 ;;
414f0dab
BS
368 --disable-aio) aio="no"
369 ;;
77755340
TS
370 --disable-blobs) blobs="no"
371 ;;
eac30262
AL
372 --kerneldir=*) kerneldir="$optarg"
373 ;;
7f1559c6
AZ
374 *) echo "ERROR: unknown option $opt"; show_help="yes"
375 ;;
7d13299d
FB
376 esac
377done
378
6f30fa85 379# default flags for all hosts
ac41a620 380CFLAGS="$CFLAGS -O2 -g -fno-strict-aliasing"
e0e36fe9 381CFLAGS="$CFLAGS -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls"
6f30fa85 382LDFLAGS="$LDFLAGS -g"
85aa5189
FB
383if test "$werror" = "yes" ; then
384CFLAGS="$CFLAGS -Werror"
385fi
6f30fa85 386
d2c7c9b8
BS
387if test "$solaris" = "no" ; then
388 if ld --version 2>/dev/null | grep "GNU ld" >/dev/null 2>/dev/null ; then
389 LDFLAGS="$LDFLAGS -Wl,--warn-common"
390 fi
49237acd
BS
391fi
392
3142255c
BS
393#
394# If cpu ~= sparc and sparc_cpu hasn't been defined, plug in the right
395# ARCH_CFLAGS/ARCH_LDFLAGS (assume sparc_v8plus for 32-bit and sparc_v9 for 64-bit)
396#
40293e58 397case "$cpu" in
3142255c
BS
398 sparc) if test -z "$sparc_cpu" ; then
399 ARCH_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v8plus__"
400 ARCH_LDFLAGS="-m32"
401 else
402 ARCH_CFLAGS="${SP_CFLAGS}"
403 ARCH_LDFLAGS="${SP_LDFLAGS}"
404 fi
405 ;;
406 sparc64) if test -z "$sparc_cpu" ; then
407 ARCH_CFLAGS="-m64 -mcpu=ultrasparc -D__sparc_v9__"
408 ARCH_LDFLAGS="-m64"
409 else
410 ARCH_CFLAGS="${SP_CFLAGS}"
411 ARCH_LDFLAGS="${SP_LDFLAGS}"
412 fi
413 ;;
76d83bde
TS
414 s390)
415 ARCH_CFLAGS="-march=z900"
416 ;;
40293e58
FB
417 i386)
418 ARCH_CFLAGS="-m32"
419 ARCH_LDFLAGS="-m32"
420 ;;
421 x86_64)
422 ARCH_CFLAGS="-m64"
423 ARCH_LDFLAGS="-m64"
424 ;;
3142255c
BS
425esac
426
af5db58e
PB
427if test x"$show_help" = x"yes" ; then
428cat << EOF
429
430Usage: configure [options]
431Options: [defaults in brackets after descriptions]
432
433EOF
434echo "Standard options:"
435echo " --help print this message"
436echo " --prefix=PREFIX install in PREFIX [$prefix]"
437echo " --interp-prefix=PREFIX where to find shared libraries, etc."
438echo " use %M for cpu name [$interp_prefix]"
439echo " --target-list=LIST set target list [$target_list]"
440echo ""
441echo "kqemu kernel acceleration support:"
442echo " --disable-kqemu disable kqemu support"
af5db58e
PB
443echo ""
444echo "Advanced options (experts only):"
445echo " --source-path=PATH path of source code [$source_path]"
446echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]"
447echo " --cc=CC use C compiler CC [$cc]"
448echo " --host-cc=CC use C compiler CC [$host_cc] for dyngen etc."
449echo " --make=MAKE use specified make [$make]"
6a882643 450echo " --install=INSTALL use specified install [$install]"
af5db58e 451echo " --static enable static build [$static]"
890b1658
AL
452echo " --enable-sparse enable sparse checker"
453echo " --disable-sparse disable sparse checker (default)"
85aa5189 454echo " --disable-werror disable compilation abort on warning"
fe8f78e4 455echo " --disable-sdl disable SDL"
af5db58e 456echo " --enable-cocoa enable COCOA (Mac OS X only)"
c2de5c91 457echo " --audio-drv-list=LIST set audio drivers list:"
458echo " Available drivers: $audio_possible_drivers"
459echo " --audio-card-list=LIST set list of additional emulated audio cards"
460echo " Available cards: ac97 adlib cs4231a gus"
8ff9cbf7 461echo " --enable-mixemu enable mixer emulation"
2e4d9fb1 462echo " --disable-brlapi disable BrlAPI"
8d5d2d4c 463echo " --disable-vnc-tls disable TLS encryption for VNC server"
af896aaa 464echo " --disable-curses disable curses output"
fb599c9a 465echo " --disable-bluez disable bluez stack connectivity"
7ba1e619 466echo " --disable-kvm disable KVM acceleration support"
bd0c5661 467echo " --disable-nptl disable usermode NPTL support"
af5db58e
PB
468echo " --enable-system enable all system emulation targets"
469echo " --disable-system disable all system emulation targets"
831b7825
TS
470echo " --enable-linux-user enable all linux usermode emulation targets"
471echo " --disable-linux-user disable all linux usermode emulation targets"
472echo " --enable-darwin-user enable all darwin usermode emulation targets"
473echo " --disable-darwin-user disable all darwin usermode emulation targets"
84778508
BS
474echo " --enable-bsd-user enable all BSD usermode emulation targets"
475echo " --disable-bsd-user disable all BSD usermode emulation targets"
af5db58e
PB
476echo " --fmod-lib path to FMOD library"
477echo " --fmod-inc path to FMOD includes"
2f6a1ab0 478echo " --oss-lib path to OSS library"
c5937220 479echo " --enable-uname-release=R Return R for uname -r in usermode emulation"
3142255c 480echo " --sparc_cpu=V Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9"
e0e6c8c0 481echo " --disable-vde disable support for vde network"
414f0dab 482echo " --disable-aio disable AIO support"
77755340 483echo " --disable-blobs disable installing provided firmware blobs"
eac30262 484echo " --kerneldir=PATH look for kernel includes in PATH"
af5db58e 485echo ""
5bf08934 486echo "NOTE: The object files are built at the place where configure is launched"
af5db58e
PB
487exit 1
488fi
489
7d13299d
FB
490cc="${cross_prefix}${cc}"
491ar="${cross_prefix}${ar}"
492strip="${cross_prefix}${strip}"
493
064aae13
PB
494# check that the C compiler works.
495cat > $TMPC <<EOF
496int main(void) {}
497EOF
498
178baee6 499if $cc $ARCH_CFLAGS -c -o $TMPO $TMPC > /dev/null 2> /dev/null ; then
064aae13
PB
500 : C compiler works ok
501else
502 echo "ERROR: \"$cc\" either does not exist or does not work"
503 exit 1
a7350fa1
FB
504fi
505
cd01b4a3
AL
506# check compiler to see if we're on mingw32
507cat > $TMPC <<EOF
508#include <windows.h>
509#ifndef _WIN32
510#error not windows
511#endif
512int main(void) {}
513EOF
514
178baee6 515if $cc $ARCH_CFLAGS -c -o $TMPO $TMPC > /dev/null 2> /dev/null ; then
cd01b4a3
AL
516 mingw32="yes"
517fi
518
67b915a5 519if test "$mingw32" = "yes" ; then
5327cf48 520 linux="no"
67b915a5 521 EXESUF=".exe"
9f059eca 522 oss="no"
cd01b4a3 523 linux_user="no"
84778508 524 bsd_user="no"
cd01b4a3
AL
525fi
526
03b4fe7d
AL
527if test ! -x "$(which cgcc 2>/dev/null)"; then
528 sparse="no"
529fi
530
ec530c81
FB
531#
532# Solaris specific configure tool chain decisions
533#
534if test "$solaris" = "yes" ; then
ec530c81
FB
535 solinst=`which $install 2> /dev/null | /usr/bin/grep -v "no $install in"`
536 if test -z "$solinst" ; then
537 echo "Solaris install program not found. Use --install=/usr/ucb/install or"
538 echo "install fileutils from www.blastwave.org using pkg-get -i fileutils"
539 echo "to get ginstall which is used by default (which lives in /opt/csw/bin)"
540 exit 1
541 fi
542 if test "$solinst" = "/usr/sbin/install" ; then
543 echo "Error: Solaris /usr/sbin/install is not an appropriate install program."
544 echo "try ginstall from the GNU fileutils available from www.blastwave.org"
545 echo "using pkg-get -i fileutils, or use --install=/usr/ucb/install"
546 exit 1
547 fi
ec530c81
FB
548 sol_ar=`which ar 2> /dev/null | /usr/bin/grep -v "no ar in"`
549 if test -z "$sol_ar" ; then
550 echo "Error: No path includes ar"
551 if test -f /usr/ccs/bin/ar ; then
552 echo "Add /usr/ccs/bin to your path and rerun configure"
553 fi
554 exit 1
555 fi
5fafdf24 556fi
ec530c81
FB
557
558
5327cf48
FB
559if test -z "$target_list" ; then
560# these targets are portable
0a8e90f4 561 if [ "$softmmu" = "yes" ] ; then
2408a527
AJ
562 target_list="\
563i386-softmmu \
564x86_64-softmmu \
565arm-softmmu \
566cris-softmmu \
567m68k-softmmu \
568mips-softmmu \
569mipsel-softmmu \
570mips64-softmmu \
571mips64el-softmmu \
572ppc-softmmu \
573ppcemb-softmmu \
574ppc64-softmmu \
575sh4-softmmu \
576sh4eb-softmmu \
577sparc-softmmu \
578"
0a8e90f4 579 fi
5327cf48 580# the following are Linux specific
831b7825 581 if [ "$linux_user" = "yes" ] ; then
2408a527
AJ
582 target_list="${target_list}\
583i386-linux-user \
584x86_64-linux-user \
585alpha-linux-user \
586arm-linux-user \
587armeb-linux-user \
588cris-linux-user \
589m68k-linux-user \
590mips-linux-user \
591mipsel-linux-user \
592ppc-linux-user \
593ppc64-linux-user \
594ppc64abi32-linux-user \
595sh4-linux-user \
596sh4eb-linux-user \
597sparc-linux-user \
598sparc64-linux-user \
599sparc32plus-linux-user \
600"
831b7825
TS
601 fi
602# the following are Darwin specific
603 if [ "$darwin_user" = "yes" ] ; then
2408a527 604 target_list="$target_list i386-darwin-user ppc-darwin-user"
5327cf48 605 fi
84778508
BS
606# the following are BSD specific
607 if [ "$bsd_user" = "yes" ] ; then
608 target_list="${target_list}\
609sparc64-bsd-user \
610"
611 fi
6e20a45f 612else
b1a550a0 613 target_list=`echo "$target_list" | sed -e 's/,/ /g'`
5327cf48 614fi
0a8e90f4
PB
615if test -z "$target_list" ; then
616 echo "No targets enabled"
617 exit 1
618fi
5327cf48 619
7d13299d
FB
620if test -z "$cross_prefix" ; then
621
622# ---
623# big/little endian test
624cat > $TMPC << EOF
625#include <inttypes.h>
626int main(int argc, char ** argv){
1d14ffa9
FB
627 volatile uint32_t i=0x01234567;
628 return (*((uint8_t*)(&i))) == 0x67;
7d13299d
FB
629}
630EOF
631
178baee6 632if $cc $ARCH_CFLAGS -o $TMPE $TMPC > /dev/null 2> /dev/null ; then
7d13299d
FB
633$TMPE && bigendian="yes"
634else
635echo big/little test failed
636fi
637
638else
639
640# if cross compiling, cannot launch a program, so make a static guess
0938cda5 641if test "$cpu" = "armv4b" \
f54b3f92 642 -o "$cpu" = "hppa" \
0938cda5
AJ
643 -o "$cpu" = "m68k" \
644 -o "$cpu" = "mips" \
645 -o "$cpu" = "mips64" \
646 -o "$cpu" = "powerpc" \
647 -o "$cpu" = "s390" \
648 -o "$cpu" = "sparc" \
649 -o "$cpu" = "sparc64"; then
7d13299d
FB
650 bigendian="yes"
651fi
652
653fi
654
b6853697
FB
655# host long bits test
656hostlongbits="32"
0938cda5
AJ
657if test "$cpu" = "x86_64" \
658 -o "$cpu" = "alpha" \
659 -o "$cpu" = "ia64" \
660 -o "$cpu" = "sparc64"; then
b6853697
FB
661 hostlongbits="64"
662fi
663
810260a8 664# ppc specific hostlongbits selection
665if test "$cpu" = "powerpc" ; then
9d56d2dc 666 if $cc $ARCH_CFLAGS -dM -E - -o $TMPI 2>/dev/null </dev/null; then
667 grep -q __powerpc64__ $TMPI && hostlongbits=64
810260a8 668 else
669 echo hostlongbits test failed
ba69a08a 670 exit 1
810260a8 671 fi
672fi
673
e8cd23de 674# check gcc options support
04369ff2
FB
675cat > $TMPC <<EOF
676int main(void) {
04369ff2
FB
677}
678EOF
679
bd0c5661
PB
680# Check host NPTL support
681cat > $TMPC <<EOF
682#include <sched.h>
30813cea 683#include <linux/futex.h>
bd0c5661
PB
684void foo()
685{
686#if !defined(CLONE_SETTLS) || !defined(FUTEX_WAIT)
687#error bork
688#endif
689}
690EOF
691
8c7f7574 692if $cc $ARCH_CFLAGS -c -o $TMPO $TMPC > /dev/null 2> /dev/null ; then
bd0c5661
PB
693 :
694else
695 nptl="no"
696fi
697
ac62922e
AZ
698##########################################
699# zlib check
700
701cat > $TMPC << EOF
702#include <zlib.h>
703int main(void) { zlibVersion(); return 0; }
704EOF
8c7f7574 705if $cc $ARCH_CFLAGS -o $TMPE ${OS_CFLAGS} $TMPC -lz > /dev/null 2> /dev/null ; then
ac62922e
AZ
706 :
707else
708 echo
709 echo "Error: zlib check failed"
710 echo "Make sure to have the zlib libs and headers installed."
711 echo
712 exit 1
713fi
714
11d9f695
FB
715##########################################
716# SDL probe
717
718sdl_too_old=no
719
720if test -z "$sdl" ; then
069b0bda
TS
721 sdl_config="sdl-config"
722 sdl=no
723 sdl_static=no
724
11d9f695
FB
725cat > $TMPC << EOF
726#include <SDL.h>
727#undef main /* We don't want SDL to override our main() */
728int main( void ) { return SDL_Init (SDL_INIT_VIDEO); }
729EOF
8c7f7574 730 if $cc $ARCH_CFLAGS -o $TMPE ${OS_CFLAGS} `$sdl_config --cflags 2> /dev/null` $TMPC `$sdl_config --libs 2> /dev/null` > $TMPSDLLOG 2>&1 ; then
cd01b4a3
AL
731 _sdlversion=`$sdl_config --version | sed 's/[^0-9]//g'`
732 if test "$_sdlversion" -lt 121 ; then
733 sdl_too_old=yes
734 else
735 if test "$cocoa" = "no" ; then
736 sdl=yes
069b0bda 737 fi
cd01b4a3 738 fi
11d9f695 739
cd01b4a3
AL
740 # static link with sdl ?
741 if test "$sdl" = "yes" ; then
742 aa="no"
743 `$sdl_config --static-libs 2>/dev/null | grep \\\-laa > /dev/null` && aa="yes"
744 sdl_static_libs=`$sdl_config --static-libs 2>/dev/null`
745 if [ "$aa" = "yes" ] ; then
746 sdl_static_libs="$sdl_static_libs `aalib-config --static-libs`"
747 fi
748
8c7f7574 749 if $cc -o $TMPE ${OS_CFLAGS} `$sdl_config --cflags 2> /dev/null` $TMPC $sdl_static_libs > /dev/null 2> /dev/null; then
cd01b4a3
AL
750 sdl_static=yes
751 fi
752 fi # static link
753 fi # sdl compile test
fd677642 754else
069b0bda
TS
755 # Make sure to disable cocoa if sdl was set
756 if test "$sdl" = "yes" ; then
757 cocoa="no"
c2de5c91 758 audio_drv_list="`echo $audio_drv_list | sed s,coreaudio,,g`"
069b0bda 759 fi
a6e022ad 760fi # -z $sdl
11d9f695 761
8d5d2d4c
TS
762##########################################
763# VNC TLS detection
764if test "$vnc_tls" = "yes" ; then
ae6b5e5a
AL
765cat > $TMPC <<EOF
766#include <gnutls/gnutls.h>
767int main(void) { gnutls_session_t s; gnutls_init(&s, GNUTLS_SERVER); return 0; }
768EOF
769 vnc_tls_cflags=`pkg-config --cflags gnutls 2> /dev/null`
770 vnc_tls_libs=`pkg-config --libs gnutls 2> /dev/null`
771 if $cc $ARCH_CFLAGS -o $TMPE ${OS_CFLAGS} $vnc_tls_cflags $TMPC \
8c7f7574 772 $vnc_tls_libs > /dev/null 2> /dev/null ; then
ae6b5e5a
AL
773 :
774 else
775 vnc_tls="no"
776 fi
8d5d2d4c
TS
777fi
778
8a16d273
TS
779##########################################
780# vde libraries probe
781if test "$vde" = "yes" ; then
782 cat > $TMPC << EOF
783#include <libvdeplug.h>
4a7f0e06
PB
784int main(void)
785{
786 struct vde_open_args a = {0, 0, 0};
787 vde_open("", "", &a);
788 return 0;
789}
8a16d273 790EOF
8c7f7574 791 if $cc $ARCH_CFLAGS -o $TMPE $TMPC -lvdeplug > /dev/null 2> /dev/null ; then
8a16d273
TS
792 :
793 else
e0e6c8c0 794 vde="no"
8a16d273
TS
795 fi
796fi
797
8f28f3fb 798##########################################
c2de5c91 799# Sound support libraries probe
8f28f3fb 800
c2de5c91 801audio_drv_probe()
802{
803 drv=$1
804 hdr=$2
805 lib=$3
806 exp=$4
807 cfl=$5
808 cat > $TMPC << EOF
809#include <$hdr>
810int main(void) { $exp }
8f28f3fb 811EOF
8c7f7574 812 if $cc $ARCH_CFLAGS $cfl -o $TMPE $TMPC $lib > /dev/null 2> /dev/null ; then
c2de5c91 813 :
814 else
815 echo
816 echo "Error: $drv check failed"
817 echo "Make sure to have the $drv libs and headers installed."
818 echo
819 exit 1
820 fi
821}
822
2fa7d3bf 823audio_drv_list=`echo "$audio_drv_list" | sed -e 's/,/ /g'`
c2de5c91 824for drv in $audio_drv_list; do
825 case $drv in
826 alsa)
827 audio_drv_probe $drv alsa/asoundlib.h -lasound \
828 "snd_pcm_t **handle; return snd_pcm_close(*handle);"
829 ;;
830
831 fmod)
832 if test -z $fmod_lib || test -z $fmod_inc; then
833 echo
834 echo "Error: You must specify path to FMOD library and headers"
835 echo "Example: --fmod-inc=/path/include/fmod --fmod-lib=/path/lib/libfmod-3.74.so"
836 echo
837 exit 1
838 fi
839 audio_drv_probe $drv fmod.h $fmod_lib "return FSOUND_GetVersion();" "-I $fmod_inc"
840 ;;
841
842 esd)
843 audio_drv_probe $drv esd.h -lesd 'return esd_play_stream(0, 0, "", 0);'
844 ;;
b8e59f18 845
846 pa)
847 audio_drv_probe $drv pulse/simple.h -lpulse-simple \
848 "pa_simple *s = NULL; pa_simple_free(s); return 0;"
849 ;;
850
2f6a1ab0
BS
851 oss|sdl|core|wav|dsound)
852 # XXX: Probes for CoreAudio, DirectSound, SDL(?)
853 ;;
854
e4c63a6a 855 *)
1c9b2a52 856 echo "$audio_possible_drivers" | grep -q "\<$drv\>" || {
e4c63a6a 857 echo
858 echo "Error: Unknown driver '$drv' selected"
859 echo "Possible drivers are: $audio_possible_drivers"
860 echo
861 exit 1
862 }
863 ;;
c2de5c91 864 esac
865done
8f28f3fb 866
2e4d9fb1
AJ
867##########################################
868# BrlAPI probe
869
870if test -z "$brlapi" ; then
871 brlapi=no
872cat > $TMPC << EOF
873#include <brlapi.h>
874int main( void ) { return brlapi__openConnection (NULL, NULL, NULL); }
875EOF
178baee6 876 if $cc ${ARCH_CFLAGS} -o $TMPE ${OS_CFLAGS} $TMPC -lbrlapi > /dev/null 2> /dev/null ; then
2e4d9fb1
AJ
877 brlapi=yes
878 fi # brlapi compile test
879fi # -z $brlapi
880
4d3b6f6e
AZ
881##########################################
882# curses probe
883
884if test "$curses" = "yes" ; then
885 curses=no
886 cat > $TMPC << EOF
887#include <curses.h>
888int main(void) { return curses_version(); }
889EOF
178baee6 890 if $cc $ARCH_CFLAGS -o $TMPE $TMPC -lcurses > /dev/null 2> /dev/null ; then
4d3b6f6e
AZ
891 curses=yes
892 fi
893fi # test "$curses"
894
fb599c9a
AZ
895##########################################
896# bluez support probe
897if test "$bluez" = "yes" ; then
898 `pkg-config bluez` || bluez="no"
899fi
900if test "$bluez" = "yes" ; then
e820e3f4
AZ
901 cat > $TMPC << EOF
902#include <bluetooth/bluetooth.h>
903int main(void) { return bt_error(0); }
904EOF
fb599c9a
AZ
905 bluez_cflags=`pkg-config --cflags bluez`
906 bluez_libs=`pkg-config --libs bluez`
17e1592d 907 if $cc $ARCH_CFLAGS -o $TMPE ${OS_CFLAGS} $bluez_cflags $TMPC \
8c7f7574 908 $bluez_libs > /dev/null 2> /dev/null ; then
e820e3f4
AZ
909 :
910 else
911 bluez="no"
912 fi
fb599c9a
AZ
913fi
914
7ba1e619
AL
915##########################################
916# kvm probe
917if test "$kvm" = "yes" ; then
918 cat > $TMPC <<EOF
919#include <linux/kvm.h>
920#if !defined(KVM_API_VERSION) || \
921 KVM_API_VERSION < 12 || \
922 KVM_API_VERSION > 12 || \
923 !defined(KVM_CAP_USER_MEMORY) || \
d85dc283
AL
924 !defined(KVM_CAP_SET_TSS_ADDR) || \
925 !defined(KVM_CAP_DESTROY_MEMORY_REGION_WORKS)
7ba1e619
AL
926#error Invalid KVM version
927#endif
928int main(void) { return 0; }
929EOF
eac30262
AL
930 if test "$kerneldir" != "" ; then
931 kvm_cflags=-I"$kerneldir"/include
932 else
933 kvm_cflags=""
934 fi
7ba1e619 935 if $cc $ARCH_CFLAGS -o $TMPE ${OS_CFLAGS} $kvm_cflags $TMPC \
8c7f7574 936 > /dev/null 2>/dev/null ; then
7ba1e619
AL
937 :
938 else
939 kvm="no"
940 fi
941fi
942
414f0dab
BS
943##########################################
944# AIO probe
3c529d93
AL
945AIOLIBS=""
946
414f0dab
BS
947if test "$aio" = "yes" ; then
948 aio=no
949 cat > $TMPC << EOF
3c529d93
AL
950#include <pthread.h>
951int main(void) { pthread_mutex_t lock; return 0; }
414f0dab
BS
952EOF
953 if $cc $ARCH_CFLAGS -o $TMPE $AIOLIBS $TMPC 2> /dev/null ; then
954 aio=yes
3c529d93 955 AIOLIBS="-lpthread"
414f0dab
BS
956 fi
957fi
958
bf9298b9
AL
959##########################################
960# iovec probe
961cat > $TMPC <<EOF
962#include <sys/uio.h>
963int main(void) { struct iovec iov; return 0; }
964EOF
965iovec=no
8c7f7574 966if $cc $ARCH_CFLAGS -o $TMPE $TMPC > /dev/null 2> /dev/null ; then
bf9298b9
AL
967 iovec=yes
968fi
969
f652e6af
AJ
970##########################################
971# fdt probe
972if test "$fdt" = "yes" ; then
973 fdt=no
974 cat > $TMPC << EOF
975int main(void) { return 0; }
976EOF
977 if $cc $ARCH_CFLAGS -o $TMPE ${OS_CFLAGS} $TMPC -lfdt 2> /dev/null ; then
978 fdt=yes
979 fi
980fi
981
cc8ae6de 982# Check if tools are available to build documentation.
6c591867
TS
983if [ -x "`which texi2html 2>/dev/null`" ] && \
984 [ -x "`which pod2man 2>/dev/null`" ]; then
cc8ae6de
PB
985 build_docs="yes"
986fi
987
da93a1fd
AL
988##########################################
989# Do we need librt
990cat > $TMPC <<EOF
991#include <signal.h>
992#include <time.h>
993int main(void) { clockid_t id; return clock_gettime(id, NULL); }
994EOF
995
996rt=no
8c7f7574 997if $cc $ARCH_CFLAGS -o $TMPE $TMPC > /dev/null 2> /dev/null ; then
da93a1fd 998 :
8c7f7574 999elif $cc $ARCH_CFLAGS -o $TMPE $TMPC -lrt > /dev/null 2> /dev/null ; then
da93a1fd
AL
1000 rt=yes
1001fi
1002
1003if test "$rt" = "yes" ; then
1004 # Hack, we should have a general purpose LIBS for this sort of thing
1005 AIOLIBS="$AIOLIBS -lrt"
1006fi
1007
11d9f695 1008if test "$mingw32" = "yes" ; then
308c3593 1009 if test -z "$prefix" ; then
17e90973 1010 prefix="c:\\\\Program Files\\\\Qemu"
308c3593
PB
1011 fi
1012 mansuffix=""
1013 datasuffix=""
1014 docsuffix=""
1015 binsuffix=""
11d9f695 1016else
308c3593
PB
1017 if test -z "$prefix" ; then
1018 prefix="/usr/local"
1019 fi
1020 mansuffix="/share/man"
1021 datasuffix="/share/qemu"
1022 docsuffix="/share/doc/qemu"
1023 binsuffix="/bin"
11d9f695 1024fi
5a67135a 1025
43ce4dfe 1026echo "Install prefix $prefix"
308c3593
PB
1027echo "BIOS directory $prefix$datasuffix"
1028echo "binary directory $prefix$binsuffix"
11d9f695 1029if test "$mingw32" = "no" ; then
308c3593 1030echo "Manual directory $prefix$mansuffix"
43ce4dfe 1031echo "ELF interp prefix $interp_prefix"
11d9f695 1032fi
5a67135a 1033echo "Source path $source_path"
43ce4dfe 1034echo "C compiler $cc"
83469015 1035echo "Host C compiler $host_cc"
db7287ed 1036echo "ARCH_CFLAGS $ARCH_CFLAGS"
43ce4dfe 1037echo "make $make"
6a882643 1038echo "install $install"
43ce4dfe 1039echo "host CPU $cpu"
de83cd02 1040echo "host big endian $bigendian"
97a847bc 1041echo "target list $target_list"
43ce4dfe 1042echo "gprof enabled $gprof"
03b4fe7d 1043echo "sparse enabled $sparse"
05c2a3e7 1044echo "profiler $profiler"
43ce4dfe 1045echo "static build $static"
85aa5189 1046echo "-Werror enabled $werror"
5b0753e0
FB
1047if test "$darwin" = "yes" ; then
1048 echo "Cocoa support $cocoa"
1049fi
97a847bc 1050echo "SDL support $sdl"
e4afee97
FB
1051if test "$sdl" != "no" ; then
1052 echo "SDL static link $sdl_static"
1053fi
4d3b6f6e 1054echo "curses support $curses"
67b915a5 1055echo "mingw32 support $mingw32"
0c58ac1c 1056echo "Audio drivers $audio_drv_list"
1057echo "Extra audio cards $audio_card_list"
8ff9cbf7 1058echo "Mixer emulation $mixemu"
8d5d2d4c
TS
1059echo "VNC TLS support $vnc_tls"
1060if test "$vnc_tls" = "yes" ; then
1061 echo " TLS CFLAGS $vnc_tls_cflags"
1062 echo " TLS LIBS $vnc_tls_libs"
1063fi
3142255c
BS
1064if test -n "$sparc_cpu"; then
1065 echo "Target Sparc Arch $sparc_cpu"
1066fi
07f4ddbf 1067echo "kqemu support $kqemu"
2e4d9fb1 1068echo "brlapi support $brlapi"
cc8ae6de 1069echo "Documentation $build_docs"
c5937220
PB
1070[ ! -z "$uname_release" ] && \
1071echo "uname -r $uname_release"
bd0c5661 1072echo "NPTL support $nptl"
8a16d273 1073echo "vde support $vde"
414f0dab 1074echo "AIO support $aio"
77755340 1075echo "Install blobs $blobs"
7ba1e619 1076echo "KVM support $kvm"
f652e6af 1077echo "fdt support $fdt"
67b915a5 1078
97a847bc 1079if test $sdl_too_old = "yes"; then
24b55b96 1080echo "-> Your SDL version is too old - please upgrade to have SDL support"
7c1f25b4 1081fi
d4742de8 1082if [ -s $TMPSDLLOG ]; then
20b40c6a 1083 echo "The error log from compiling the libSDL test is: "
d4742de8 1084 cat $TMPSDLLOG
20b40c6a 1085fi
24b55b96
FB
1086#if test "$sdl_static" = "no"; then
1087# echo "WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical output"
1088#fi
97a847bc
FB
1089config_mak="config-host.mak"
1090config_h="config-host.h"
7d13299d 1091
7c1f25b4 1092#echo "Creating $config_mak and $config_h"
7d13299d 1093
15d9ca0f
TS
1094test -f $config_h && mv $config_h ${config_h}~
1095
97a847bc 1096echo "# Automatically generated by configure - do not modify" > $config_mak
fc9902d9 1097printf "# Configured with:" >> $config_mak
fd69fe2b 1098printf " '%s'" "$0" "$@" >> $config_mak
1099echo >> $config_mak
97a847bc 1100echo "/* Automatically generated by configure - do not modify */" > $config_h
7d13299d 1101
97a847bc 1102echo "prefix=$prefix" >> $config_mak
308c3593
PB
1103echo "bindir=\${prefix}$binsuffix" >> $config_mak
1104echo "mandir=\${prefix}$mansuffix" >> $config_mak
1105echo "datadir=\${prefix}$datasuffix" >> $config_mak
4ad5b06d 1106echo "docdir=\${prefix}$docsuffix" >> $config_mak
308c3593 1107echo "#define CONFIG_QEMU_SHAREDIR \"$prefix$datasuffix\"" >> $config_h
97a847bc 1108echo "MAKE=$make" >> $config_mak
6a882643 1109echo "INSTALL=$install" >> $config_mak
97a847bc 1110echo "CC=$cc" >> $config_mak
97a847bc
FB
1111echo "HOST_CC=$host_cc" >> $config_mak
1112echo "AR=$ar" >> $config_mak
1113echo "STRIP=$strip -s -R .comment -R .note" >> $config_mak
40293e58
FB
1114# XXX: only use CFLAGS and LDFLAGS ?
1115# XXX: should export HOST_CFLAGS and HOST_LDFLAGS for cross
1116# compilation of dyngen tool (useful for win32 build on Linux host)
6f30fa85 1117echo "OS_CFLAGS=$OS_CFLAGS" >> $config_mak
3142255c
BS
1118echo "OS_LDFLAGS=$OS_LDFLAGS" >> $config_mak
1119echo "ARCH_CFLAGS=$ARCH_CFLAGS" >> $config_mak
1120echo "ARCH_LDFLAGS=$ARCH_LDFLAGS" >> $config_mak
97a847bc
FB
1121echo "CFLAGS=$CFLAGS" >> $config_mak
1122echo "LDFLAGS=$LDFLAGS" >> $config_mak
67b915a5 1123echo "EXESUF=$EXESUF" >> $config_mak
70956b77 1124echo "AIOLIBS=$AIOLIBS" >> $config_mak
2408a527
AJ
1125case "$cpu" in
1126 i386)
1127 echo "ARCH=i386" >> $config_mak
1128 echo "#define HOST_I386 1" >> $config_h
1129 ;;
1130 x86_64)
1131 echo "ARCH=x86_64" >> $config_mak
1132 echo "#define HOST_X86_64 1" >> $config_h
1133 ;;
1134 alpha)
1135 echo "ARCH=alpha" >> $config_mak
1136 echo "#define HOST_ALPHA 1" >> $config_h
1137 ;;
1138 armv4b)
1139 echo "ARCH=arm" >> $config_mak
1140 echo "#define HOST_ARM 1" >> $config_h
1141 ;;
1142 armv4l)
1143 echo "ARCH=arm" >> $config_mak
1144 echo "#define HOST_ARM 1" >> $config_h
1145 ;;
1146 cris)
1147 echo "ARCH=cris" >> $config_mak
1148 echo "#define HOST_CRIS 1" >> $config_h
1149 ;;
1150 hppa)
1151 echo "ARCH=hppa" >> $config_mak
1152 echo "#define HOST_HPPA 1" >> $config_h
1153 ;;
1154 ia64)
1155 echo "ARCH=ia64" >> $config_mak
1156 echo "#define HOST_IA64 1" >> $config_h
1157 ;;
1158 m68k)
1159 echo "ARCH=m68k" >> $config_mak
1160 echo "#define HOST_M68K 1" >> $config_h
1161 ;;
1162 mips)
1163 echo "ARCH=mips" >> $config_mak
1164 echo "#define HOST_MIPS 1" >> $config_h
1165 ;;
1166 mips64)
1167 echo "ARCH=mips64" >> $config_mak
1168 echo "#define HOST_MIPS64 1" >> $config_h
1169 ;;
1170 powerpc)
810260a8 1171 if test "$hostlongbits" = "32"; then
1172 echo "ARCH=ppc" >> $config_mak
1173 echo "#define HOST_PPC 1" >> $config_h
1174 else
1175 echo "ARCH=ppc64" >> $config_mak
1176 echo "#define HOST_PPC64 1" >> $config_h
1177 fi
2408a527
AJ
1178 ;;
1179 s390)
1180 echo "ARCH=s390" >> $config_mak
1181 echo "#define HOST_S390 1" >> $config_h
1182 ;;
1183 sparc)
1184 echo "ARCH=sparc" >> $config_mak
1185 echo "#define HOST_SPARC 1" >> $config_h
1186 ;;
1187 sparc64)
1188 echo "ARCH=sparc64" >> $config_mak
1189 echo "#define HOST_SPARC64 1" >> $config_h
1190 ;;
1191 *)
1192 echo "Unsupported CPU = $cpu"
1193 exit 1
1194 ;;
1195esac
03b4fe7d
AL
1196if test "$sparse" = "yes" ; then
1197 echo "CC := REAL_CC=\"\$(CC)\" cgcc" >> $config_mak
1198 echo "HOST_CC := REAL_CC=\"\$(HOST_CC)\" cgcc" >> $config_mak
1199 echo "CFLAGS += -Wbitwise -Wno-transparent-union -Wno-old-initializer -Wno-non-pointer-null" >> $config_mak
1200fi
7d13299d 1201if test "$bigendian" = "yes" ; then
97a847bc
FB
1202 echo "WORDS_BIGENDIAN=yes" >> $config_mak
1203 echo "#define WORDS_BIGENDIAN 1" >> $config_h
1204fi
b6853697 1205echo "#define HOST_LONG_BITS $hostlongbits" >> $config_h
67b915a5
FB
1206if test "$mingw32" = "yes" ; then
1207 echo "CONFIG_WIN32=yes" >> $config_mak
11d9f695 1208 echo "#define CONFIG_WIN32 1" >> $config_h
210fa556
PB
1209else
1210 cat > $TMPC << EOF
1211#include <byteswap.h>
1212int main(void) { return bswap_32(0); }
1213EOF
178baee6 1214 if $cc $ARCH_CFLAGS -o $TMPE $TMPC >/dev/null 2> /dev/null ; then
210fa556
PB
1215 echo "#define HAVE_BYTESWAP_H 1" >> $config_h
1216 fi
1360677c
BS
1217 cat > $TMPC << EOF
1218#include <sys/endian.h>
1219#include <sys/types.h>
1220#include <machine/bswap.h>
1221int main(void) { return bswap32(0); }
1222EOF
178baee6 1223 if $cc $ARCH_CFLAGS -o $TMPE $TMPC >/dev/null 2> /dev/null ; then
1360677c
BS
1224 echo "#define HAVE_MACHINE_BSWAP_H 1" >> $config_h
1225 fi
67b915a5 1226fi
128ab2ff
BS
1227
1228if [ "$openbsd" = "yes" ] ; then
1229 echo "#define ENOTSUP 4096" >> $config_h
1230fi
1231
83fb7adf
FB
1232if test "$darwin" = "yes" ; then
1233 echo "CONFIG_DARWIN=yes" >> $config_mak
1234 echo "#define CONFIG_DARWIN 1" >> $config_h
1235fi
b29fe3ed 1236
1237if test "$aix" = "yes" ; then
1238 echo "CONFIG_AIX=yes" >> $config_mak
1239 echo "#define CONFIG_AIX 1" >> $config_h
1240fi
1241
ec530c81
FB
1242if test "$solaris" = "yes" ; then
1243 echo "CONFIG_SOLARIS=yes" >> $config_mak
38cfa06c 1244 echo "#define HOST_SOLARIS $solarisrev" >> $config_h
0475a5ca
TS
1245 if test "$needs_libsunmath" = "yes" ; then
1246 echo "NEEDS_LIBSUNMATH=yes" >> $config_mak
1247 echo "#define NEEDS_LIBSUNMATH 1" >> $config_h
1248 fi
ec530c81 1249fi
3142255c
BS
1250if test -n "$sparc_cpu"; then
1251 echo "CONFIG__sparc_${sparc_cpu}__=yes" >> $config_mak
1252 echo "#define __sparc_${sparc_cpu}__ 1" >> $config_h
1253fi
67b915a5
FB
1254if test "$gdbstub" = "yes" ; then
1255 echo "CONFIG_GDBSTUB=yes" >> $config_mak
1256 echo "#define CONFIG_GDBSTUB 1" >> $config_h
1257fi
97a847bc
FB
1258if test "$gprof" = "yes" ; then
1259 echo "TARGET_GPROF=yes" >> $config_mak
1260 echo "#define HAVE_GPROF 1" >> $config_h
1261fi
1262if test "$static" = "yes" ; then
1263 echo "CONFIG_STATIC=yes" >> $config_mak
50863472 1264 echo "#define CONFIG_STATIC 1" >> $config_h
7d13299d 1265fi
05c2a3e7
FB
1266if test $profiler = "yes" ; then
1267 echo "#define CONFIG_PROFILER 1" >> $config_h
1268fi
c20709aa
FB
1269if test "$slirp" = "yes" ; then
1270 echo "CONFIG_SLIRP=yes" >> $config_mak
1271 echo "#define CONFIG_SLIRP 1" >> $config_h
1272fi
8a16d273
TS
1273if test "$vde" = "yes" ; then
1274 echo "CONFIG_VDE=yes" >> $config_mak
1275 echo "#define CONFIG_VDE 1" >> $config_h
1276 echo "VDE_LIBS=-lvdeplug" >> $config_mak
1277fi
0c58ac1c 1278for card in $audio_card_list; do
f6e5889e 1279 def=CONFIG_`echo $card | tr '[:lower:]' '[:upper:]'`
0c58ac1c 1280 echo "$def=yes" >> $config_mak
1281 echo "#define $def 1" >> $config_h
1282done
1283echo "#define AUDIO_DRIVERS \\" >> $config_h
1284for drv in $audio_drv_list; do
1285 echo " &${drv}_audio_driver, \\" >>$config_h
f6e5889e 1286 def=CONFIG_`echo $drv | tr '[:lower:]' '[:upper:]'`
0c58ac1c 1287 echo "$def=yes" >> $config_mak
923e4521 1288 if test "$drv" = "fmod"; then
0c58ac1c 1289 echo "CONFIG_FMOD_LIB=$fmod_lib" >> $config_mak
1290 echo "CONFIG_FMOD_INC=$fmod_inc" >> $config_mak
2f6a1ab0
BS
1291 elif test "$drv" = "oss"; then
1292 echo "CONFIG_OSS_LIB=$oss_lib" >> $config_mak
0c58ac1c 1293 fi
1294done
1295echo "" >>$config_h
8ff9cbf7 1296if test "$mixemu" = "yes" ; then
1297 echo "CONFIG_MIXEMU=yes" >> $config_mak
1298 echo "#define CONFIG_MIXEMU 1" >> $config_h
1299fi
8d5d2d4c
TS
1300if test "$vnc_tls" = "yes" ; then
1301 echo "CONFIG_VNC_TLS=yes" >> $config_mak
1302 echo "CONFIG_VNC_TLS_CFLAGS=$vnc_tls_cflags" >> $config_mak
1303 echo "CONFIG_VNC_TLS_LIBS=$vnc_tls_libs" >> $config_mak
1304 echo "#define CONFIG_VNC_TLS 1" >> $config_h
1305fi
b1a550a0
PB
1306qemu_version=`head $source_path/VERSION`
1307echo "VERSION=$qemu_version" >>$config_mak
d4b8f039 1308echo "#define QEMU_VERSION \"$qemu_version\"" >> $config_h
97a847bc
FB
1309
1310echo "SRC_PATH=$source_path" >> $config_mak
ad064840
PB
1311if [ "$source_path_used" = "yes" ]; then
1312 echo "VPATH=$source_path" >> $config_mak
1313fi
97a847bc 1314echo "TARGET_DIRS=$target_list" >> $config_mak
cc8ae6de
PB
1315if [ "$build_docs" = "yes" ] ; then
1316 echo "BUILD_DOCS=yes" >> $config_mak
1317fi
49ecc3fa
FB
1318if test "$static" = "yes"; then
1319 sdl1=$sdl_static
1320else
1321 sdl1=$sdl
1322fi
1323if test "$sdl1" = "yes" ; then
1324 echo "#define CONFIG_SDL 1" >> $config_h
1325 echo "CONFIG_SDL=yes" >> $config_mak
1326 if test "$target_softmmu" = "no" -o "$static" = "yes"; then
1327 echo "SDL_LIBS=$sdl_static_libs" >> $config_mak
1328 else
1329 echo "SDL_LIBS=`$sdl_config --libs`" >> $config_mak
1330 fi
1331 if [ "${aa}" = "yes" ] ; then
1332 echo "SDL_CFLAGS=`$sdl_config --cflags` `aalib-config --cflags`" >> $config_mak
1333 else
1334 echo "SDL_CFLAGS=`$sdl_config --cflags`" >> $config_mak
1335 fi
1336fi
1337if test "$cocoa" = "yes" ; then
4d3b6f6e
AZ
1338 echo "#define CONFIG_COCOA 1" >> $config_h
1339 echo "CONFIG_COCOA=yes" >> $config_mak
1340fi
1341if test "$curses" = "yes" ; then
1342 echo "#define CONFIG_CURSES 1" >> $config_h
1343 echo "CONFIG_CURSES=yes" >> $config_mak
1344 echo "CURSES_LIBS=-lcurses" >> $config_mak
49ecc3fa 1345fi
2e4d9fb1
AJ
1346if test "$brlapi" = "yes" ; then
1347 echo "CONFIG_BRLAPI=yes" >> $config_mak
1348 echo "#define CONFIG_BRLAPI 1" >> $config_h
1349 echo "BRLAPI_LIBS=-lbrlapi" >> $config_mak
1350fi
fb599c9a
AZ
1351if test "$bluez" = "yes" ; then
1352 echo "CONFIG_BLUEZ=yes" >> $config_mak
1353 echo "CONFIG_BLUEZ_CFLAGS=$bluez_cflags" >> $config_mak
1354 echo "CONFIG_BLUEZ_LIBS=$bluez_libs" >> $config_mak
1355 echo "#define CONFIG_BLUEZ 1" >> $config_h
1356fi
414f0dab
BS
1357if test "$aio" = "yes" ; then
1358 echo "#define CONFIG_AIO 1" >> $config_h
a3392f9b 1359 echo "CONFIG_AIO=yes" >> $config_mak
414f0dab 1360fi
77755340
TS
1361if test "$blobs" = "yes" ; then
1362 echo "INSTALL_BLOBS=yes" >> $config_mak
1363fi
bf9298b9
AL
1364if test "$iovec" = "yes" ; then
1365 echo "#define HAVE_IOVEC 1" >> $config_h
1366fi
f652e6af
AJ
1367if test "$fdt" = "yes" ; then
1368 echo "#define HAVE_FDT 1" >> $config_h
1369 echo "FDT_LIBS=-lfdt" >> $config_mak
1370fi
97a847bc 1371
83fb7adf 1372# XXX: suppress that
7d3505c5 1373if [ "$bsd" = "yes" ] ; then
43003046 1374 echo "#define O_LARGEFILE 0" >> $config_h
43003046 1375 echo "#define MAP_ANONYMOUS MAP_ANON" >> $config_h
7d3505c5
FB
1376 echo "#define _BSD 1" >> $config_h
1377fi
1378
c5937220
PB
1379echo "#define CONFIG_UNAME_RELEASE \"$uname_release\"" >> $config_h
1380
68063649
BS
1381# USB host support
1382case "$usb" in
1383linux)
1384 echo "HOST_USB=linux" >> $config_mak
1385;;
1386bsd)
1387 echo "HOST_USB=bsd" >> $config_mak
1388;;
1389*)
1390 echo "HOST_USB=stub" >> $config_mak
1391;;
1392esac
1393
c39e3338
PB
1394tools=
1395if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
1396 tools="qemu-img\$(EXESUF) $tools"
7a5ca864
FB
1397 if [ "$linux" = "yes" ] ; then
1398 tools="qemu-nbd\$(EXESUF) $tools"
1399 fi
c39e3338
PB
1400fi
1401echo "TOOLS=$tools" >> $config_mak
1402
15d9ca0f
TS
1403test -f ${config_h}~ && cmp -s $config_h ${config_h}~ && mv ${config_h}~ $config_h
1404
1d14ffa9 1405for target in $target_list; do
97a847bc
FB
1406target_dir="$target"
1407config_mak=$target_dir/config.mak
1408config_h=$target_dir/config.h
1409target_cpu=`echo $target | cut -d '-' -f 1`
1410target_bigendian="no"
808c4954 1411[ "$target_cpu" = "armeb" ] && target_bigendian=yes
0938cda5
AJ
1412[ "$target_cpu" = "m68k" ] && target_bigendian=yes
1413[ "$target_cpu" = "mips" ] && target_bigendian=yes
1414[ "$target_cpu" = "mipsn32" ] && target_bigendian=yes
1415[ "$target_cpu" = "mips64" ] && target_bigendian=yes
67867308 1416[ "$target_cpu" = "ppc" ] && target_bigendian=yes
d4082e95 1417[ "$target_cpu" = "ppcemb" ] && target_bigendian=yes
22f8a8b3 1418[ "$target_cpu" = "ppc64" ] && target_bigendian=yes
e85e7c6e 1419[ "$target_cpu" = "ppc64abi32" ] && target_bigendian=yes
908f52b0 1420[ "$target_cpu" = "sh4eb" ] && target_bigendian=yes
0938cda5
AJ
1421[ "$target_cpu" = "sparc" ] && target_bigendian=yes
1422[ "$target_cpu" = "sparc64" ] && target_bigendian=yes
1423[ "$target_cpu" = "sparc32plus" ] && target_bigendian=yes
97a847bc 1424target_softmmu="no"
997344f3 1425target_user_only="no"
831b7825 1426target_linux_user="no"
831b7825 1427target_darwin_user="no"
84778508 1428target_bsd_user="no"
9e407a85
PB
1429case "$target" in
1430 ${target_cpu}-softmmu)
1431 target_softmmu="yes"
1432 ;;
1433 ${target_cpu}-linux-user)
1434 target_user_only="yes"
1435 target_linux_user="yes"
1436 ;;
1437 ${target_cpu}-darwin-user)
1438 target_user_only="yes"
1439 target_darwin_user="yes"
1440 ;;
84778508
BS
1441 ${target_cpu}-bsd-user)
1442 target_user_only="yes"
1443 target_bsd_user="yes"
1444 ;;
9e407a85
PB
1445 *)
1446 echo "ERROR: Target '$target' not recognised"
1447 exit 1
1448 ;;
1449esac
831b7825 1450
97ccc689 1451if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \
1d14ffa9 1452 -a "$sdl" = "no" -a "$cocoa" = "no" ; then
97ccc689 1453 echo "ERROR: QEMU requires SDL or Cocoa for graphical output"
9c038506 1454 echo "To build QEMU without graphical output configure with --disable-gfx-check"
4d3b6f6e
AZ
1455 echo "Note that this will disable all output from the virtual graphics card"
1456 echo "except through VNC or curses."
97ccc689
FB
1457 exit 1;
1458fi
1459
7c1f25b4 1460#echo "Creating $config_mak, $config_h and $target_dir/Makefile"
97a847bc 1461
15d9ca0f
TS
1462test -f $config_h && mv $config_h ${config_h}~
1463
97a847bc 1464mkdir -p $target_dir
158142c2 1465mkdir -p $target_dir/fpu
57fec1fe 1466mkdir -p $target_dir/tcg
84778508 1467if test "$target" = "arm-linux-user" -o "$target" = "armeb-linux-user" -o "$target" = "arm-bsd-user" -o "$target" = "armeb-bsd-user" ; then
69de927c
FB
1468 mkdir -p $target_dir/nwfpe
1469fi
1470
ec530c81
FB
1471#
1472# don't use ln -sf as not all "ln -sf" over write the file/link
1473#
1474rm -f $target_dir/Makefile
1475ln -s $source_path/Makefile.target $target_dir/Makefile
1476
97a847bc
FB
1477
1478echo "# Automatically generated by configure - do not modify" > $config_mak
1479echo "/* Automatically generated by configure - do not modify */" > $config_h
1480
de83cd02 1481
97a847bc
FB
1482echo "include ../config-host.mak" >> $config_mak
1483echo "#include \"../config-host.h\"" >> $config_h
1e43adfc 1484
e5fe0c52 1485bflt="no"
cb33da57 1486elfload32="no"
bd0c5661 1487target_nptl="no"
1e43adfc
FB
1488interp_prefix1=`echo "$interp_prefix" | sed "s/%M/$target_cpu/g"`
1489echo "#define CONFIG_QEMU_PREFIX \"$interp_prefix1\"" >> $config_h
56aebc89 1490gdb_xml_files=""
97a847bc 1491
5985ecee
AL
1492# Make sure the target and host cpus are compatible
1493if test "$kvm" = "yes" -a ! \( "$target_cpu" = "$cpu" -o \
d76d1650 1494 \( "$target_cpu" = "ppcemb" -a "$cpu" = "powerpc" \) -o \
5985ecee
AL
1495 \( "$target_cpu" = "x86_64" -a "$cpu" = "i386" \) -o \
1496 \( "$target_cpu" = "i386" -a "$cpu" = "x86_64" \) \) ; then
7ba1e619
AL
1497 kvm="no"
1498fi
1499# Disable KVM for linux-user
1500if test "$kvm" = "yes" -a "$target_softmmu" = "no" ; then
1501 kvm="no"
1502fi
1503
2408a527
AJ
1504case "$target_cpu" in
1505 i386)
1506 echo "TARGET_ARCH=i386" >> $config_mak
1507 echo "#define TARGET_ARCH \"i386\"" >> $config_h
1508 echo "#define TARGET_I386 1" >> $config_h
da260249 1509 if test $kqemu = "yes" -a "$target_softmmu" = "yes"
2408a527
AJ
1510 then
1511 echo "#define USE_KQEMU 1" >> $config_h
1512 fi
7ba1e619
AL
1513 if test "$kvm" = "yes" ; then
1514 echo "CONFIG_KVM=yes" >> $config_mak
1515 echo "KVM_CFLAGS=$kvm_cflags" >> $config_mak
5985ecee 1516 echo "#define CONFIG_KVM 1" >> $config_h
7ba1e619 1517 fi
2408a527
AJ
1518 ;;
1519 x86_64)
1520 echo "TARGET_ARCH=x86_64" >> $config_mak
1521 echo "#define TARGET_ARCH \"x86_64\"" >> $config_h
1522 echo "#define TARGET_I386 1" >> $config_h
1523 echo "#define TARGET_X86_64 1" >> $config_h
1524 if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64"
1525 then
1526 echo "#define USE_KQEMU 1" >> $config_h
1527 fi
7ba1e619
AL
1528 if test "$kvm" = "yes" ; then
1529 echo "CONFIG_KVM=yes" >> $config_mak
1530 echo "KVM_CFLAGS=$kvm_cflags" >> $config_mak
1531 echo "#define CONFIG_KVM 1" >> $config_h
1532 fi
2408a527
AJ
1533 ;;
1534 alpha)
1535 echo "TARGET_ARCH=alpha" >> $config_mak
1536 echo "#define TARGET_ARCH \"alpha\"" >> $config_h
1537 echo "#define TARGET_ALPHA 1" >> $config_h
1538 ;;
1539 arm|armeb)
1540 echo "TARGET_ARCH=arm" >> $config_mak
2408a527
AJ
1541 echo "#define TARGET_ARCH \"arm\"" >> $config_h
1542 echo "#define TARGET_ARM 1" >> $config_h
2408a527 1543 bflt="yes"
bd0c5661 1544 target_nptl="yes"
56aebc89 1545 gdb_xml_files="arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml"
2408a527
AJ
1546 ;;
1547 cris)
1548 echo "TARGET_ARCH=cris" >> $config_mak
1549 echo "#define TARGET_ARCH \"cris\"" >> $config_h
1550 echo "#define TARGET_CRIS 1" >> $config_h
2408a527
AJ
1551 ;;
1552 m68k)
1553 echo "TARGET_ARCH=m68k" >> $config_mak
1554 echo "#define TARGET_ARCH \"m68k\"" >> $config_h
1555 echo "#define TARGET_M68K 1" >> $config_h
1556 bflt="yes"
56aebc89 1557 gdb_xml_files="cf-core.xml cf-fp.xml"
2408a527
AJ
1558 ;;
1559 mips|mipsel)
1560 echo "TARGET_ARCH=mips" >> $config_mak
1561 echo "#define TARGET_ARCH \"mips\"" >> $config_h
1562 echo "#define TARGET_MIPS 1" >> $config_h
1563 echo "#define TARGET_ABI_MIPSO32 1" >> $config_h
1564 ;;
1565 mipsn32|mipsn32el)
1566 echo "TARGET_ARCH=mipsn32" >> $config_mak
1567 echo "#define TARGET_ARCH \"mipsn32\"" >> $config_h
1568 echo "#define TARGET_MIPS 1" >> $config_h
1569 echo "#define TARGET_ABI_MIPSN32 1" >> $config_h
1570 ;;
1571 mips64|mips64el)
1572 echo "TARGET_ARCH=mips64" >> $config_mak
1573 echo "#define TARGET_ARCH \"mips64\"" >> $config_h
1574 echo "#define TARGET_MIPS 1" >> $config_h
1575 echo "#define TARGET_MIPS64 1" >> $config_h
1576 echo "#define TARGET_ABI_MIPSN64 1" >> $config_h
1577 ;;
1578 ppc)
1579 echo "TARGET_ARCH=ppc" >> $config_mak
1580 echo "#define TARGET_ARCH \"ppc\"" >> $config_h
1581 echo "#define TARGET_PPC 1" >> $config_h
1582 ;;
1583 ppcemb)
1584 echo "TARGET_ARCH=ppcemb" >> $config_mak
1585 echo "TARGET_ABI_DIR=ppc" >> $config_mak
1586 echo "#define TARGET_ARCH \"ppcemb\"" >> $config_h
1587 echo "#define TARGET_PPC 1" >> $config_h
1588 echo "#define TARGET_PPCEMB 1" >> $config_h
d76d1650
AJ
1589 if test "$kvm" = "yes" ; then
1590 echo "CONFIG_KVM=yes" >> $config_mak
1591 echo "KVM_CFLAGS=$kvm_cflags" >> $config_mak
1592 echo "#define CONFIG_KVM 1" >> $config_h
1593 fi
2408a527
AJ
1594 ;;
1595 ppc64)
1596 echo "TARGET_ARCH=ppc64" >> $config_mak
1597 echo "TARGET_ABI_DIR=ppc" >> $config_mak
1598 echo "#define TARGET_ARCH \"ppc64\"" >> $config_h
1599 echo "#define TARGET_PPC 1" >> $config_h
1600 echo "#define TARGET_PPC64 1" >> $config_h
1601 ;;
1602 ppc64abi32)
1603 echo "TARGET_ARCH=ppc64" >> $config_mak
1604 echo "TARGET_ABI_DIR=ppc" >> $config_mak
1605 echo "TARGET_ARCH2=ppc64abi32" >> $config_mak
1606 echo "#define TARGET_ARCH \"ppc64\"" >> $config_h
1607 echo "#define TARGET_PPC 1" >> $config_h
1608 echo "#define TARGET_PPC64 1" >> $config_h
1609 echo "#define TARGET_ABI32 1" >> $config_h
1610 ;;
1611 sh4|sh4eb)
1612 echo "TARGET_ARCH=sh4" >> $config_mak
1613 echo "#define TARGET_ARCH \"sh4\"" >> $config_h
1614 echo "#define TARGET_SH4 1" >> $config_h
1615 bflt="yes"
0b6d3ae0 1616 target_nptl="yes"
2408a527
AJ
1617 ;;
1618 sparc)
1619 echo "TARGET_ARCH=sparc" >> $config_mak
1620 echo "#define TARGET_ARCH \"sparc\"" >> $config_h
1621 echo "#define TARGET_SPARC 1" >> $config_h
1622 ;;
1623 sparc64)
1624 echo "TARGET_ARCH=sparc64" >> $config_mak
1625 echo "#define TARGET_ARCH \"sparc64\"" >> $config_h
1626 echo "#define TARGET_SPARC 1" >> $config_h
1627 echo "#define TARGET_SPARC64 1" >> $config_h
1628 elfload32="yes"
1629 ;;
1630 sparc32plus)
1631 echo "TARGET_ARCH=sparc64" >> $config_mak
1632 echo "TARGET_ABI_DIR=sparc" >> $config_mak
1633 echo "TARGET_ARCH2=sparc32plus" >> $config_mak
1634 echo "#define TARGET_ARCH \"sparc64\"" >> $config_h
1635 echo "#define TARGET_SPARC 1" >> $config_h
1636 echo "#define TARGET_SPARC64 1" >> $config_h
1637 echo "#define TARGET_ABI32 1" >> $config_h
1638 ;;
1639 *)
1640 echo "Unsupported target CPU"
1641 exit 1
1642 ;;
1643esac
de83cd02 1644if test "$target_bigendian" = "yes" ; then
97a847bc
FB
1645 echo "TARGET_WORDS_BIGENDIAN=yes" >> $config_mak
1646 echo "#define TARGET_WORDS_BIGENDIAN 1" >> $config_h
de83cd02 1647fi
97a847bc
FB
1648if test "$target_softmmu" = "yes" ; then
1649 echo "CONFIG_SOFTMMU=yes" >> $config_mak
1650 echo "#define CONFIG_SOFTMMU 1" >> $config_h
43ce4dfe 1651fi
997344f3
FB
1652if test "$target_user_only" = "yes" ; then
1653 echo "CONFIG_USER_ONLY=yes" >> $config_mak
1654 echo "#define CONFIG_USER_ONLY 1" >> $config_h
1655fi
831b7825
TS
1656if test "$target_linux_user" = "yes" ; then
1657 echo "CONFIG_LINUX_USER=yes" >> $config_mak
1658 echo "#define CONFIG_LINUX_USER 1" >> $config_h
1659fi
1660if test "$target_darwin_user" = "yes" ; then
1661 echo "CONFIG_DARWIN_USER=yes" >> $config_mak
1662 echo "#define CONFIG_DARWIN_USER 1" >> $config_h
1663fi
56aebc89
PB
1664list=""
1665if test ! -z "$gdb_xml_files" ; then
1666 for x in $gdb_xml_files; do
1667 list="$list $source_path/gdb-xml/$x"
1668 done
1669fi
1670echo "TARGET_XML_FILES=$list" >> $config_mak
97a847bc 1671
0938cda5
AJ
1672if test "$target_cpu" = "arm" \
1673 -o "$target_cpu" = "armeb" \
1674 -o "$target_cpu" = "m68k" \
1675 -o "$target_cpu" = "mips" \
1676 -o "$target_cpu" = "mipsel" \
1677 -o "$target_cpu" = "mipsn32" \
1678 -o "$target_cpu" = "mipsn32el" \
1679 -o "$target_cpu" = "mips64" \
1680 -o "$target_cpu" = "mips64el" \
3147d1e8
AJ
1681 -o "$target_cpu" = "ppc" \
1682 -o "$target_cpu" = "ppc64" \
71e991fd
AJ
1683 -o "$target_cpu" = "ppc64abi32" \
1684 -o "$target_cpu" = "ppcemb" \
0938cda5
AJ
1685 -o "$target_cpu" = "sparc" \
1686 -o "$target_cpu" = "sparc64" \
1687 -o "$target_cpu" = "sparc32plus"; then
158142c2
FB
1688 echo "CONFIG_SOFTFLOAT=yes" >> $config_mak
1689 echo "#define CONFIG_SOFTFLOAT 1" >> $config_h
1690fi
e5fe0c52
PB
1691if test "$target_user_only" = "yes" -a "$bflt" = "yes"; then
1692 echo "TARGET_HAS_BFLT=yes" >> $config_mak
1693 echo "#define TARGET_HAS_BFLT 1" >> $config_h
1694fi
bd0c5661
PB
1695if test "$target_user_only" = "yes" \
1696 -a "$nptl" = "yes" -a "$target_nptl" = "yes"; then
1697 echo "#define USE_NPTL 1" >> $config_h
1698fi
cb33da57
BS
1699# 32 bit ELF loader in addition to native 64 bit loader?
1700if test "$target_user_only" = "yes" -a "$elfload32" = "yes"; then
1701 echo "TARGET_HAS_ELFLOAD32=yes" >> $config_mak
1702 echo "#define TARGET_HAS_ELFLOAD32 1" >> $config_h
1703fi
84778508
BS
1704if test "$target_bsd_user" = "yes" ; then
1705 echo "CONFIG_BSD_USER=yes" >> $config_mak
1706 echo "#define CONFIG_BSD_USER 1" >> $config_h
1707fi
5b0753e0 1708
15d9ca0f
TS
1709test -f ${config_h}~ && cmp -s $config_h ${config_h}~ && mv ${config_h}~ $config_h
1710
97a847bc 1711done # for target in $targets
7d13299d
FB
1712
1713# build tree in object directory if source path is different from current one
1714if test "$source_path_used" = "yes" ; then
49ecc3fa 1715 DIRS="tests tests/cris slirp audio"
7d13299d 1716 FILES="Makefile tests/Makefile"
e7daa605 1717 FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
e1ffb0f1 1718 FILES="$FILES tests/test-mmap.c"
7d13299d
FB
1719 for dir in $DIRS ; do
1720 mkdir -p $dir
1721 done
ec530c81 1722 # remove the link and recreate it, as not all "ln -sf" overwrite the link
7d13299d 1723 for f in $FILES ; do
ec530c81
FB
1724 rm -f $f
1725 ln -s $source_path/$f $f
7d13299d
FB
1726 done
1727fi