Fix last commit
This commit is contained in:
parent
dd614590c9
commit
48145ea358
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ case "$target_cpu"-"$platform" in
|
||||||
*) AC_MSG_ERROR([platform "$platform" is not supported for target CPU "$target_cpu"]) ;;
|
*) AC_MSG_ERROR([platform "$platform" is not supported for target CPU "$target_cpu"]) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ x$platform != xemu ]; then
|
if test x$platform != xemu ; then
|
||||||
case "$target_cpu" in
|
case "$target_cpu" in
|
||||||
i386 | powerpc) target_m32=1 ;;
|
i386 | powerpc) target_m32=1 ;;
|
||||||
x86_64 | sparc64) target_m64=1 ;;
|
x86_64 | sparc64) target_m64=1 ;;
|
||||||
|
|
Loading…
Reference in a new issue