diff options
author | bellard | 2005-02-12 19:58:00 +0100 |
---|---|---|
committer | bellard | 2005-02-12 19:58:00 +0100 |
commit | 824d560f0973d8e4c1ce4e614ed070e7c994bf02 (patch) | |
tree | d0e253d7ea1e993579e2f2bb2ed9b23afe0b15e4 /configure | |
parent | update (diff) | |
download | qemu-824d560f0973d8e4c1ce4e614ed070e7c994bf02.tar.gz qemu-824d560f0973d8e4c1ce4e614ed070e7c994bf02.tar.xz qemu-824d560f0973d8e4c1ce4e614ed070e7c994bf02.zip |
fixed kqemu config
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1289 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -195,6 +195,7 @@ if test "$mingw32" = "yes" ; then EXESUF=".exe" gdbstub="no" oss="no" + kqemu="no" fi if test -z "$target_list" ; then @@ -609,6 +610,9 @@ if test "$target_cpu" = "i386" ; then echo "TARGET_ARCH=i386" >> $config_mak echo "#define TARGET_ARCH \"i386\"" >> $config_h echo "#define TARGET_I386 1" >> $config_h + if test $kqemu = "yes" -a "$target_softmmu" = "yes" ; then + echo "#define USE_KQEMU 1" >> $config_h + fi elif test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" ; then echo "TARGET_ARCH=arm" >> $config_mak echo "#define TARGET_ARCH \"arm\"" >> $config_h |