mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-26 18:20:28 +00:00
6714043: Minor fix to SS12 makefile changes
Reviewed-by: sspitsyn
This commit is contained in:
parent
1f0f6c2277
commit
aed0736fe3
@ -30,7 +30,7 @@ DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@)
|
||||
|
||||
ifeq ("${Platform_compiler}", "sparcWorks")
|
||||
|
||||
ifeq ($(COMPILER_REV),5.8))
|
||||
ifeq ($(COMPILER_REV),5.8)
|
||||
# SS11 SEGV when compiling with -g and -xarch=v8, using different backend
|
||||
DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0
|
||||
DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user