aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEdmund Grimley Evans <Edmund.Grimley-Evans@arm.com>2015-03-10 14:08:42 +0000
committerEdmund Grimley Evans <Edmund.Grimley-Evans@arm.com>2015-03-10 14:08:42 +0000
commit68605ab4d41fedf6f13e58a81ef75913e8544387 (patch)
tree1d1995ddfbdec0a7f1385b62b1042659d83b5a10 /lib
parent4ba7e5dc5a7dcc91b8c02132c2304be0b6a8e5b4 (diff)
downloadtinycc-68605ab4d41fedf6f13e58a81ef75913e8544387.tar.gz
tinycc-68605ab4d41fedf6f13e58a81ef75913e8544387.tar.bz2
lib/Makefile: Partial revert of 896a0c881ac3.
lib/lib-arm64.c must be compiled by tcc.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 5d04500..505ec23 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -25,7 +25,6 @@ ifndef TARGET # native library
else
ifeq ($(ARCH),arm64)
TARGET = arm64
- XCC = $(CC)
else
endif
endif