mirror of
https://github.com/apache/nuttx.git
synced 2025-12-19 10:54:48 +08:00
boards: Move HOSTCC/HOSTCFLAGS to tools/Config.mk
Make.defs under board folder can still overwrite the default as needed Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I1c300a8ace4b54d475ef8d398661ed65ca273a2e
This commit is contained in:
committed by
Abdelatif Guettouche
parent
11a8c3e035
commit
ee875b2a26
@@ -90,6 +90,3 @@ endif
|
||||
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
|
||||
LDFLAGS += -g
|
||||
endif
|
||||
|
||||
HOSTCC = gcc
|
||||
HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe
|
||||
|
||||
Reference in New Issue
Block a user