aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-07-22 21:32:34 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-07-22 21:32:34 +0900
commit7bf5edc4f2f225cf5d7030ff824fd3944735bbf9 (patch)
tree5cad65cd24944f70df99a581f1c267dae618d5d6 /configure.ac
parent7423582705d6c9d71e1caf8a1f892e8995bcd63e (diff)
downloadportable-7bf5edc4f2f225cf5d7030ff824fd3944735bbf9.tar.gz
portable-7bf5edc4f2f225cf5d7030ff824fd3944735bbf9.tar.bz2
portable-7bf5edc4f2f225cf5d7030ff824fd3944735bbf9.zip
Add architecture define for s390/s390x and remove redundant sparc check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index acfe307..75b88fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,6 @@ AC_ARG_ENABLE([tests],
76AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = xyes]) 76AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = xyes])
77 77
78AS_CASE([$host_cpu], 78AS_CASE([$host_cpu],
79 [*sparc*], [CPPFLAGS="$CPPFLAGS -D__STRICT_ALIGNMENT"],
80 [*arm*], [host_cpu=arm], 79 [*arm*], [host_cpu=arm],
81 [*amd64*], [host_cpu=x86_64 HOSTARCH=intel], 80 [*amd64*], [host_cpu=x86_64 HOSTARCH=intel],
82 [i?86], [HOSTARCH=intel], 81 [i?86], [HOSTARCH=intel],