Skip to content

Commit 3dc0ba5

Browse files
authored
Merge pull request #5812 from pkubaj/patch-4
Makefile.system: -lm is necessary on power as well
2 parents a47b45d + 9cb7d39 commit 3dc0ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ EXTRALIB += -lm
477477
endif
478478

479479
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD DragonFly))
480-
ifeq ($(ARCH), $(filter $(ARCH),arm arm64))
480+
ifeq ($(ARCH), $(filter $(ARCH),arm arm64 power))
481481
EXTRALIB += -lm
482482
endif
483483
endif

0 commit comments

Comments
 (0)