1
0
Fork 0
forked from len0rd/rockbox

Fix up some more red

find_first_set_bit() becomes a small inline on ARMv5+ and checkwps now gets
made with -std=gnu99 (it eats all the GCCOPTS) like the rest of things.

Change-Id: Ie6039b17fec057a3dcb0f453d8fd5efac984df89
This commit is contained in:
Michael Sevakis 2014-08-05 21:19:07 -04:00
parent bb7700928a
commit 29f5385263
3 changed files with 15 additions and 8 deletions

View file

@ -7,7 +7,7 @@
# $Id$
#
GCCOPTS=-g -D__PCTOOL__ -DCHECKWPS $(TARGET)
GCCOPTS=-std=gnu99 -g -D__PCTOOL__ -DCHECKWPS $(TARGET)
CHECKWPS_SRC = $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)
CHECKWPS_OBJ = $(call c2obj,$(CHECKWPS_SRC))