Skip to content

Commit 5865c7d

Browse files
authored
Make 32bit POWER8 use POWER6 kernels for now
1 parent ae3a90f commit 5865c7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.system

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ endif
109109
ifeq ($(TARGET), ARMV8)
110110
GETARCH_FLAGS := -DFORCE_ARMV7
111111
endif
112+
ifeq ($(TARGET), POWER8)
113+
GETARCH_FLAGS := -DFORCE_POWER6
114+
endif
112115
endif
113116

114117

0 commit comments

Comments
 (0)