boards/sparc: Remove HOSTCC related flags from Make.defs

since these variables are defined in Config.mk now

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-02-28 23:30:58 +08:00 committed by Petro Karashchenko
parent f677a0d316
commit 7b366114c9
2 changed files with 0 additions and 14 deletions

View File

@ -86,11 +86,3 @@ endif
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
LDFLAGS += -g
endif
# Host tools
HOSTCC = gcc
HOSTINCLUDES = -I.
HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe
HOSTLDFLAGS =

View File

@ -64,9 +64,3 @@ ASMEXT = .S
OBJEXT = .o
LIBEXT = .a
EXEEXT = .elf
HOSTCC = gcc
HOSTINCLUDES = -I.
HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe
HOSTLDFLAGS =