Browse Source

Export NO_EXPRECISION after overriding for DYNAMIC_ARCH with GENERIC target

tags/v0.3.13^2
Martin Kroeker GitHub 5 years ago
parent
commit
8cc73fee98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.system

+ 1
- 0
Makefile.system 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


Loading…
Cancel
Save