projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed96ca3
)
suppressed invalid test
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 2 Mar 2006 21:52:18 +0000
(21:52 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 2 Mar 2006 21:52:18 +0000
(21:52 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1767
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index a320c71b2c69ad307a9a079c20f36ab48ce582fc..58759337a56af15d73e0e1aef504dc5316f76958 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-692,9
+692,6
@@
elif test "$target_cpu" = "x86_64" ; then
echo "#define TARGET_X86_64 1" >> $config_h
if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64" ; then
echo "#define USE_KQEMU 1" >> $config_h
- if test $kqemu_profile = "yes" ; then
- echo "#define CONFIG_KQEMU_PROFILE 1" >> $config_h
- fi
fi
elif test "$target_cpu" = "mips" -o "$target_cpu" = "mipsel" ; then
echo "TARGET_ARCH=mips" >> $config_mak