From f583bdc4e19e9b22b5384a0d3353219aa6c9919a Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Fri, 8 Feb 2013 12:05:04 +0100 Subject: [PATCH] [stm32] removed -mapcs-32 assembler option, as it doesn't exist anymore since gcc 4 --- conf/Makefile.stm32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/Makefile.stm32 b/conf/Makefile.stm32 index 59eb1032060..ef06858e071 100644 --- a/conf/Makefile.stm32 +++ b/conf/Makefile.stm32 @@ -121,7 +121,7 @@ CFLAGS += -DSTM32F1 CFLAGS += $($(TARGET).CFLAGS) -AFLAGS = -ahls -mapcs-32 +AFLAGS = -ahls AFLAGS += -mcpu=$(MCU) -mthumb AFLAGS += -x assembler-with-cpp -Wa,-adhlns=$(OBJDIR)/$(<:.S=.lst),--g$(DEBUG)