From: Tobias Oetiker Date: Tue, 2 Dec 2008 12:35:02 +0000 (+0000) Subject: fixed solaris build instructions X-Git-Tag: 1.3.5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27318c8905de388ef007a123adc727652604e0e8;p=thirdparty%2Frrdtool-1.x.git fixed solaris build instructions git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1683 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index a233ce16..b63ab18c 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -174,7 +174,9 @@ the syntax again differs from system to system: if you are using the Sun Studio/Forte compiler, you may also want to set - CFLAGS="-xO3 -kPIC" + CFLAGS="-xO3 -xcode=pic13" (SPARC) + CFLAGS="-xO3 -Kpic" (x86) + =item Linux