Skip to content

Commit

Permalink
Improve PowerPC64 Makefile support
Browse files Browse the repository at this point in the history
Remove Make.powerpc, and integrate support into the main Makefiles.
  • Loading branch information
antonblanchard committed May 19, 2016
1 parent c2d9502 commit 5be57c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 35 deletions.
10 changes: 10 additions & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,16 @@ else
ISX86:=0
endif

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

override LLVM_VER:=3.8.0
override OPENBLAS_DYNAMIC_ARCH:=0
override OPENBLAS_TARGET_ARCH:=POWER8

endif

# If we are running on ARM, set certain options automatically
ifneq (,$(findstring arm,$(ARCH)))
JCFLAGS += -fsigned-char
Expand Down
35 changes: 0 additions & 35 deletions Make.powerpc

This file was deleted.

0 comments on commit 5be57c7

Please sign in to comment.