note freestanding build support (closes #6, #7)

master
Ariadne Conill 2020-12-06 03:30:13 -07:00
parent 9aef11752f
commit 13f396f743
1 changed files with 5 additions and 0 deletions

5
NEWS
View File

@ -6,6 +6,11 @@ Changes from 0.12 to 0.13
* Added Motorola 680X0 / NXP ColdFire port (m68k).
* Added support for building for bare-metal targets with newlib via
make FREESTANDING=yes. Other OS are also supported (for example,
the m68k freestanding port was tested on AmigaOS), PowerPC requires
kernel assistance and cannot be built with FREESTANDING=yes.
Changes from 0.11 to 0.12
-------------------------