Skip to content

Commit

Permalink
Apply stuartcarnie's patch to add ARM support from github.com/gnachma…
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed Jul 4, 2020
1 parent a98fa84 commit b71d065
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Configurations/10-main.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,14 @@ my %targets = (
bn_ops => "SIXTY_FOUR_BIT_LONG",
perlasm_scheme => "macosx",
},
"darwin64-arm64-cc" => {
inherit_from => [ "darwin-common", asm("aarch64_asm") ],
CFLAGS => add("-Wall"),
cflags => add("-arch arm64"),
lib_cppflags => add("-DL_ENDIAN"),
bn_ops => "SIXTY_FOUR_BIT_LONG",
perlasm_scheme => "ios64",
},

##### GNU Hurd
"hurd-x86" => {
Expand Down

0 comments on commit b71d065

Please sign in to comment.