mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +08:00
lib/Makefile: Partial revert of 896a0c881a.
lib/lib-arm64.c must be compiled by tcc.
This commit is contained in:
parent
4ba7e5dc5a
commit
68605ab4d4
@ -25,7 +25,6 @@ ifndef TARGET # native library
|
||||
else
|
||||
ifeq ($(ARCH),arm64)
|
||||
TARGET = arm64
|
||||
XCC = $(CC)
|
||||
else
|
||||
endif
|
||||
endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user