Skip to content

Commit

Permalink
Merge pull request #44081 from oscardssmith/fix-linux32-ci
Browse files Browse the repository at this point in the history
fix #43978 (missing parens)
  • Loading branch information
vchuravy authored Feb 8, 2022
2 parents 9c9bb86 + 0f6c9d3 commit 60f414e
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 @@ -875,7 +875,7 @@ DIST_ARCH:=ppc64le
endif
ifeq (1,$(ISX86))
# on x86 make sure not to use 80 bit math when we want 64 bit math.
ifeq (32,$BINARY))
ifeq (32,$(BINARY))
JCFLAGS += -mfpmath=sse
endif
DIST_ARCH:=$(BINARY)
Expand Down

0 comments on commit 60f414e

Please sign in to comment.