Export NO_EXPRECISION after overriding for DYNAMIC_ARCH with GENERIC target

This commit is contained in:
Martin Kroeker 2020-11-03 23:47:04 +01:00 committed by GitHub
parent 0155cd53a3
commit 8cc73fee98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ GETARCH_FLAGS += -DUSER_TARGET
ifeq ($(TARGET), GENERIC)
ifeq ($(DYNAMIC_ARCH), 1)
override NO_EXPRECISION=1
export NO_EXPRECiSION
endif
endif
endif