aboutsummaryrefslogtreecommitdiff
path: root/examples/lm4f/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lm4f/Makefile.include')
-rw-r--r--examples/lm4f/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lm4f/Makefile.include b/examples/lm4f/Makefile.include
index 4d2675c..60987e8 100644
--- a/examples/lm4f/Makefile.include
+++ b/examples/lm4f/Makefile.include
@@ -36,7 +36,7 @@ $(info We seem to be building the example in the source directory. Using local l
endif
endif
-ARCH_FLAGS = -mthumb -mcpu=cortex-m4
+ARCH_FLAGS = -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16
CFLAGS += -O0 -g3 -Wall -Wextra -I$(TOOLCHAIN_DIR)/include \
-fno-common $(ARCH_FLAGS) -MD -DLM4F
LDSCRIPT ?= $(BINARY).ld