Revision f85e9a68 configure
b/configure | ||
---|---|---|
1048 | 1048 |
elif test "$target_cpu" = "ppc64" ; then |
1049 | 1049 |
echo "TARGET_ARCH=ppc64" >> $config_mak |
1050 | 1050 |
echo "#define TARGET_ARCH \"ppc64\"" >> $config_h |
1051 |
echo "TARGET_ABI_DIR=ppc" >> $config_mak |
|
1051 | 1052 |
echo "#define TARGET_PPC 1" >> $config_h |
1052 | 1053 |
echo "#define TARGET_PPC64 1" >> $config_h |
1053 | 1054 |
elif test "$target_cpu" = "ppc64abi32" ; then |
... | ... | |
1060 | 1061 |
elif test "$target_cpu" = "ppc64h" ; then |
1061 | 1062 |
echo "TARGET_ARCH=ppc64h" >> $config_mak |
1062 | 1063 |
echo "#define TARGET_ARCH \"ppc64h\"" >> $config_h |
1064 |
echo "TARGET_ABI_DIR=ppc" >> $config_mak |
|
1063 | 1065 |
echo "#define TARGET_PPC 1" >> $config_h |
1064 | 1066 |
echo "#define TARGET_PPC64 1" >> $config_h |
1065 | 1067 |
echo "#define TARGET_PPC64H 1" >> $config_h |
Also available in: Unified diff