1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-20 02:41:35 +00:00

refs #222: add support for NDK3.2

make NDK=3.2 ...
This commit is contained in:
bebbo
2021-08-10 22:36:46 +02:00
parent cb2edfd3ef
commit e7d9d3418b
7 changed files with 136 additions and 35 deletions

View File

@ -101,7 +101,10 @@ make update-<target> perform git pull for the given target
display which targets can be build, you'll mostly use
*`make all`
*`make clean`
*`make clean-prefx`
*`make clean-prefix`
to use NDK3.2 add `NDK=3.2` to the make parameters
## Prefix
The default prefix is `/opt/amiga`. You may specify a different prefix by adding `PREFIX=yourprefix` to make command. E.g.
```