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=0faa61eb83aa3c1a7a4907dd0fe0993d76499284;p=rrdtool.git fixed solaris build instructions git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1683 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 43429ac..c2f6365 100644 --- a/doc/rrdbuild.pod +++ b/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