< prev index next >
make/sun/image/vis/Makefile
Print this page
rev 1351 : 6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
Reviewed-by: tbell
*** 29,49 ****
BUILDDIR = ../../..
PACKAGE = sun.awt.medialib
LIBRARY = mlib_image_v
PRODUCT = sun
- #
# Tell Defs.gmk we need VIS instructions
- #
VIS_NEEDED=true
- include $(BUILDDIR)/common/Defs.gmk
-
- #
# Select highest level of optimization for this library
! #
! _OPT = $(CC_HIGHEST_OPT)
#
# Use generic mapfile
#
FILES_m = ../generic/mapfile-vers
--- 29,45 ----
BUILDDIR = ../../..
PACKAGE = sun.awt.medialib
LIBRARY = mlib_image_v
PRODUCT = sun
# Tell Defs.gmk we need VIS instructions
VIS_NEEDED=true
# Select highest level of optimization for this library
! OPTIMIZATION_LEVEL = HIGHEST
!
! include $(BUILDDIR)/common/Defs.gmk
#
# Use generic mapfile
#
FILES_m = ../generic/mapfile-vers
< prev index next >