We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85ce54 commit 3c9e3faCopy full SHA for 3c9e3fa
Makefile.system
@@ -11,7 +11,11 @@ endif
11
12
# Catch conflicting usage of ARCH in some BSD environments
13
ifeq ($(ARCH), amd64)
14
-override ARCH=x86_64
+override ARCH=x86_64
15
+else ifeq ($(ARCH), powerpc64)
16
+override ARCH=power
17
+endif
18
+
19
endif
20
21
NETLIB_LAPACK_DIR = $(TOPDIR)/lapack-netlib
@@ -1060,11 +1064,7 @@ endif
1060
1064
1061
1065
KERNELDIR = $(TOPDIR)/kernel/$(ARCH)
1062
1066
1063
-ifneq ($(ARCH), powerpc64)
1067
include $(TOPDIR)/Makefile.$(ARCH)
-else
-include $(TOPDIR)/Makefile.power
-endif
1068
1069
CCOMMON_OPT += -DASMNAME=$(FU)$(*F) -DASMFNAME=$(FU)$(*F)$(BU) -DNAME=$(*F)$(BU) -DCNAME=$(*F) -DCHAR_NAME=\"$(*F)$(BU)\" -DCHAR_CNAME=\"$(*F)\"
1070
0 commit comments