diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-06-06 23:44:39 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-06-06 23:44:39 +0200 |
commit | 08585ef75113d19f22160094f8b16a160d1d2b9d (patch) | |
tree | da506168d8b377f50804f17a6b69e1b622c5b744 /tools/gmake_scripts | |
parent | 6e2e59a92dea732221d6e21c4eb0d78985170746 (diff) | |
download | uGFX-08585ef75113d19f22160094f8b16a160d1d2b9d.tar.gz uGFX-08585ef75113d19f22160094f8b16a160d1d2b9d.tar.bz2 uGFX-08585ef75113d19f22160094f8b16a160d1d2b9d.zip |
Fixing stm32f1 makefile
Diffstat (limited to 'tools/gmake_scripts')
-rw-r--r-- | tools/gmake_scripts/cpu_stm32m1.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gmake_scripts/cpu_stm32m1.mk b/tools/gmake_scripts/cpu_stm32m1.mk index 9c8246e6..87030aee 100644 --- a/tools/gmake_scripts/cpu_stm32m1.mk +++ b/tools/gmake_scripts/cpu_stm32m1.mk @@ -14,7 +14,7 @@ # NONE # -SRCFLAGS += -mcpu=cortex-m1 -falign-functions=16 -LDFLAGS += -mcpu=cortex-m1 +SRCFLAGS += -mcpu=cortex-m3 -falign-functions=16 +LDFLAGS += -mcpu=cortex-m3 DEFS += CORTEX_USE_FPU=FALSE |