openbsd-ports/lang/pcc
gkoehler 7f7f3e63ec Minimally fix pcc for powerpc
This unbreaks the powerpc package of lang/pcc/pcc-libs and puts enough
fixes in lang/pcc/pcc for powerpc to compile the simplest C program,

$ cat hello.c
#include <stdio.h>
int main(void) { puts("Hello, BSD!"); return 0; }
$ pcc -O2 -o hello hello.c

It can't compile much more; pcc's powerpc code generator still fails
with static function calls and with floating-point literals.

ok sthen@
2022-10-28 20:47:06 +00:00
..
pcc Minimally fix pcc for powerpc 2022-10-28 20:47:06 +00:00
pcc-libs Minimally fix pcc for powerpc 2022-10-28 20:47:06 +00:00
Makefile drop RCS Ids 2022-03-11 19:28:46 +00:00
Makefile.inc drop RCS Ids 2022-03-11 19:28:46 +00:00