Revision e85e7c6e configure

b/configure
504 504
    fi
505 505
# the following are Linux specific
506 506
    if [ "$linux_user" = "yes" ] ; then
507
        target_list="i386-linux-user arm-linux-user armeb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user mips-linux-user mipsel-linux-user m68k-linux-user alpha-linux-user sh4-linux-user ppc-linux-user ppc64-linux-user x86_64-linux-user cris-linux-user $target_list"
507
        target_list="i386-linux-user arm-linux-user armeb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user mips-linux-user mipsel-linux-user m68k-linux-user alpha-linux-user sh4-linux-user ppc-linux-user ppcemb-linux-user ppc64-linux-user ppc64abi32-linux-user x86_64-linux-user cris-linux-user $target_list"
508 508
    fi
509 509
# the following are Darwin specific
510 510
    if [ "$darwin_user" = "yes" ] ; then
......
937 937
[ "$target_cpu" = "ppc" ] && target_bigendian=yes
938 938
[ "$target_cpu" = "ppcemb" ] && target_bigendian=yes
939 939
[ "$target_cpu" = "ppc64" ] && target_bigendian=yes
940
[ "$target_cpu" = "ppc64abi32" ] && target_bigendian=yes
940 941
[ "$target_cpu" = "ppc64h" ] && target_bigendian=yes
941 942
[ "$target_cpu" = "mips" ] && target_bigendian=yes
942 943
[ "$target_cpu" = "mipsn32" ] && target_bigendian=yes
......
1040 1041
  echo "#define TARGET_PPC 1" >> $config_h
1041 1042
elif test "$target_cpu" = "ppcemb" ; then
1042 1043
  echo "TARGET_ARCH=ppcemb" >> $config_mak
1044
  echo "TARGET_ABI_DIR=ppc" >> $config_mak
1043 1045
  echo "#define TARGET_ARCH \"ppcemb\"" >> $config_h
1044 1046
  echo "#define TARGET_PPC 1" >> $config_h
1045 1047
  echo "#define TARGET_PPCEMB 1" >> $config_h
......
1048 1050
  echo "#define TARGET_ARCH \"ppc64\"" >> $config_h
1049 1051
  echo "#define TARGET_PPC 1" >> $config_h
1050 1052
  echo "#define TARGET_PPC64 1" >> $config_h
1053
elif test "$target_cpu" = "ppc64abi32" ; then
1054
  echo "TARGET_ARCH=ppc64" >> $config_mak
1055
  echo "#define TARGET_ARCH \"ppc64\"" >> $config_h
1056
  echo "TARGET_ABI_DIR=ppc" >> $config_mak
1057
  echo "#define TARGET_PPC 1" >> $config_h
1058
  echo "#define TARGET_PPC64 1" >> $config_h
1059
  echo "#define TARGET_ABI32 1" >> $config_h
1051 1060
elif test "$target_cpu" = "ppc64h" ; then
1052 1061
  echo "TARGET_ARCH=ppc64h" >> $config_mak
1053 1062
  echo "#define TARGET_ARCH \"ppc64h\"" >> $config_h

Also available in: Unified diff