From: oetiker Date: Tue, 2 Dec 2008 12:35:02 +0000 (+0000) Subject: fixed solaris build instructions X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3c9d5afa1d6383a5cdf8261504da459198167207;p=rrdtool-all.git fixed solaris build instructions git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1683 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/doc/rrdbuild.pod b/program/doc/rrdbuild.pod index 43429ac8..c2f63658 100644 --- a/program/doc/rrdbuild.pod +++ b/program/doc/rrdbuild.pod @@ -93,9 +93,13 @@ If you have an other compile you have to use the following settings: =over -=item Sun Forte +=item Sun Forte on SPARC - CFLAGS="-xO3 -kPIC" + CFLAGS="-xO3 -xcode=pic13" + +=item Sun Forte on x86 + + CFLAGS="-xO3 -Kpic" =back