[arch][arm] Add support for float/nofloat compile options
Was already added to arm64, but arch/arm hadn't picked up this feature yet. Uncovered a few places here or there that wasn't marking code as float/no-float, but this fixes a problem where newer compilers are starting to sneak in vector code because they can. Issue #406
This commit is contained in:
@@ -91,7 +91,7 @@ endif
|
||||
#$(info MODULE_BUILDDIR $(MODULE_BUILDDIR))
|
||||
#$(info MODULE_DEPS $(MODULE_DEPS))
|
||||
#$(info MODULE_SRCS $(MODULE_SRCS))
|
||||
#$(info MODULE_FLOAT_SRCS $(MODULE_SRCS))
|
||||
#$(info MODULE_FLOAT_SRCS $(MODULE_FLOAT_SRCS))
|
||||
#$(info MODULE_OPTIONS $(MODULE_OPTIONS))
|
||||
|
||||
MODULE_DEFINES += MODULE_NAME=\"$(subst $(SPACE),_,$(MODULE))\"
|
||||
|
||||
Reference in New Issue
Block a user