make/solaris/makefiles/sparcWorks.make
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File
*** old/make/solaris/makefiles/sparcWorks.make Fri Aug 22 14:22:00 2014
--- new/make/solaris/makefiles/sparcWorks.make Fri Aug 22 14:21:58 2014
*** 1,7 ****
--- 1,7 ----
#
! # Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
! # Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.
*** 51,63 ****
--- 51,63 ----
ifeq ($(JRE_RELEASE_VER),1.6.0)
# Validated compiler for JDK6 is SS11 (5.8)
VALIDATED_COMPILER_REVS := 5.8
VALIDATED_CC_COMPILER_REVS := 5.8
else
! # Validated compiler for JDK7 is SS12 update 1 + patches (5.10)
! VALIDATED_COMPILER_REVS := 5.10
! VALIDATED_CC_COMPILER_REVS := 5.10
! # Validated compiler for JDK9 is SS13 (5.12)
! VALIDATED_COMPILER_REVS := 5.12
! VALIDATED_CC_COMPILER_REVS := 5.12
endif
# Warning messages about not using the above validated versions
ENFORCE_COMPILER_REV${ENFORCE_COMPILER_REV} := $(strip ${VALIDATED_COMPILER_REVS})
ifeq ($(filter ${ENFORCE_COMPILER_REV},${COMPILER_REV}),)
make/solaris/makefiles/sparcWorks.make
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File