1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-21 04:41:40 +00:00

Update README.md

This commit is contained in:
Stefan "Bebbo" Franke
2019-10-21 20:13:59 +02:00
committed by GitHub
parent debf894c6a
commit a4aaeb3938

View File

@ -115,4 +115,4 @@ If you plan to develop for Kickstart 1.3 you should use `-mcrt=nix13` in your co
m68k-amigaos-gcc test.cpp -mcrt=nix13
```
The include files for 1.3 can be found at `<PREFIX>/m68k-amigaos/ndk13-include` i.E. `/opt/amiga/m68k-amigaos/ndk13-include`
The include files for 1.3 - which are picked up by the compiler if `-mcrt=nix13` is used - can be found at `<PREFIX>/m68k-amigaos/ndk13-include` i.E. `/opt/amiga/m68k-amigaos/ndk13-include`