From f85e9a6870c7e96c2748ec0c40e04c00600189ae Mon Sep 17 00:00:00 2001 From: j_mayer Date: Thu, 18 Oct 2007 20:51:49 +0000 Subject: Use TARGET_ABI_DIR feature to unify PowerPC and PowerPC 64 definitions. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3410 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 492707a..ba73467 100755 --- a/configure +++ b/configure @@ -1048,6 +1048,7 @@ elif test "$target_cpu" = "ppcemb" ; then elif test "$target_cpu" = "ppc64" ; then echo "TARGET_ARCH=ppc64" >> $config_mak echo "#define TARGET_ARCH \"ppc64\"" >> $config_h + echo "TARGET_ABI_DIR=ppc" >> $config_mak echo "#define TARGET_PPC 1" >> $config_h echo "#define TARGET_PPC64 1" >> $config_h elif test "$target_cpu" = "ppc64abi32" ; then @@ -1060,6 +1061,7 @@ elif test "$target_cpu" = "ppc64abi32" ; then elif test "$target_cpu" = "ppc64h" ; then echo "TARGET_ARCH=ppc64h" >> $config_mak echo "#define TARGET_ARCH \"ppc64h\"" >> $config_h + echo "TARGET_ABI_DIR=ppc" >> $config_mak echo "#define TARGET_PPC 1" >> $config_h echo "#define TARGET_PPC64 1" >> $config_h echo "#define TARGET_PPC64H 1" >> $config_h -- cgit v1.1