Skip to content

Commit

Permalink
[stm32] removed -mapcs-32 assembler option, as it doesn't exist anymo…
Browse files Browse the repository at this point in the history
…re since gcc 4
  • Loading branch information
flixr committed Feb 8, 2013
1 parent 6fddc8c commit f583bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/Makefile.stm32
Expand Up @@ -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)

Expand Down

0 comments on commit f583bdc

Please sign in to comment.