提交 a98fd896 编写于 作者: B bellard

target cpu definition


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@118 c046a42c-6fe2-441c-8c8c-71466251a162
上级 d6cdca95
...@@ -26,6 +26,7 @@ host_cc="gcc" ...@@ -26,6 +26,7 @@ host_cc="gcc"
ar="ar" ar="ar"
make="make" make="make"
strip="strip" strip="strip"
target_cpu="x86"
cpu=`uname -m` cpu=`uname -m`
case "$cpu" in case "$cpu" in
i386|i486|i586|i686|i86pc|BePC) i386|i486|i586|i686|i86pc|BePC)
...@@ -178,8 +179,9 @@ echo "Install prefix $prefix" ...@@ -178,8 +179,9 @@ echo "Install prefix $prefix"
echo "Source path $source_path" echo "Source path $source_path"
echo "C compiler $cc" echo "C compiler $cc"
echo "make $make" echo "make $make"
echo "CPU $cpu" echo "host CPU $cpu"
echo "Big Endian $bigendian" echo "Big Endian $bigendian"
echo "target CPU $target_cpu"
echo "gprof enabled $gprof" echo "gprof enabled $gprof"
echo "Creating config.mak and config.h" echo "Creating config.mak and config.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册