mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
build: Remove the empty variable assignment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -62,7 +62,6 @@ endif
|
||||
ARCHCPUFLAGS = -march=i486 -mtune=i486 -fno-builtin -fno-stack-protector
|
||||
ARCHPICFLAGS = -fpic
|
||||
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef
|
||||
ARCHDEFINES =
|
||||
|
||||
# Check if building a 32-bit target with a 64-bit toolchain
|
||||
|
||||
@@ -76,8 +75,6 @@ endif
|
||||
|
||||
ifeq ($(HOSTOS),Cygwin)
|
||||
CROSSDEV = i486-nuttx-elf-
|
||||
else
|
||||
CROSSDEV =
|
||||
endif
|
||||
|
||||
CC = $(CROSSDEV)gcc
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
ASRCS =
|
||||
CSRCS = qemu_boot.c
|
||||
|
||||
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
||||
|
||||
Reference in New Issue
Block a user