enable -pipe

This commit is contained in:
SecureCRT 2012-09-21 01:06:00 +08:00
parent b989638f53
commit b9ead040d2

View File

@ -17,7 +17,7 @@ endif
OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
GZFLAGS :=-9
#KBUILD_CFLAGS +=-pipe
KBUILD_CFLAGS +=-pipe
# Explicitly specifiy 32-bit ARM ISA since toolchain default can be -mthumb:
KBUILD_CFLAGS +=$(call cc-option,-marm,)