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:
parent
bb7700928a
commit
29f5385263
3 changed files with 15 additions and 8 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue