Skip to content

Commit

Permalink
Tweak powerpc arch for correct detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Jul 3, 2016
1 parent 086cd58 commit 0d82e10
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 @@ -637,7 +637,7 @@ ISX86:=0
endif

# If we are running on powerpc64 or ppc64, set certain options automatically
ifneq (,$(filter $(ARCH), powerpc64 ppc64))
ifneq (,$(filter $(ARCH), powerpc64 ppc64le))
JCFLAGS += -fsigned-char

override LLVM_VER:=3.8.0
Expand Down

0 comments on commit 0d82e10

Please sign in to comment.