Attention is currently required from: Paul Menzel, Angel Pons.
2 comments:
Commit Message:
I'm not sure if it's doable (licensing issues, maybe?), but it would be nice to add a target to util […]
I assume we can get by with compile testing, not runtime testing? That can be done with a cross compiler (albeit there is no prebuilt version for this)
How would I do this? Create a Dockerfile.amiga that contains a crosscompile environment? What's this anita stuff?
File cli_classic.c:
Patch Set #1, Line 162: *argv[]
I guess this type is what makes AmigaOS unhappy?
Yep.
```
GETOPT(3)
int getopt_long(int argc, char * const argv[],
const char *optstring,
const struct option *longopts, int *longindex);
```
To view, visit change 54943. To unsubscribe, or for help writing mail filters, visit settings.