From 68605ab4d41fedf6f13e58a81ef75913e8544387 Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Tue, 10 Mar 2015 14:08:42 +0000 Subject: [PATCH] lib/Makefile: Partial revert of 896a0c881ac3. lib/lib-arm64.c must be compiled by tcc. --- lib/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 5d04500a..505ec233 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