components/jsl/Makefile
branchs11-update
changeset 2855 576d5a7857b7
parent 2647 c72026b4ef46
child 1605 7fc7910b6d94
child 2910 f8b8cbc43356
equal deleted inserted replaced
2854:78392507fd82 2855:576d5a7857b7
    37 include ../../make-rules/ips.mk
    37 include ../../make-rules/ips.mk
    38 
    38 
    39 # Preferred compiler set to gcc and not Studio as on Sparc architecture
    39 # Preferred compiler set to gcc and not Studio as on Sparc architecture
    40 # some assembler code is required for locking which fails to compile on
    40 # some assembler code is required for locking which fails to compile on
    41 # solaris, when using gcc this is inlined (see jslock.c)
    41 # solaris, when using gcc this is inlined (see jslock.c)
    42 COMPILER=	gcc
    42 COMPILER=	gcc3
    43 
    43 
    44 COMPONENT_BUILD_ARGS += -f src/Makefile
    44 COMPONENT_BUILD_ARGS += -f src/Makefile
    45 COMPONENT_BUILD_ARGS += CC="$(CC)"
    45 COMPONENT_BUILD_ARGS += CC="$(CC)"
    46 COMPONENT_BUILD_ARGS += COPTFLAGS="$(gcc_OPT)"
    46 COMPONENT_BUILD_ARGS += COPTFLAGS="$(gcc_OPT)"
    47 COMPONENT_BUILD_TARGETS += all
    47 COMPONENT_BUILD_TARGETS += all