[ARM] 4471/1: Compile the uncompressing code with -fno-builtin

This is to avoid a compiler warning for overriding the built-in "putc"
function.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Catalin Marinas and committed by Russell King 48da78bc 6a4d0287

+1 -1
+1 -1
arch/arm/boot/compressed/Makefile
··· 73 74 targets := vmlinux vmlinux.lds piggy.gz piggy.o font.o font.c \ 75 head.o misc.o $(OBJS) 76 - EXTRA_CFLAGS := -fpic 77 EXTRA_AFLAGS := 78 79 # Supply ZRELADDR, INITRD_PHYS and PARAMS_PHYS to the decompressor via
··· 73 74 targets := vmlinux vmlinux.lds piggy.gz piggy.o font.o font.c \ 75 head.o misc.o $(OBJS) 76 + EXTRA_CFLAGS := -fpic -fno-builtin 77 EXTRA_AFLAGS := 78 79 # Supply ZRELADDR, INITRD_PHYS and PARAMS_PHYS to the decompressor via