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/branches/1.2@1683 a5681a0c-68f1-0310-ab6d-d61299d08faa

program/doc/rrdbuild.pod

index 43429ac8160983a15119337b19cfbcb0f2da22ed..c2f636581959ec9da221583aee0d0f4d5a1071d7 100644 (file)
@@ -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