Skip to content

Commit

Permalink
Try reverting part of 305 that was incorrect
Browse files Browse the repository at this point in the history
See if this fixes RISC-V
  • Loading branch information
ararslan authored Jan 7, 2025
1 parent 289a2e7 commit 8f0fd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ifneq ($(filter $(ARCH),i387 amd64),)
# linux x86_64, for instance, `long double` is 80 bits wide, whereas on macOS aarch64,
# `long double` is the same as `double`.
LONG_DOUBLE_NOT_DOUBLE := 1
else ifneq ($(filter $(ARCH),aarch64 riscv64),)
else ifeq ($(ARCH), aarch64)
ifeq ($(filter $(OS),Darwin WINNT),)
LONG_DOUBLE_NOT_DOUBLE := 1
endif
Expand Down

0 comments on commit 8f0fd2c

Please sign in to comment.