diff options
author | balrog | 2007-10-31 02:03:28 +0100 |
---|---|---|
committer | balrog | 2007-10-31 02:03:28 +0100 |
commit | fe8f78e4fb11f624764c75dd7e1337a20ad1f92e (patch) | |
tree | 23760c7a0300273de15f1466edf22708da5b32ed /configure | |
parent | Invalidate TLBs when domains are changed (Matthew Warton). (diff) | |
download | qemu-fe8f78e4fb11f624764c75dd7e1337a20ad1f92e.tar.gz qemu-fe8f78e4fb11f624764c75dd7e1337a20ad1f92e.tar.xz qemu-fe8f78e4fb11f624764c75dd7e1337a20ad1f92e.zip |
Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon).
Add --disable-sdl to configure's help (Carlo Marcelo Arenas Belon).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3495 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,7 @@ static="no" cross_prefix="" cc="gcc" gcc3_search="yes" -gcc3_list="gcc-3.4 gcc34 gcc-3.3.6 gcc-3.3 gcc33 gcc-3.2 gcc32" +gcc3_list="gcc-3.4.6 gcc-3.4 gcc34 gcc-3.3.6 gcc-3.3 gcc33 gcc-3.2 gcc32" host_cc="gcc" ar="ar" make="make" @@ -377,6 +377,7 @@ echo " --host-cc=CC use C compiler CC [$host_cc] for dyngen etc." echo " --make=MAKE use specified make [$make]" echo " --install=INSTALL use specified install [$install]" echo " --static enable static build [$static]" +echo " --disable-sdl disable SDL" echo " --enable-cocoa enable COCOA (Mac OS X only)" echo " --enable-mingw32 enable Win32 cross compilation with mingw32" echo " --enable-adlib enable Adlib emulation" |