h_solaris.rc
author Claus Gittinger <cg@exept.de>
Thu, 18 Dec 2003 11:46:05 +0100
changeset 577 d574370a1da5
parent 399 5a842f5d7196
child 609 f0f51d4a0066
permissions -rw-r--r--
only change compiler settings in host.rc, if not started from an image. (avoid loosing settings.stc values)

"*
 * $Header$
 *
 * MIMEType: application/x-smalltalk-source
 *
 * ST/X startup configuration file - for sun solaris OS.
 *
 * DONT add site specific things here - use your own h_xxx.rc file instead
 * where xxx stands for your hostname(s)
 *"

"/
"/ right now, you should have gcc (or egcs) installed 
"/ we do not support the expensive sun C-compiler.
"/

Smalltalk wasStartedFromImage ifFalse:[
    Compiler ccCompilationOptions:'-O -fPIC'
].
!