Closed acf closed 3 years ago
Have left draft just now and comments / thoughts welcomed. Would be nice to have some way, even if its a moustache hack to have a single place which lists the files for each binary and be able to generate the makefile required for each person/environment from that. autoconf seems a bit much :-)
Looks good in principle (noting it's still draft), happy with dots instead of full test names.
I left it draft mostly because I wasn't sure you'd be interested in YET ANOTHER MAKEFILE. If you are surprisingly ok with it I'll take the draft off :-)
I've switched over to using http://github.com/bebbo/amiga-gcc for development. The downside is I don't have it working on the amiga like I did with VBCC, but the upside is its a much more standard and familiar environment . No obligation to accept the PR or whatever, just mostly committing so I don't lose it if I have to keep recreating it on every machine.
New makefile (.gccm68k), which also uses amitools/vamos to run the tests right in the mac. I also added a quick a dirty way to leave the PASS messages verbose by default but I can turn them off by passing -quiet (actually passing anything at all, I just check
argc
, notargv
).Now, back to primitives!