1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Commented out -fpromote-loop-indices, it is a Sourcery G++ specific option.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@142 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
esden 2010-01-29 01:21:15 +00:00 committed by esden
parent 84b826bbf1
commit 7d8dbc5deb

View File

@ -273,7 +273,7 @@ CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS)) -I.
CFLAGS += -mapcs-frame
CFLAGS += -fomit-frame-pointer
CFLAGS += -fpromote-loop-indices
#CFLAGS += -fpromote-loop-indices # it is a Sourcery G++ Lite specific option
CFLAGS += -Wall
CFLAGS += -Wa,-adhlns=$(addprefix $(OUTDIR)/, $(notdir $(addsuffix .lst, $(basename $<))))