summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 21:24:12 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 21:24:12 +0000
commita98fd896cdcab506e734de7555304da16e775277 (patch)
tree5284f1b562aef8c97bb4b53351c3e19f7176a029
parentd6cdca958e00c476998a37d50885085a072d90bd (diff)
downloadqemu-a98fd896cdcab506e734de7555304da16e775277.tar.gz
target cpu definition
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@118 c046a42c-6fe2-441c-8c8c-71466251a162
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index bc06630340..ea595533ec 100755
--- a/configure
+++ b/configure
@@ -26,6 +26,7 @@ host_cc="gcc"
ar="ar"
make="make"
strip="strip"
+target_cpu="x86"
cpu=`uname -m`
case "$cpu" in
i386|i486|i586|i686|i86pc|BePC)
@@ -178,8 +179,9 @@ echo "Install prefix $prefix"
echo "Source path $source_path"
echo "C compiler $cc"
echo "make $make"
-echo "CPU $cpu"
+echo "host CPU $cpu"
echo "Big Endian $bigendian"
+echo "target CPU $target_cpu"
echo "gprof enabled $gprof"
echo "Creating config.mak and config.h"