Lines Matching +full:- +full:wno +full:- +full:implicit +full:- +full:function +full:- +full:declaration
15 [ -z "$CROSS_COMPILE" ] && CROSS_COMPILE="$CROSS"
19 [ -z "$CFLAGS" ] && CFLAGS="-Wall -Wundef -Wno-char-subscripts -Werror=implicit-function-declaratio…
20 # Required for our expected ABI. we're 8-bit clean thus "char" must be unsigned.
21 CFLAGS="$CFLAGS -funsigned-char"
22 [ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -fno-asynchronous-unwind-ta…
27 [ -z "$LDOPTIMIZE" ] && LDOPTIMIZE="-Wl,--gc-sections"
28 LDASNEEDED="-Wl,--as-needed"
34 [ -z "$CC" ] && CC=cc
35 [ -z "$STRIP" ] && STRIP=strip
38 # ala HOSTCC="blah-cc --static"
39 [ -z "$HOSTCC" ] && HOSTCC=cc