X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=configure;h=d86020e00423c7876db4a105d4a9039be27b9e37;hb=0c64b9cd4a6174f01549e5005334226fc3152017;hp=b16fb84eef8d559378e4f2a37cbc206d33cef715;hpb=f0403c037d61d8f7cc8b361e87c707fade4c78bf;p=qemu diff --git a/configure b/configure index b16fb84..d86020e 100755 --- a/configure +++ b/configure @@ -1073,6 +1073,7 @@ elif test "$target_cpu" = "sparc64" ; then elif test "$target_cpu" = "sparc32plus" ; then echo "TARGET_ARCH=sparc64" >> $config_mak echo "TARGET_ABI_DIR=sparc" >> $config_mak + echo "TARGET_ARCH2=sparc32plus" >> $config_mak echo "#define TARGET_ARCH \"sparc64\"" >> $config_h echo "#define TARGET_SPARC 1" >> $config_h echo "#define TARGET_SPARC64 1" >> $config_h @@ -1096,6 +1097,7 @@ elif test "$target_cpu" = "ppc64" ; then elif test "$target_cpu" = "ppc64abi32" ; then echo "TARGET_ARCH=ppc64" >> $config_mak echo "TARGET_ABI_DIR=ppc" >> $config_mak + echo "TARGET_ARCH2=ppc64abi32" >> $config_mak echo "#define TARGET_ARCH \"ppc64\"" >> $config_h echo "#define TARGET_PPC 1" >> $config_h echo "#define TARGET_PPC64 1" >> $config_h