9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.61k stars 319 forks source link

#203 is breaking illumos #591

Open Toasterson opened 1 year ago

Toasterson commented 1 year ago

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%
dancrossnyc commented 1 year ago

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!