Revert "sim: Use cc as linker, which usually aliases to either GCC or Clang"

This reverts commit ba1f730528.
This commit is contained in:
YAMAMOTO Takashi 2021-06-17 08:13:58 +09:00 committed by Xiang Xiao
parent 5f63fa391f
commit e4f8cd06ad
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ endif
CC = $(CROSSDEV)cc
CXX = $(CROSSDEV)c++
CPP = $(CROSSDEV)cc -E -P -x c
LD = $(CROSSDEV)cc
LD = $(CROSSDEV)gcc
ifeq ($(CONFIG_HOST_MACOS),y)
STRIP = $(CROSSDEV)strip
AR = $(TOPDIR)/tools/macar-rcs.sh