components/jsl/Makefile
changeset 1496 f774cfa29f53
parent 1237 d1326ae31ed8
child 1605 7fc7910b6d94
child 2910 f8b8cbc43356
--- a/components/jsl/Makefile	Wed Oct 02 01:03:26 2013 -0700
+++ b/components/jsl/Makefile	Fri Oct 04 10:19:05 2013 -0700
@@ -39,7 +39,7 @@
 # Preferred compiler set to gcc and not Studio as on Sparc architecture
 # some assembler code is required for locking which fails to compile on
 # solaris, when using gcc this is inlined (see jslock.c)
-COMPILER=	gcc
+COMPILER=	gcc3
 
 COMPONENT_BUILD_ARGS += -f src/Makefile
 COMPONENT_BUILD_ARGS += CC="$(CC)"