From fd992eafcb86d10b6afcc9b567337fa120817f9b Mon Sep 17 00:00:00 2001 From: Josh Wood Date: Fri, 5 Nov 2021 20:51:31 -0500 Subject: [PATCH] INSTALL: Note Plan 9 CFLAGS fix --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index 8e6c4dc..2690641 100644 --- a/INSTALL +++ b/INSTALL @@ -63,3 +63,5 @@ A shortcut to install everything is ``make install.everything'' system mkfile sets the `T' flag in CFLAGS; there are several places where I typedef voids to opaque structure pointers and this makes the build die when it attempts to link anything. + This was fixed by explicitly setting CFLAGS in Plan9/mkfile in + .