From e83ebed45183b40e847e2af13bd6b32c0603ffc4 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Fri, 22 Dec 2017 14:47:52 -0500 Subject: [PATCH] Add build instructions for ia16-elf-gcc. --- docs/build.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/build.txt b/docs/build.txt index 2b1dca3..ffb2eab 100644 --- a/docs/build.txt +++ b/docs/build.txt @@ -33,6 +33,13 @@ make clean - to clobber (delete everything that was generated): make clobber +You can now also cross compile with T.K. Chia's fork of ia16-elf-gcc, +which is available at https://github.com/tkchia/gcc-ia16, using +make all COMPILER=gcc +or by setting COMPILER=gcc in config.mak. For now ia16-elf-gcc needs +to be compiled from source. Only releases 20171210 and later +are supported. + Notes: ====== The recommended compiler and assembler at the time of writing (2009/05/19)