Merge pull request #7107 from belegdol/ppc64-build-fix

Pass FORCE_C_DRC_BACKEND=1 on ppc architectures
This commit is contained in:
ajrhacker 2020-08-20 13:16:19 -04:00 committed by GitHub
commit d9e0e0dc47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,6 +392,13 @@ ifndef NOASM
endif
endif
# ppc has inline assembly support but no DRC
ifeq ($(findstring ppc,$(UNAME)),ppc)
ifndef FORCE_DRC_C_BACKEND
FORCE_DRC_C_BACKEND := 1
endif
endif
# Autodetect BIGENDIAN
# MacOSX
ifndef BIGENDIAN