mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
sim: Use cc as linker, which usually aliases to either GCC or Clang
This commit is contained in:
committed by
Xiang Xiao
parent
032086870d
commit
ba1f730528
@@ -83,7 +83,7 @@ endif
|
||||
CC = $(CROSSDEV)cc
|
||||
CXX = $(CROSSDEV)c++
|
||||
CPP = $(CROSSDEV)cc -E -P -x c
|
||||
LD = $(CROSSDEV)gcc
|
||||
LD = $(CROSSDEV)cc
|
||||
ifeq ($(CONFIG_HOST_MACOS),y)
|
||||
STRIP = $(CROSSDEV)strip
|
||||
AR = $(TOPDIR)/tools/macar-rcs.sh
|
||||
|
||||
Reference in New Issue
Block a user