h_solaris.rc
author convert-repo
Fri, 20 Dec 2019 04:29:09 +0000
changeset 1619 71f3cbb5c172
parent 1488 34e8f8f66d83
permissions -rw-r--r--
update tags

"*
 * Encoding: iso8859-1
 *
 * $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:[
    ParserFlags ccCompilationOptions:'-O -fPIC'
].
!