don't use a *-tcc to compile *.S files for ARM*
A tcc for ARM* don't have an assembler. This is partial reverse of the commit build-libtcc1-by-tcc: use a new tcc to compile a libtcc1.c and alloca.S
This commit is contained in:
parent
87ec08ecc8
commit
896a0c881a
1 changed files with 2 additions and 0 deletions
|
@ -21,9 +21,11 @@ ifndef TARGET # native library
|
||||||
else
|
else
|
||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
TARGET = arm
|
TARGET = arm
|
||||||
|
XCC = $(CC)
|
||||||
else
|
else
|
||||||
ifeq ($(ARCH),arm64)
|
ifeq ($(ARCH),arm64)
|
||||||
TARGET = arm64
|
TARGET = arm64
|
||||||
|
XCC = $(CC)
|
||||||
else
|
else
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue