Skip to content

Commit

Permalink
Merge pull request #20 from shintaro-iwasaki/support_fcontext_on_power8
Browse files Browse the repository at this point in the history
Change the host detection mechanism in configure.ac to support POWER8.
  • Loading branch information
halimamer committed Aug 23, 2017
2 parents 31703b1 + e990c80 commit 8394f8a
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 8394f8a

Please sign in to comment.