Skip to content

Commit

Permalink
configure: Allow libffi for aarch64 Darwin.
Browse files Browse the repository at this point in the history
This is needed by rust.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>

ChangeLog:

	* configure: Regenerate.
	* configure.ac: Permit libffi for aarch64 Darwin.
  • Loading branch information
iains committed Jun 25, 2023
1 parent 7c51b9f commit 8f6b382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3456,6 +3456,8 @@ esac

# Disable libffi for some systems.
case "${target}" in
aarch64*-*-darwin2*)
;;
powerpc-*-darwin*)
;;
i[3456789]86-*-darwin*)
Expand Down
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,8 @@ esac

# Disable libffi for some systems.
case "${target}" in
aarch64*-*-darwin2*)
;;
powerpc-*-darwin*)
;;
i[[3456789]]86-*-darwin*)
Expand Down

0 comments on commit 8f6b382

Please sign in to comment.