Skip to content

Commit

Permalink
change the host detection mechanism in configure.ac to support POWER8.
Browse files Browse the repository at this point in the history
  • Loading branch information
shintaro-iwasaki committed Jun 15, 2017
1 parent 31703b1 commit e990c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ AS_CASE([$host_cpu],
[p*pc32], [AS_CASE([$host_os],
[linux*], [fctx_arch_bin="ppc32_sysv_elf_gas"],
[darwin*], [fctx_arch_bin="ppc32_sysv_macho_gas"])],
[p*pc64], [AS_CASE([$host_os],
[p*pc64*], [AS_CASE([$host_os],
[linux*], [fctx_arch_bin="ppc64_sysv_elf_gas"],
[darwin*], [fctx_arch_bin="ppc64_sysv_macho_gas"])],
[aarch64],[AS_CASE([$host_os],
Expand Down

0 comments on commit e990c80

Please sign in to comment.