jdk/make/common/shared/Compiler-gcc.gmk
changeset 7665 bc5dbdc44e1e
parent 5506 202f599c92aa
child 9350 799e0bb89242
equal deleted inserted replaced
7483:280294134c62 7665:bc5dbdc44e1e
     1 #
     1 #
     2 # Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    34   CPP          = $(COMPILER_PATH)gcc -E
    34   CPP          = $(COMPILER_PATH)gcc -E
    35   CXX          = $(COMPILER_PATH)g++
    35   CXX          = $(COMPILER_PATH)g++
    36   CCC          = $(COMPILER_PATH)g++
    36   CCC          = $(COMPILER_PATH)g++
    37   LIBEXE       = $(COMPILER_PATH)lib
    37   LIBEXE       = $(COMPILER_PATH)lib
    38   LINK         = $(COMPILER_PATH)link
    38   LINK         = $(COMPILER_PATH)link
    39   RC           = $(MSDEVTOOLS_PATH)link
    39   RC           = $(COMPILER_PATH)rc
    40   LINK32       = $(LINK)
    40   LINK32       = $(LINK)
    41   RSC          = $(RC)
    41   RSC          = $(RC)
    42   # unset any GNU Make settings of MFLAGS and MAKEFLAGS which may mess up nmake
    42   # unset any GNU Make settings of MFLAGS and MAKEFLAGS which may mess up nmake
    43   NMAKE          = MFLAGS= MAKEFLAGS= $(COMPILER_PATH)nmake -nologo
    43   NMAKE          = MFLAGS= MAKEFLAGS= $(COMPILER_PATH)nmake -nologo
    44   ifeq ($(ARCH_DATA_MODEL), 32)
    44   ifeq ($(ARCH_DATA_MODEL), 32)