bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | # |
bellard | 3ef693a | 2003-03-23 20:17:16 +0000 | [diff] [blame] | 3 | # qemu configure script (c) 2003 Fabrice Bellard |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 4 | # |
| 5 | # set temporary file name |
| 6 | if test ! -z "$TMPDIR" ; then |
| 7 | TMPDIR1="${TMPDIR}" |
| 8 | elif test ! -z "$TEMPDIR" ; then |
| 9 | TMPDIR1="${TEMPDIR}" |
| 10 | else |
| 11 | TMPDIR1="/tmp" |
| 12 | fi |
| 13 | |
bellard | 3ef693a | 2003-03-23 20:17:16 +0000 | [diff] [blame] | 14 | TMPC="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.c" |
| 15 | TMPO="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.o" |
| 16 | TMPE="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}" |
| 17 | TMPS="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.S" |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 18 | |
| 19 | # default parameters |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 20 | prefix="" |
bellard | 1e43adf | 2003-09-30 20:54:24 +0000 | [diff] [blame] | 21 | interp_prefix="/usr/gnemul/qemu-%M" |
bellard | 43ce4df | 2003-06-09 19:53:12 +0000 | [diff] [blame] | 22 | static="no" |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 23 | cross_prefix="" |
| 24 | cc="gcc" |
| 25 | host_cc="gcc" |
| 26 | ar="ar" |
| 27 | make="make" |
| 28 | strip="strip" |
| 29 | cpu=`uname -m` |
bellard | 5327cf4 | 2005-01-10 23:18:50 +0000 | [diff] [blame^] | 30 | target_list="" |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 31 | case "$cpu" in |
| 32 | i386|i486|i586|i686|i86pc|BePC) |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 33 | cpu="i386" |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 34 | ;; |
bellard | 808c495 | 2004-12-19 23:33:47 +0000 | [diff] [blame] | 35 | armv4b) |
| 36 | cpu="armv4b" |
| 37 | ;; |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 38 | armv4l) |
| 39 | cpu="armv4l" |
| 40 | ;; |
| 41 | alpha) |
| 42 | cpu="alpha" |
| 43 | ;; |
bellard | 295defa | 2003-04-07 21:31:29 +0000 | [diff] [blame] | 44 | "Power Macintosh"|ppc|ppc64) |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 45 | cpu="powerpc" |
| 46 | ;; |
| 47 | mips) |
| 48 | cpu="mips" |
| 49 | ;; |
bellard | fb3e584 | 2003-03-29 17:32:36 +0000 | [diff] [blame] | 50 | s390) |
| 51 | cpu="s390" |
| 52 | ;; |
bellard | ae22853 | 2003-05-13 18:59:59 +0000 | [diff] [blame] | 53 | sparc) |
| 54 | cpu="sparc" |
| 55 | ;; |
| 56 | sparc64) |
| 57 | cpu="sparc64" |
| 58 | ;; |
bellard | a8baa8c | 2003-04-29 20:53:31 +0000 | [diff] [blame] | 59 | ia64) |
| 60 | cpu="ia64" |
| 61 | ;; |
bellard | 38e584a | 2003-08-10 22:14:22 +0000 | [diff] [blame] | 62 | m68k) |
| 63 | cpu="m68k" |
| 64 | ;; |
bellard | bc51c5c | 2004-03-17 23:46:04 +0000 | [diff] [blame] | 65 | x86_64|amd64) |
bellard | 0b0babc | 2005-01-03 23:38:40 +0000 | [diff] [blame] | 66 | cpu="x86_64" |
bellard | bc51c5c | 2004-03-17 23:46:04 +0000 | [diff] [blame] | 67 | ;; |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 68 | *) |
| 69 | cpu="unknown" |
| 70 | ;; |
| 71 | esac |
| 72 | gprof="no" |
| 73 | bigendian="no" |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 74 | mingw32="no" |
| 75 | EXESUF="" |
| 76 | gdbstub="yes" |
bellard | 443f137 | 2004-06-04 11:13:20 +0000 | [diff] [blame] | 77 | slirp="yes" |
bellard | fb06518 | 2004-11-09 23:09:44 +0000 | [diff] [blame] | 78 | adlib="no" |
| 79 | oss="no" |
bellard | 102a52e | 2004-11-14 19:57:29 +0000 | [diff] [blame] | 80 | fmod="no" |
| 81 | fmod_lib="" |
| 82 | fmod_inc="" |
bellard | 5327cf4 | 2005-01-10 23:18:50 +0000 | [diff] [blame^] | 83 | linux="no" |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 84 | |
| 85 | # OS specific |
| 86 | targetos=`uname -s` |
| 87 | case $targetos in |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 88 | MINGW32*) |
| 89 | mingw32="yes" |
| 90 | ;; |
bellard | 7d3505c | 2004-05-12 19:32:15 +0000 | [diff] [blame] | 91 | FreeBSD) |
| 92 | bsd="yes" |
bellard | fb06518 | 2004-11-09 23:09:44 +0000 | [diff] [blame] | 93 | oss="yes" |
bellard | 7d3505c | 2004-05-12 19:32:15 +0000 | [diff] [blame] | 94 | ;; |
| 95 | NetBSD) |
| 96 | bsd="yes" |
bellard | fb06518 | 2004-11-09 23:09:44 +0000 | [diff] [blame] | 97 | oss="yes" |
bellard | 7d3505c | 2004-05-12 19:32:15 +0000 | [diff] [blame] | 98 | ;; |
| 99 | OpenBSD) |
| 100 | bsd="yes" |
bellard | fb06518 | 2004-11-09 23:09:44 +0000 | [diff] [blame] | 101 | oss="yes" |
bellard | 7d3505c | 2004-05-12 19:32:15 +0000 | [diff] [blame] | 102 | ;; |
bellard | 83fb7ad | 2004-07-05 21:25:26 +0000 | [diff] [blame] | 103 | Darwin) |
| 104 | bsd="yes" |
| 105 | darwin="yes" |
| 106 | ;; |
bellard | fb06518 | 2004-11-09 23:09:44 +0000 | [diff] [blame] | 107 | *) |
| 108 | oss="yes" |
bellard | 5327cf4 | 2005-01-10 23:18:50 +0000 | [diff] [blame^] | 109 | linux="yes" |
bellard | fb06518 | 2004-11-09 23:09:44 +0000 | [diff] [blame] | 110 | ;; |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 111 | esac |
| 112 | |
bellard | 7d3505c | 2004-05-12 19:32:15 +0000 | [diff] [blame] | 113 | if [ "$bsd" = "yes" ] ; then |
bellard | 83fb7ad | 2004-07-05 21:25:26 +0000 | [diff] [blame] | 114 | if [ ! "$darwin" = "yes" ] ; then |
| 115 | make="gmake" |
| 116 | fi |
bellard | 7d3505c | 2004-05-12 19:32:15 +0000 | [diff] [blame] | 117 | fi |
| 118 | |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 119 | # find source path |
| 120 | # XXX: we assume an absolute path is given when launching configure, |
| 121 | # except in './configure' case. |
| 122 | source_path=${0%configure} |
| 123 | source_path=${source_path%/} |
| 124 | source_path_used="yes" |
| 125 | if test -z "$source_path" -o "$source_path" = "." ; then |
| 126 | source_path=`pwd` |
| 127 | source_path_used="no" |
| 128 | fi |
| 129 | |
| 130 | for opt do |
| 131 | case "$opt" in |
| 132 | --prefix=*) prefix=`echo $opt | cut -d '=' -f 2` |
| 133 | ;; |
bellard | 32ce633 | 2003-04-11 00:16:16 +0000 | [diff] [blame] | 134 | --interp-prefix=*) interp_prefix=`echo $opt | cut -d '=' -f 2` |
| 135 | ;; |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 136 | --source-path=*) source_path=`echo $opt | cut -d '=' -f 2` |
| 137 | ;; |
| 138 | --cross-prefix=*) cross_prefix=`echo $opt | cut -d '=' -f 2` |
| 139 | ;; |
| 140 | --cc=*) cc=`echo $opt | cut -d '=' -f 2` |
| 141 | ;; |
| 142 | --make=*) make=`echo $opt | cut -d '=' -f 2` |
| 143 | ;; |
| 144 | --extra-cflags=*) CFLAGS="${opt#--extra-cflags=}" |
| 145 | ;; |
| 146 | --extra-ldflags=*) LDFLAGS="${opt#--extra-ldflags=}" |
| 147 | ;; |
| 148 | --extra-libs=*) extralibs=${opt#--extra-libs=} |
| 149 | ;; |
| 150 | --cpu=*) cpu=`echo $opt | cut -d '=' -f 2` |
| 151 | ;; |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 152 | --target-list=*) target_list=${opt#--target-list=} |
bellard | de83cd0 | 2003-06-15 20:25:43 +0000 | [diff] [blame] | 153 | ;; |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 154 | --enable-gprof) gprof="yes" |
| 155 | ;; |
bellard | 43ce4df | 2003-06-09 19:53:12 +0000 | [diff] [blame] | 156 | --static) static="yes" |
| 157 | ;; |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 158 | --disable-sdl) sdl="no" |
| 159 | ;; |
bellard | 102a52e | 2004-11-14 19:57:29 +0000 | [diff] [blame] | 160 | --enable-fmod) fmod="yes" |
| 161 | ;; |
| 162 | --fmod-lib=*) fmod_lib=${opt#--fmod-lib=} |
| 163 | ;; |
| 164 | --fmod-inc=*) fmod_inc=${opt#--fmod-inc=} |
| 165 | ;; |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 166 | --enable-mingw32) mingw32="yes" ; cross_prefix="i386-mingw32-" |
| 167 | ;; |
bellard | 443f137 | 2004-06-04 11:13:20 +0000 | [diff] [blame] | 168 | --disable-slirp) slirp="no" |
bellard | c20709a | 2004-04-21 23:27:19 +0000 | [diff] [blame] | 169 | ;; |
bellard | fb06518 | 2004-11-09 23:09:44 +0000 | [diff] [blame] | 170 | --enable-adlib) adlib="yes" |
| 171 | ;; |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 172 | esac |
| 173 | done |
| 174 | |
| 175 | # Checking for CFLAGS |
| 176 | if test -z "$CFLAGS"; then |
| 177 | CFLAGS="-O2" |
| 178 | fi |
| 179 | |
| 180 | cc="${cross_prefix}${cc}" |
| 181 | ar="${cross_prefix}${ar}" |
| 182 | strip="${cross_prefix}${strip}" |
| 183 | |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 184 | if test "$mingw32" = "yes" ; then |
bellard | 5327cf4 | 2005-01-10 23:18:50 +0000 | [diff] [blame^] | 185 | linux="no" |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 186 | EXESUF=".exe" |
| 187 | gdbstub="no" |
bellard | 9f059ec | 2004-11-14 18:59:52 +0000 | [diff] [blame] | 188 | oss="no" |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 189 | fi |
| 190 | |
bellard | 5327cf4 | 2005-01-10 23:18:50 +0000 | [diff] [blame^] | 191 | if test -z "$target_list" ; then |
| 192 | # these targets are portable |
| 193 | target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu" |
| 194 | # the following are Linux specific |
| 195 | if [ "$linux" = "yes" ] ; then |
| 196 | target_list="i386-user i386 arm-user armeb-user sparc-user ppc-user $target_list" |
| 197 | fi |
| 198 | fi |
| 199 | |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 200 | if test -z "$cross_prefix" ; then |
| 201 | |
| 202 | # --- |
| 203 | # big/little endian test |
| 204 | cat > $TMPC << EOF |
| 205 | #include <inttypes.h> |
| 206 | int main(int argc, char ** argv){ |
| 207 | volatile uint32_t i=0x01234567; |
| 208 | return (*((uint8_t*)(&i))) == 0x67; |
| 209 | } |
| 210 | EOF |
| 211 | |
| 212 | if $cc -o $TMPE $TMPC 2>/dev/null ; then |
| 213 | $TMPE && bigendian="yes" |
| 214 | else |
| 215 | echo big/little test failed |
| 216 | fi |
| 217 | |
| 218 | else |
| 219 | |
| 220 | # if cross compiling, cannot launch a program, so make a static guess |
bellard | 808c495 | 2004-12-19 23:33:47 +0000 | [diff] [blame] | 221 | if test "$cpu" = "powerpc" -o "$cpu" = "mips" -o "$cpu" = "s390" -o "$cpu" = "sparc" -o "$cpu" = "sparc64" -o "$cpu" = "m68k" -o "$cpu" = "armv4b"; then |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 222 | bigendian="yes" |
| 223 | fi |
| 224 | |
| 225 | fi |
| 226 | |
bellard | e8cd23d | 2003-06-25 16:08:13 +0000 | [diff] [blame] | 227 | # check gcc options support |
bellard | 04369ff | 2003-03-20 22:33:23 +0000 | [diff] [blame] | 228 | cat > $TMPC <<EOF |
| 229 | int main(void) { |
bellard | 04369ff | 2003-03-20 22:33:23 +0000 | [diff] [blame] | 230 | } |
| 231 | EOF |
| 232 | |
bellard | e8cd23d | 2003-06-25 16:08:13 +0000 | [diff] [blame] | 233 | have_gcc3_options="no" |
| 234 | if $cc -fno-reorder-blocks -fno-optimize-sibling-calls -o $TMPO $TMPC 2> /dev/null ; then |
| 235 | have_gcc3_options="yes" |
bellard | 04369ff | 2003-03-20 22:33:23 +0000 | [diff] [blame] | 236 | fi |
bellard | ca73520 | 2003-03-18 20:41:34 +0000 | [diff] [blame] | 237 | |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 238 | ########################################## |
| 239 | # SDL probe |
| 240 | |
| 241 | sdl_too_old=no |
| 242 | |
| 243 | if test -z "$sdl" ; then |
| 244 | |
bellard | a6e022a | 2004-04-02 21:55:47 +0000 | [diff] [blame] | 245 | sdl_config="sdl-config" |
| 246 | sdl=no |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 247 | sdl_static=no |
bellard | a6e022a | 2004-04-02 21:55:47 +0000 | [diff] [blame] | 248 | |
| 249 | if test "$mingw32" = "yes" -a ! -z "$cross_prefix" ; then |
| 250 | # win32 cross compilation case |
| 251 | sdl_config="i386-mingw32msvc-sdl-config" |
| 252 | sdl=yes |
| 253 | else |
| 254 | # normal SDL probe |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 255 | cat > $TMPC << EOF |
| 256 | #include <SDL.h> |
| 257 | #undef main /* We don't want SDL to override our main() */ |
| 258 | int main( void ) { return SDL_Init (SDL_INIT_VIDEO); } |
| 259 | EOF |
| 260 | |
bellard | a6e022a | 2004-04-02 21:55:47 +0000 | [diff] [blame] | 261 | if $cc -o $TMPE `$sdl_config --cflags 2> /dev/null` $TMPC `$sdl_config --libs 2> /dev/null` 2> /dev/null ; then |
| 262 | _sdlversion=`$sdl_config --version | sed 's/[^0-9]//g'` |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 263 | if test "$_sdlversion" -lt 121 ; then |
| 264 | sdl_too_old=yes |
| 265 | else |
| 266 | sdl=yes |
| 267 | fi |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 268 | |
| 269 | # static link with sdl ? |
| 270 | if test "$sdl" = "yes" ; then |
| 271 | aa="no" |
| 272 | `$sdl_config --static-libs | grep \\\-laa > /dev/null` && aa="yes" |
| 273 | sdl_static_libs=`$sdl_config --static-libs` |
| 274 | if [ "$aa" = "yes" ] ; then |
bellard | d8d8aa4 | 2004-04-29 20:14:07 +0000 | [diff] [blame] | 275 | sdl_static_libs="$sdl_static_libs `aalib-config --static-libs`" |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 276 | fi |
| 277 | |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 278 | if $cc -o $TMPE `$sdl_config --cflags 2> /dev/null` $TMPC $sdl_static_libs 2> /dev/null; then |
| 279 | sdl_static=yes |
| 280 | fi |
| 281 | |
| 282 | fi # static link |
| 283 | |
| 284 | fi # sdl compile test |
| 285 | |
bellard | a6e022a | 2004-04-02 21:55:47 +0000 | [diff] [blame] | 286 | fi # cross compilation |
| 287 | fi # -z $sdl |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 288 | |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 289 | if test x"$1" = x"-h" -o x"$1" = x"--help" ; then |
| 290 | cat << EOF |
| 291 | |
| 292 | Usage: configure [options] |
| 293 | Options: [defaults in brackets after descriptions] |
| 294 | |
| 295 | EOF |
| 296 | echo "Standard options:" |
| 297 | echo " --help print this message" |
| 298 | echo " --prefix=PREFIX install in PREFIX [$prefix]" |
bellard | 1e43adf | 2003-09-30 20:54:24 +0000 | [diff] [blame] | 299 | echo " --interp-prefix=PREFIX where to find shared libraries, etc." |
| 300 | echo " use %M for cpu name [$interp_prefix]" |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 301 | echo " --target-list=LIST set target list [$target_list]" |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 302 | echo "" |
| 303 | echo "Advanced options (experts only):" |
| 304 | echo " --source-path=PATH path of source code [$source_path]" |
| 305 | echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]" |
| 306 | echo " --cc=CC use C compiler CC [$cc]" |
| 307 | echo " --make=MAKE use specified make [$make]" |
bellard | 43ce4df | 2003-06-09 19:53:12 +0000 | [diff] [blame] | 308 | echo " --static enable static build [$static]" |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 309 | echo " --enable-mingw32 enable Win32 cross compilation with mingw32" |
bellard | 102a52e | 2004-11-14 19:57:29 +0000 | [diff] [blame] | 310 | echo " --enable-fmod enable FMOD audio output driver" |
| 311 | echo " --fmod-lib path to FMOD library" |
| 312 | echo " --fmod-inc path to FMOD includes" |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 313 | echo "" |
| 314 | echo "NOTE: The object files are build at the place where configure is launched" |
| 315 | exit 1 |
| 316 | fi |
| 317 | |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 318 | if test "$mingw32" = "yes" ; then |
| 319 | if test -z "$prefix" ; then |
| 320 | prefix="/c/Program Files/Qemu" |
| 321 | fi |
| 322 | mandir="$prefix" |
bellard | 7efa438 | 2004-05-12 18:54:06 +0000 | [diff] [blame] | 323 | datadir="$prefix" |
bellard | 1f50f8d | 2004-05-08 14:44:43 +0000 | [diff] [blame] | 324 | docdir="$prefix" |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 325 | bindir="$prefix" |
| 326 | else |
| 327 | if test -z "$prefix" ; then |
| 328 | prefix="/usr/local" |
| 329 | fi |
bellard | 5a67135 | 2003-10-01 00:13:48 +0000 | [diff] [blame] | 330 | mandir="$prefix/share/man" |
bellard | 7efa438 | 2004-05-12 18:54:06 +0000 | [diff] [blame] | 331 | datadir="$prefix/share/qemu" |
bellard | 1f50f8d | 2004-05-08 14:44:43 +0000 | [diff] [blame] | 332 | docdir="$prefix/share/doc/qemu" |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 333 | bindir="$prefix/bin" |
| 334 | fi |
bellard | 5a67135 | 2003-10-01 00:13:48 +0000 | [diff] [blame] | 335 | |
bellard | 43ce4df | 2003-06-09 19:53:12 +0000 | [diff] [blame] | 336 | echo "Install prefix $prefix" |
bellard | 7efa438 | 2004-05-12 18:54:06 +0000 | [diff] [blame] | 337 | echo "BIOS directory $datadir" |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 338 | echo "binary directory $bindir" |
| 339 | if test "$mingw32" = "no" ; then |
| 340 | echo "Manual directory $mandir" |
bellard | 43ce4df | 2003-06-09 19:53:12 +0000 | [diff] [blame] | 341 | echo "ELF interp prefix $interp_prefix" |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 342 | fi |
bellard | 5a67135 | 2003-10-01 00:13:48 +0000 | [diff] [blame] | 343 | echo "Source path $source_path" |
bellard | 43ce4df | 2003-06-09 19:53:12 +0000 | [diff] [blame] | 344 | echo "C compiler $cc" |
| 345 | echo "make $make" |
| 346 | echo "host CPU $cpu" |
bellard | de83cd0 | 2003-06-15 20:25:43 +0000 | [diff] [blame] | 347 | echo "host big endian $bigendian" |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 348 | echo "target list $target_list" |
bellard | 43ce4df | 2003-06-09 19:53:12 +0000 | [diff] [blame] | 349 | echo "gprof enabled $gprof" |
| 350 | echo "static build $static" |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 351 | echo "SDL support $sdl" |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 352 | echo "SDL static link $sdl_static" |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 353 | echo "mingw32 support $mingw32" |
bellard | fb06518 | 2004-11-09 23:09:44 +0000 | [diff] [blame] | 354 | echo "Adlib support $adlib" |
bellard | 102a52e | 2004-11-14 19:57:29 +0000 | [diff] [blame] | 355 | echo -n "FMOD support $fmod" |
| 356 | if test $fmod = "yes"; then |
| 357 | echo -n " (lib='$fmod_lib' include='$fmod_inc')" |
| 358 | fi |
| 359 | echo "" |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 360 | |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 361 | if test $sdl_too_old = "yes"; then |
| 362 | echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support" |
bellard | e8cd23d | 2003-06-25 16:08:13 +0000 | [diff] [blame] | 363 | fi |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 364 | if test "$sdl_static" = "no"; then |
| 365 | echo "WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical output" |
| 366 | fi |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 367 | |
| 368 | config_mak="config-host.mak" |
| 369 | config_h="config-host.h" |
| 370 | |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 371 | #echo "Creating $config_mak and $config_h" |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 372 | |
| 373 | echo "# Automatically generated by configure - do not modify" > $config_mak |
| 374 | echo "/* Automatically generated by configure - do not modify */" > $config_h |
| 375 | |
| 376 | echo "prefix=$prefix" >> $config_mak |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 377 | echo "bindir=$bindir" >> $config_mak |
bellard | 5a67135 | 2003-10-01 00:13:48 +0000 | [diff] [blame] | 378 | echo "mandir=$mandir" >> $config_mak |
bellard | 7efa438 | 2004-05-12 18:54:06 +0000 | [diff] [blame] | 379 | echo "datadir=$datadir" >> $config_mak |
bellard | 1f50f8d | 2004-05-08 14:44:43 +0000 | [diff] [blame] | 380 | echo "docdir=$docdir" >> $config_mak |
bellard | 7efa438 | 2004-05-12 18:54:06 +0000 | [diff] [blame] | 381 | echo "#define CONFIG_QEMU_SHAREDIR \"$datadir\"" >> $config_h |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 382 | echo "MAKE=$make" >> $config_mak |
| 383 | echo "CC=$cc" >> $config_mak |
| 384 | if test "$have_gcc3_options" = "yes" ; then |
| 385 | echo "HAVE_GCC3_OPTIONS=yes" >> $config_mak |
| 386 | fi |
| 387 | echo "HOST_CC=$host_cc" >> $config_mak |
| 388 | echo "AR=$ar" >> $config_mak |
| 389 | echo "STRIP=$strip -s -R .comment -R .note" >> $config_mak |
| 390 | echo "CFLAGS=$CFLAGS" >> $config_mak |
| 391 | echo "LDFLAGS=$LDFLAGS" >> $config_mak |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 392 | echo "EXESUF=$EXESUF" >> $config_mak |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 393 | if test "$cpu" = "i386" ; then |
| 394 | echo "ARCH=i386" >> $config_mak |
| 395 | echo "#define HOST_I386 1" >> $config_h |
bellard | 0b0babc | 2005-01-03 23:38:40 +0000 | [diff] [blame] | 396 | elif test "$cpu" = "x86_64" ; then |
| 397 | echo "ARCH=x86_64" >> $config_mak |
| 398 | echo "#define HOST_X86_64 1" >> $config_h |
bellard | 808c495 | 2004-12-19 23:33:47 +0000 | [diff] [blame] | 399 | elif test "$cpu" = "armv4b" ; then |
| 400 | echo "ARCH=arm" >> $config_mak |
| 401 | echo "#define HOST_ARM 1" >> $config_h |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 402 | elif test "$cpu" = "armv4l" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 403 | echo "ARCH=arm" >> $config_mak |
| 404 | echo "#define HOST_ARM 1" >> $config_h |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 405 | elif test "$cpu" = "powerpc" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 406 | echo "ARCH=ppc" >> $config_mak |
| 407 | echo "#define HOST_PPC 1" >> $config_h |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 408 | elif test "$cpu" = "mips" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 409 | echo "ARCH=mips" >> $config_mak |
| 410 | echo "#define HOST_MIPS 1" >> $config_h |
bellard | fb3e584 | 2003-03-29 17:32:36 +0000 | [diff] [blame] | 411 | elif test "$cpu" = "s390" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 412 | echo "ARCH=s390" >> $config_mak |
| 413 | echo "#define HOST_S390 1" >> $config_h |
bellard | 295defa | 2003-04-07 21:31:29 +0000 | [diff] [blame] | 414 | elif test "$cpu" = "alpha" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 415 | echo "ARCH=alpha" >> $config_mak |
| 416 | echo "#define HOST_ALPHA 1" >> $config_h |
bellard | ae22853 | 2003-05-13 18:59:59 +0000 | [diff] [blame] | 417 | elif test "$cpu" = "sparc" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 418 | echo "ARCH=sparc" >> $config_mak |
| 419 | echo "#define HOST_SPARC 1" >> $config_h |
bellard | ae22853 | 2003-05-13 18:59:59 +0000 | [diff] [blame] | 420 | elif test "$cpu" = "sparc64" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 421 | echo "ARCH=sparc64" >> $config_mak |
| 422 | echo "#define HOST_SPARC64 1" >> $config_h |
bellard | a8baa8c | 2003-04-29 20:53:31 +0000 | [diff] [blame] | 423 | elif test "$cpu" = "ia64" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 424 | echo "ARCH=ia64" >> $config_mak |
| 425 | echo "#define HOST_IA64 1" >> $config_h |
bellard | 38e584a | 2003-08-10 22:14:22 +0000 | [diff] [blame] | 426 | elif test "$cpu" = "m68k" ; then |
bellard | 38ca2ab | 2004-03-13 18:32:13 +0000 | [diff] [blame] | 427 | echo "ARCH=m68k" >> $config_mak |
| 428 | echo "#define HOST_M68K 1" >> $config_h |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 429 | else |
| 430 | echo "Unsupported CPU" |
| 431 | exit 1 |
| 432 | fi |
| 433 | if test "$bigendian" = "yes" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 434 | echo "WORDS_BIGENDIAN=yes" >> $config_mak |
| 435 | echo "#define WORDS_BIGENDIAN 1" >> $config_h |
| 436 | fi |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 437 | if test "$mingw32" = "yes" ; then |
| 438 | echo "CONFIG_WIN32=yes" >> $config_mak |
bellard | 11d9f69 | 2004-04-02 20:55:59 +0000 | [diff] [blame] | 439 | echo "#define CONFIG_WIN32 1" >> $config_h |
bellard | 7d3505c | 2004-05-12 19:32:15 +0000 | [diff] [blame] | 440 | elif test -f "/usr/include/byteswap.h" ; then |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 441 | echo "#define HAVE_BYTESWAP_H 1" >> $config_h |
| 442 | fi |
bellard | 83fb7ad | 2004-07-05 21:25:26 +0000 | [diff] [blame] | 443 | if test "$darwin" = "yes" ; then |
| 444 | echo "CONFIG_DARWIN=yes" >> $config_mak |
| 445 | echo "#define CONFIG_DARWIN 1" >> $config_h |
| 446 | fi |
bellard | 67b915a | 2004-03-31 23:37:16 +0000 | [diff] [blame] | 447 | if test "$gdbstub" = "yes" ; then |
| 448 | echo "CONFIG_GDBSTUB=yes" >> $config_mak |
| 449 | echo "#define CONFIG_GDBSTUB 1" >> $config_h |
| 450 | fi |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 451 | if test "$gprof" = "yes" ; then |
| 452 | echo "TARGET_GPROF=yes" >> $config_mak |
| 453 | echo "#define HAVE_GPROF 1" >> $config_h |
| 454 | fi |
| 455 | if test "$static" = "yes" ; then |
| 456 | echo "CONFIG_STATIC=yes" >> $config_mak |
bellard | 5086347 | 2003-10-28 23:04:01 +0000 | [diff] [blame] | 457 | echo "#define CONFIG_STATIC 1" >> $config_h |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 458 | fi |
bellard | c20709a | 2004-04-21 23:27:19 +0000 | [diff] [blame] | 459 | if test "$slirp" = "yes" ; then |
| 460 | echo "CONFIG_SLIRP=yes" >> $config_mak |
| 461 | echo "#define CONFIG_SLIRP 1" >> $config_h |
| 462 | fi |
bellard | fb06518 | 2004-11-09 23:09:44 +0000 | [diff] [blame] | 463 | if test "$adlib" = "yes" ; then |
| 464 | echo "CONFIG_ADLIB=yes" >> $config_mak |
| 465 | echo "#define CONFIG_ADLIB 1" >> $config_h |
| 466 | fi |
| 467 | if test "$oss" = "yes" ; then |
| 468 | echo "CONFIG_OSS=yes" >> $config_mak |
| 469 | echo "#define CONFIG_OSS 1" >> $config_h |
| 470 | fi |
bellard | 102a52e | 2004-11-14 19:57:29 +0000 | [diff] [blame] | 471 | if test "$fmod" = "yes" ; then |
| 472 | echo "CONFIG_FMOD=yes" >> $config_mak |
| 473 | echo "CONFIG_FMOD_LIB=$fmod_lib" >> $config_mak |
| 474 | echo "CONFIG_FMOD_INC=$fmod_inc" >> $config_mak |
| 475 | echo "#define CONFIG_FMOD 1" >> $config_h |
| 476 | fi |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 477 | echo -n "VERSION=" >>$config_mak |
| 478 | head $source_path/VERSION >>$config_mak |
| 479 | echo "" >>$config_mak |
| 480 | echo -n "#define QEMU_VERSION \"" >> $config_h |
| 481 | head $source_path/VERSION >> $config_h |
| 482 | echo "\"" >> $config_h |
| 483 | |
| 484 | echo "SRC_PATH=$source_path" >> $config_mak |
| 485 | echo "TARGET_DIRS=$target_list" >> $config_mak |
| 486 | |
bellard | 83fb7ad | 2004-07-05 21:25:26 +0000 | [diff] [blame] | 487 | # XXX: suppress that |
bellard | 7d3505c | 2004-05-12 19:32:15 +0000 | [diff] [blame] | 488 | if [ "$bsd" = "yes" ] ; then |
bellard | 4300304 | 2004-05-20 13:23:39 +0000 | [diff] [blame] | 489 | echo "#define O_LARGEFILE 0" >> $config_h |
bellard | 4300304 | 2004-05-20 13:23:39 +0000 | [diff] [blame] | 490 | echo "#define MAP_ANONYMOUS MAP_ANON" >> $config_h |
bellard | 7d3505c | 2004-05-12 19:32:15 +0000 | [diff] [blame] | 491 | echo "#define _BSD 1" >> $config_h |
| 492 | fi |
| 493 | |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 494 | for target in $target_list; do |
| 495 | |
| 496 | target_dir="$target" |
| 497 | config_mak=$target_dir/config.mak |
| 498 | config_h=$target_dir/config.h |
| 499 | target_cpu=`echo $target | cut -d '-' -f 1` |
| 500 | target_bigendian="no" |
bellard | 808c495 | 2004-12-19 23:33:47 +0000 | [diff] [blame] | 501 | [ "$target_cpu" = "armeb" ] && target_bigendian=yes |
bellard | 1e43adf | 2003-09-30 20:54:24 +0000 | [diff] [blame] | 502 | [ "$target_cpu" = "sparc" ] && target_bigendian=yes |
bellard | 6786730 | 2003-11-23 17:05:30 +0000 | [diff] [blame] | 503 | [ "$target_cpu" = "ppc" ] && target_bigendian=yes |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 504 | target_softmmu="no" |
| 505 | if expr $target : '.*-softmmu' > /dev/null ; then |
| 506 | target_softmmu="yes" |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 507 | fi |
bellard | 997344f | 2003-10-27 21:10:39 +0000 | [diff] [blame] | 508 | target_user_only="no" |
| 509 | if expr $target : '.*-user' > /dev/null ; then |
| 510 | target_user_only="yes" |
| 511 | fi |
bellard | de83cd0 | 2003-06-15 20:25:43 +0000 | [diff] [blame] | 512 | |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 513 | #echo "Creating $config_mak, $config_h and $target_dir/Makefile" |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 514 | |
| 515 | mkdir -p $target_dir |
bellard | 808c495 | 2004-12-19 23:33:47 +0000 | [diff] [blame] | 516 | if test "$target" = "arm-user" -o "$target" = "armeb-user" ; then |
bellard | 69de927 | 2004-02-16 21:40:43 +0000 | [diff] [blame] | 517 | mkdir -p $target_dir/nwfpe |
| 518 | fi |
bellard | a7e61ed | 2004-04-22 21:46:47 +0000 | [diff] [blame] | 519 | if test "$target_user_only" = "no" ; then |
| 520 | mkdir -p $target_dir/slirp |
| 521 | fi |
bellard | 69de927 | 2004-02-16 21:40:43 +0000 | [diff] [blame] | 522 | |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 523 | ln -sf $source_path/Makefile.target $target_dir/Makefile |
| 524 | |
| 525 | echo "# Automatically generated by configure - do not modify" > $config_mak |
| 526 | echo "/* Automatically generated by configure - do not modify */" > $config_h |
| 527 | |
| 528 | |
| 529 | echo "include ../config-host.mak" >> $config_mak |
| 530 | echo "#include \"../config-host.h\"" >> $config_h |
bellard | 1e43adf | 2003-09-30 20:54:24 +0000 | [diff] [blame] | 531 | |
| 532 | interp_prefix1=`echo "$interp_prefix" | sed "s/%M/$target_cpu/g"` |
| 533 | echo "#define CONFIG_QEMU_PREFIX \"$interp_prefix1\"" >> $config_h |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 534 | |
| 535 | if test "$target_cpu" = "i386" ; then |
| 536 | echo "TARGET_ARCH=i386" >> $config_mak |
| 537 | echo "#define TARGET_ARCH \"i386\"" >> $config_h |
| 538 | echo "#define TARGET_I386 1" >> $config_h |
bellard | 808c495 | 2004-12-19 23:33:47 +0000 | [diff] [blame] | 539 | elif test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 540 | echo "TARGET_ARCH=arm" >> $config_mak |
| 541 | echo "#define TARGET_ARCH \"arm\"" >> $config_h |
| 542 | echo "#define TARGET_ARM 1" >> $config_h |
bellard | 1e43adf | 2003-09-30 20:54:24 +0000 | [diff] [blame] | 543 | elif test "$target_cpu" = "sparc" ; then |
| 544 | echo "TARGET_ARCH=sparc" >> $config_mak |
| 545 | echo "#define TARGET_ARCH \"sparc\"" >> $config_h |
| 546 | echo "#define TARGET_SPARC 1" >> $config_h |
bellard | 6786730 | 2003-11-23 17:05:30 +0000 | [diff] [blame] | 547 | elif test "$target_cpu" = "ppc" ; then |
| 548 | echo "TARGET_ARCH=ppc" >> $config_mak |
| 549 | echo "#define TARGET_ARCH \"ppc\"" >> $config_h |
| 550 | echo "#define TARGET_PPC 1" >> $config_h |
bellard | 0b0babc | 2005-01-03 23:38:40 +0000 | [diff] [blame] | 551 | elif test "$target_cpu" = "x86_64" ; then |
| 552 | echo "TARGET_ARCH=x86_64" >> $config_mak |
| 553 | echo "#define TARGET_ARCH \"x86_64\"" >> $config_h |
| 554 | echo "#define TARGET_I386 1" >> $config_h |
| 555 | echo "#define TARGET_X86_64 1" >> $config_h |
bellard | de83cd0 | 2003-06-15 20:25:43 +0000 | [diff] [blame] | 556 | else |
| 557 | echo "Unsupported target CPU" |
| 558 | exit 1 |
| 559 | fi |
| 560 | if test "$target_bigendian" = "yes" ; then |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 561 | echo "TARGET_WORDS_BIGENDIAN=yes" >> $config_mak |
| 562 | echo "#define TARGET_WORDS_BIGENDIAN 1" >> $config_h |
| 563 | fi |
| 564 | if test "$target_softmmu" = "yes" ; then |
| 565 | echo "CONFIG_SOFTMMU=yes" >> $config_mak |
| 566 | echo "#define CONFIG_SOFTMMU 1" >> $config_h |
bellard | de83cd0 | 2003-06-15 20:25:43 +0000 | [diff] [blame] | 567 | fi |
bellard | 997344f | 2003-10-27 21:10:39 +0000 | [diff] [blame] | 568 | if test "$target_user_only" = "yes" ; then |
| 569 | echo "CONFIG_USER_ONLY=yes" >> $config_mak |
| 570 | echo "#define CONFIG_USER_ONLY 1" >> $config_h |
| 571 | fi |
bellard | de83cd0 | 2003-06-15 20:25:43 +0000 | [diff] [blame] | 572 | |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 573 | # sdl defines |
| 574 | |
| 575 | if test "$target_user_only" = "no"; then |
| 576 | if test "$target_softmmu" = "no" -o "$static" = "yes"; then |
bellard | dbb2c92 | 2004-10-24 22:17:47 +0000 | [diff] [blame] | 577 | sdl1=$sdl_static |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 578 | else |
bellard | dbb2c92 | 2004-10-24 22:17:47 +0000 | [diff] [blame] | 579 | sdl1=$sdl |
| 580 | fi |
| 581 | if test "$sdl1" = "yes" ; then |
| 582 | echo "#define CONFIG_SDL 1" >> $config_h |
| 583 | echo "CONFIG_SDL=yes" >> $config_mak |
| 584 | if test "$target_softmmu" = "no" -o "$static" = "yes"; then |
| 585 | echo "SDL_LIBS=$sdl_static_libs" >> $config_mak |
| 586 | else |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 587 | echo "SDL_LIBS=`$sdl_config --libs`" >> $config_mak |
| 588 | fi |
bellard | dbb2c92 | 2004-10-24 22:17:47 +0000 | [diff] [blame] | 589 | echo -n "SDL_CFLAGS=`$sdl_config --cflags`" >> $config_mak |
| 590 | if [ "${aa}" = "yes" ] ; then |
| 591 | echo -n " `aalib-config --cflags`" >> $config_mak ; |
| 592 | fi |
| 593 | echo "" >> $config_mak |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 594 | fi |
bellard | 7c1f25b | 2004-04-22 00:02:08 +0000 | [diff] [blame] | 595 | fi |
| 596 | |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 597 | done # for target in $targets |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 598 | |
| 599 | # build tree in object directory if source path is different from current one |
| 600 | if test "$source_path_used" = "yes" ; then |
| 601 | DIRS="tests" |
| 602 | FILES="Makefile tests/Makefile" |
| 603 | for dir in $DIRS ; do |
| 604 | mkdir -p $dir |
| 605 | done |
| 606 | for f in $FILES ; do |
| 607 | ln -sf $source_path/$f $f |
| 608 | done |
| 609 | fi |
bellard | 7d13299 | 2003-03-06 23:23:54 +0000 | [diff] [blame] | 610 | |
bellard | 97a847b | 2003-08-10 21:36:04 +0000 | [diff] [blame] | 611 | rm -f $TMPO $TMPC $TMPE $TMPS |