Revisión | e62e59ac57dcd2b5c949b847c263434544b341e0 (tree) |
---|---|
Tiempo | 2019-06-02 23:43:36 |
Autor | Yoshinori Sato <ysato@user...> |
Commiter | Yoshinori Sato |
set big-endian
@@ -7379,7 +7379,7 @@ target_name=$(echo $target | cut -d '-' -f 1) | ||
7379 | 7379 | target_bigendian="no" |
7380 | 7380 | |
7381 | 7381 | case "$target_name" in |
7382 | - armeb|aarch64_be|hppa|lm32|m68k|microblaze|mips|mipsn32|mips64|moxie|or1k|ppc|ppc64|ppc64abi32|s390x|sh4eb|sparc|sparc64|sparc32plus|xtensaeb) | |
7382 | + armeb|aarch64_be|h8300|hppa|lm32|m68k|microblaze|mips|mipsn32|mips64|moxie|or1k|ppc|ppc64|ppc64abi32|s390x|sh4eb|sparc|sparc64|sparc32plus|xtensaeb) | |
7383 | 7383 | target_bigendian=yes |
7384 | 7384 | ;; |
7385 | 7385 | esac |
@@ -7458,6 +7458,11 @@ case "$target_name" in | ||
7458 | 7458 | cris) |
7459 | 7459 | target_compiler=$cross_cc_cris |
7460 | 7460 | ;; |
7461 | + h8300) | |
7462 | + TARGET_ARCH=h8300 | |
7463 | + bflt="yes" | |
7464 | + target_compiler=$cross_cc_h8300 | |
7465 | + ;; | |
7461 | 7466 | hppa) |
7462 | 7467 | mttcg="yes" |
7463 | 7468 | target_compiler=$cross_cc_hppa |
@@ -7738,6 +7743,9 @@ for i in $ARCH $TARGET_BASE_ARCH ; do | ||
7738 | 7743 | cris) |
7739 | 7744 | disas_config "CRIS" |
7740 | 7745 | ;; |
7746 | + h8300) | |
7747 | + disas_config "H8300" | |
7748 | + ;; | |
7741 | 7749 | hppa) |
7742 | 7750 | disas_config "HPPA" |
7743 | 7751 | ;; |