diff options
| author | Christian Jullien <Christian Jullien> | 2017-02-23 06:45:26 +0100 |
|---|---|---|
| committer | Christian Jullien <Christian Jullien> | 2017-02-23 06:45:26 +0100 |
| commit | 576bee9a37cbe53227a27308a1b8ccc25e9b0e35 (patch) | |
| tree | 3e403137b1929843f8f807bfb88aa88e89301e24 | |
| parent | 3e4c296ebab341bbe95974e39b589ea821f02789 (diff) | |
| download | tinycc-576bee9a37cbe53227a27308a1b8ccc25e9b0e35.tar.gz tinycc-576bee9a37cbe53227a27308a1b8ccc25e9b0e35.tar.bz2 | |
Add note about native Windows bootstrap using Cygwin.
| -rw-r--r-- | Changelog | 1 | ||||
| -rw-r--r-- | RELICENSING | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ User interface: (Andrew Aladjev, Urs Janssen) Platforms: +- Bootstrap native Windows 32/64 compiler using Cygwin+gcc (Christian Jullien) - new AARCH64 (arm64) target (Edmund Grimley Evans) - vastly improved support for ARM hard float calling convention (Thomas Preud'homme, Daniel Glöckner) diff --git a/RELICENSING b/RELICENSING index a067c04..20841a7 100644 --- a/RELICENSING +++ b/RELICENSING @@ -46,6 +46,7 @@ TK ? tcccoff.c c67-gen.c Urs Janssen YES waddlesplash YES + Christian Jullien YES Windows Cygwin build and tests ------------------------------------------------------------------------------ |
