[AVR] Add -mrelax compiler option

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8109 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Fabio Utzig 2015-07-26 14:16:48 +00:00
parent 0e66de1991
commit c92dbedf21
2 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,7 @@ CFLAGS += -Wstrict-prototypes
CFLAGS += -Wa,-adhlns=$(<:%.c=$(OBJDIR)/%.lst)
CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))
CFLAGS += $(CSTANDARD)
CFLAGS += -mrelax
#---------------- Compiler Options C++ ----------------
# -g*: generate debugging information

View File

@ -151,6 +151,7 @@ CFLAGS += -Wstrict-prototypes
CFLAGS += -Wa,-adhlns=$(<:%.c=$(OBJDIR)/%.lst)
CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))
CFLAGS += $(CSTANDARD)
CFLAGS += -mrelax
#---------------- Compiler Options C++ ----------------
# -g*: generate debugging information