[lib][stdio] fix the build after -fbuiltin and io changes

This commit is contained in:
Travis Geiselbrecht
2015-12-15 15:07:53 -08:00
parent 6b480fd051
commit a7496980c0
6 changed files with 25 additions and 14 deletions

View File

@@ -18,6 +18,6 @@ MODULE_SRCS += \
MODULE_ARM_OVERRIDE_SRCS := \
MODULE_COMPILEFLAGS += -Wno-format
MODULE_COMPILEFLAGS += -Wno-format -fno-builtin
include make/module.mk