Skip to content

Commit

Permalink
Define other archs #17 #16
Browse files Browse the repository at this point in the history
  • Loading branch information
claucece committed Mar 16, 2020
1 parent fa5fdf7 commit c2607fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ AC_CANONICAL_HOST
# availables: arch_32, arch_arm_32, arch_neon, arch_ref64, arch_x86_64
AS_CASE([$host_cpu],
[ia64|mips64|mips64eb|mipseb64|mips64el|mipsel64|mips64*|powerpc64*|sparc64|x86_64], [ARCH_DIR=arch_x86_64],
[arch64], [ARCH_DIR=arch_ref64],
[arm], [ARCH_DIR=arch_arm_32],
[arch64|aarch64|powerpc*], [ARCH_DIR=arch_ref64],
[arm*], [ARCH_DIR=arch_arm_32],
[ARCH_DIR=arch_32]
)
AC_SUBST([ARCH_DIR])
Expand Down

0 comments on commit c2607fc

Please sign in to comment.