jdk/make/common/shared/Defs-versions.gmk
changeset 7665 bc5dbdc44e1e
parent 7483 280294134c62
child 7667 a9a6339b7edf
equal deleted inserted replaced
7483:280294134c62 7665:bc5dbdc44e1e
    25 
    25 
    26 #
    26 #
    27 # WARNING: This file is shared with other workspaces.
    27 # WARNING: This file is shared with other workspaces.
    28 #
    28 #
    29 
    29 
    30 # This file needs these set: CC_VERSION, PLATFORM, ARCH_FAMILY, and ARCH_DATA_MODEL.
    30 # This file needs these set: PLATFORM, ARCH_FAMILY, and ARCH_DATA_MODEL.
       
    31 
       
    32 # Windows uses Microsoft compilers by default
       
    33 ifeq ($(PLATFORM), windows)
       
    34   override CC_VERSION = msvc
       
    35 endif
       
    36 
       
    37 # Solaris uses Sun Studio compilers by default
       
    38 ifeq ($(PLATFORM), solaris)
       
    39   override CC_VERSION = sun
       
    40 endif
       
    41 
       
    42 # Linux uses GNU compilers by default
       
    43 ifeq ($(PLATFORM), linux)
       
    44   override CC_VERSION = gcc
       
    45 endif
    31 
    46 
    32 ##########################################################################
    47 ##########################################################################
    33 #
    48 #
    34 # List of JDK official minimum, expected, or required versions:
    49 # List of JDK official minimum, expected, or required versions:
    35 #
    50 #