mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 05:14:27 +08:00
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:
committed by
Alin Jerpelea
parent
21f9093966
commit
cc869d891c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user