Code

fixed solaris build instructions
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 2 Dec 2008 12:35:02 +0000 (12:35 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 2 Dec 2008 12:35:02 +0000 (12:35 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1683 a5681a0c-68f1-0310-ab6d-d61299d08faa

doc/rrdbuild.pod

index 1ce19f4f806265a5b73fc384249a538e3aba4394..badab5a11fa3cb79fab8615f9e4bc1c7d3ca1734 100644 (file)
@@ -174,7 +174,8 @@ 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