boards/cxd56xx: Remove HOSTCC and HOSTCFLAGS from Make.defs

since all host toolchain definition is moved to the common place(tools/Config.mk)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-11-02 00:27:37 +08:00 committed by Alin Jerpelea
parent 21f9093966
commit cc869d891c
1 changed files with 0 additions and 4 deletions

View File

@ -121,7 +121,3 @@ endif
ifneq ($(CONFIG_ASMP_MEMSIZE),)
LDFLAGS += --defsym=__reserved_ramsize=$(CONFIG_ASMP_MEMSIZE)
endif
HOSTCC = gcc
HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe