summaryrefslogtreecommitdiff
path: root/docs/port/README.SunPro
diff options
context:
space:
mode:
Diffstat (limited to 'docs/port/README.SunPro')
-rw-r--r--docs/port/README.SunPro5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/port/README.SunPro b/docs/port/README.SunPro
new file mode 100644
index 0000000..6808732
--- /dev/null
+++ b/docs/port/README.SunPro
@@ -0,0 +1,5 @@
+Sun C 5.9:
+gmake \
+ CC=/opt/SUNWspro/bin/c99 COMPILE_FLAGS="-I. -O2 -mt -v" \
+ MAKEDEPEND="/opt/SUNWspro/bin/c99 -xM1" clean all
+