Skip to content

Commit eabc8bf

Browse files
authored
configure: check for powerpc64le (#252)
powerpc64le name is used on FreeBSD.
1 parent 147d707 commit eabc8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ case $PLATFORM in
513513
PLATFORM=loongarch64
514514
ENVIRONMENT=64
515515
;;
516-
"ppc64"|"ppc64le"|"powerpc64")
516+
"ppc64"|"ppc64le"|"powerpc64"|"powerpc64le")
517517
RTM_ENABLE="CK_MD_RTM_DISABLE"
518518
LSE_ENABLE="CK_MD_LSE_DISABLE"
519519
MM="${MM:-"CK_MD_RMO"}"

0 commit comments

Comments
 (0)