h_solaris.rc
changeset 577 d574370a1da5
parent 399 5a842f5d7196
child 609 f0f51d4a0066
--- a/h_solaris.rc	Fri Nov 21 16:09:48 2003 +0100
+++ b/h_solaris.rc	Thu Dec 18 11:46:05 2003 +0100
@@ -14,7 +14,7 @@
 "/ we do not support the expensive sun C-compiler.
 "/
 
-Compiler ccCompilationOptions:'-O -fPIC'
+Smalltalk wasStartedFromImage ifFalse:[
+    Compiler ccCompilationOptions:'-O -fPIC'
+].
 !
-
-