Test MOD builds without single precission
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f634c1475d
commit
ac9209782e
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -119,7 +119,8 @@ endif
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# MOD builds
|
# MOD builds
|
||||||
|
|
||||||
EXTRA_MOD_FLAGS = -I../include/single-precision -fsingle-precision-constant
|
EXTRA_MOD_FLAGS =
|
||||||
|
# -I../include/single-precision -fsingle-precision-constant
|
||||||
|
|
||||||
ifeq ($(MODDUO),true)
|
ifeq ($(MODDUO),true)
|
||||||
EXTRA_MOD_FLAGS += -mno-unaligned-access
|
EXTRA_MOD_FLAGS += -mno-unaligned-access
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue