9fans/plan9port

#203 is breaking illumos

Toasterson opened this issue · 1 comments

#203 does not just break Solaris but mainly illumos which aims to not be awfull.

Can we use $(CC) ? and allow us to assign the correct CC?

The illumos Project     illumos-067afcb3a5      November 2022
{22-11-25 11:45}devnode:~ toasty% which cc
cc not found
{22-11-25 11:46}devnode:~ toasty% which gcc
/usr/bin/gcc
{22-11-25 11:46}devnode:~ toasty% uname -a
SunOS devnode 5.11 illumos-067afcb3a5 i86pc i386 i86pc
{22-11-25 11:46}devnode:~ toasty%

I don't see why not. Could you send a PR? I'd do it myself, but am not exactly in a position to do just at this moment. Thanks!