diff --git a/bin/makefile-sunos5.sparc-x b/bin/makefile-sunos5.sparc-x index a6f55d0..84eb142 100755 --- a/bin/makefile-sunos5.sparc-x +++ b/bin/makefile-sunos5.sparc-x @@ -17,7 +17,12 @@ #* */ #************************************************************************/ -CC = gcc -std=gnu89 -funsigned-char +# Setup for using gcc +# CC = gcc -std=gnu89 -funsigned-char +# Setup for using Solaris Developer Studio 12.6 cc +# CC = cc -m32 -funsigned-char + +CC = cc -m32 -funsigned-char -O2 XFILES = $(OBJECTDIR)xmkicon.o \ $(OBJECTDIR)xbbt.o \