ia16-elf-gcc: precompiled Ubuntu pkgs. as a way to get toolchain

This commit is contained in:
Tee-Kiah Chia 2018-02-20 20:38:48 +08:00 committed by Bart Oldeman
parent e83ebed451
commit 0128621e1f
1 changed files with 5 additions and 3 deletions

View File

@ -36,9 +36,11 @@ 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.
or by setting COMPILER=gcc in config.mak. If you are using Ubuntu
Linux 16.04 LTS (Xenial Xerus), there are precompiled ia16-elf-gcc
packages at https://launchpad.net/~tkchia/+archive/ubuntu/build-ia16/.
Otherwise, for now ia16-elf-gcc needs to be compiled from source.
Only releases 20171210 and later are supported.
Notes:
======