mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
build: Makefile should reference CONFIG_HOST_xxx
instead to detect the host through uname Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Brennan Ashton
parent
1fab9ad6da
commit
9097244cb8
@@ -40,7 +40,7 @@ else
|
||||
endif
|
||||
|
||||
ifeq ($(OLDGCC),n)
|
||||
ifneq ($(HOSTOS),Cygwin)
|
||||
ifneq ($(CONFIG_WINDOWS_CYGWIN),y)
|
||||
OBJCOPYARGS = -R .note -R .note.gnu.build-id -R .comment
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user