Export NO_EXPRECISION after overriding for DYNAMIC_ARCH with GENERIC target
This commit is contained in:
parent
0155cd53a3
commit
8cc73fee98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue