From d44dd24e5ce3c7aab0fc9ae1be3b3f7fa56787e6 Mon Sep 17 00:00:00 2001
From: John Hodge <tpg@mutabah.net>
Date: Sun, 15 Feb 2015 12:56:19 +0800
Subject: [PATCH] BuildConf/x86_64 - Set AS to fix compile errors (caused by
 recent updates)

---
 BuildConf/x86_64/Makefile.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BuildConf/x86_64/Makefile.cfg b/BuildConf/x86_64/Makefile.cfg
index ee10d852..20dcbb20 100644
--- a/BuildConf/x86_64/Makefile.cfg
+++ b/BuildConf/x86_64/Makefile.cfg
@@ -1,5 +1,6 @@
 
 TRIPLET = x86_64-pc-acess2
+AS = nasm
 
 KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -mno-sse
 DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone -mno-sse
-- 
GitLab