From 875bc0b1c21aac75e55947ff421f2a8cc9f36c29 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Tue, 7 May 2019 13:52:25 -0500 Subject: Switch: fix build, add build instructions, avoid using delete() --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index d5883e9695..f241dbb6d0 100755 --- a/configure +++ b/configure @@ -1688,7 +1688,7 @@ samsungtv) ;; switch) _host_os=switch - _host_cpu=arm + _host_cpu=aarch64 _host_alias=aarch64-none-elf test "x$prefix" = xNONE && prefix=. datarootdir='${prefix}/data' -- cgit v1.2.3