hotspot/make/solaris/makefiles/i486.make
changeset 5542 be05c5ffe905
parent 1552 45c617d33fa6
child 5547 f4b087cbb361
equal deleted inserted replaced
5541:19c39d42a747 5542:be05c5ffe905
    31 
    31 
    32 #
    32 #
    33 # Special case flags for compilers and compiler versions on i486.
    33 # Special case flags for compilers and compiler versions on i486.
    34 #
    34 #
    35 ifeq ("${Platform_compiler}", "sparcWorks")
    35 ifeq ("${Platform_compiler}", "sparcWorks")
    36 
       
    37 # _lwp_create_interpose must have a frame
       
    38 OPT_CFLAGS/os_solaris_x86.o = -xO1
       
    39 else
       
    40 
       
    41 ifeq ("${Platform_compiler}", "gcc")
       
    42 # gcc
       
    43 # _lwp_create_interpose must have a frame
       
    44 OPT_CFLAGS/os_solaris_x86.o = -fno-omit-frame-pointer
       
    45 #
       
    46 else
       
    47 # error
       
    48 _JUNK2_ := $(shell echo >&2 \
       
    49        "*** ERROR: this compiler is not yet supported by this code base!")
       
    50 	@exit 1
       
    51 endif
       
    52 endif
       
    53 
       
    54 ifeq ("${Platform_compiler}", "sparcWorks")
       
    55 # ILD is gone as of SS11 (5.8), not supported in SS10 (5.7)
    36 # ILD is gone as of SS11 (5.8), not supported in SS10 (5.7)
    56 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \< 507), 1)
    37 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \< 507), 1)
    57   #
    38   #
    58   # Bug in ild causes it to fail randomly. Until we get a fix we can't
    39   # Bug in ild causes it to fail randomly. Until we get a fix we can't
    59   # use ild.
    40   # use ild.