Make 32bit POWER8 use POWER6 kernels for now

This commit is contained in:
Martin Kroeker
2020-07-12 18:59:01 +02:00
committed by GitHub
parent ae3a90f78f
commit 5865c7d4d6

View File

@@ -109,6 +109,9 @@ endif
ifeq ($(TARGET), ARMV8)
GETARCH_FLAGS := -DFORCE_ARMV7
endif
ifeq ($(TARGET), POWER8)
GETARCH_FLAGS := -DFORCE_POWER6
endif
endif