From 87c78f0c390e88a0bd43b88d227c350717d57e8c Mon Sep 17 00:00:00 2001 From: Ties Stuij Date: Wed, 4 Oct 2023 11:23:39 +0100 Subject: [PATCH] tiny README.md tweak --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ba9bf1..2e028cc 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ This is a C/C++ Game Boy Advance toolchain based on LLVM. Currently there are binary packages available for Linux (x86_64, AArch64) and -macOS silicon. See the +macOS (arm64). See the [https://github.com/stuij/gba-llvm-devkit/releases](release) page to grab the latest packages. The CMakefile.txt file in the source repo will build all the LLVM and GBA tools and components from scratch. See the [Building from -source](#-Building-from-source) section below for instructions. +source](#-building-from-source) section below for instructions. # Why @@ -335,4 +335,4 @@ Initial release. Packages for Linux and macOS. Tested by compiling a relatively involved rom. No immediately known issues exept for that memcpy seems to be really slow. Needs -an investigation. Workaround: use memcpy16/memcpy32. \ No newline at end of file +an investigation. Workaround: use memcpy16/memcpy32.