sim: Use cc as linker, which usually aliases to either GCC or Clang
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue