jdk/make/common/shared/Defs-linux.gmk
changeset 7302 7ae4b6b0226f
parent 7300 6a391a0ed0da
child 7533 0e5344378b1b
equal deleted inserted replaced
7300:6a391a0ed0da 7302:7ae4b6b0226f
   121 BUILD_HEADLESS = true
   121 BUILD_HEADLESS = true
   122 LIBM=-lm
   122 LIBM=-lm
   123 
   123 
   124 # GCC29_COMPILER_PATH: is the path to where the gcc 2.9 compiler is installed
   124 # GCC29_COMPILER_PATH: is the path to where the gcc 2.9 compiler is installed
   125 #  NOTE: Must end with / so that it could be empty, allowing PATH usage.
   125 #  NOTE: Must end with / so that it could be empty, allowing PATH usage.
   126 ifdef ALT_GCC29_COMPILER_PATH
   126 ifneq "$(origin ALT_GCC29_COMPILER_PATH)" "undefined"
   127   GCC29_COMPILER_PATH :=$(call PrefixPath,$(ALT_GCC29_COMPILER_PATH))
   127   GCC29_COMPILER_PATH :=$(call PrefixPath,$(ALT_GCC29_COMPILER_PATH))
   128 else
   128 else
   129   GCC29_COMPILER_PATH = $(JDK_DEVTOOLS_DIR)/$(PLATFORM)/gcc29/usr/
   129   GCC29_COMPILER_PATH = $(JDK_DEVTOOLS_DIR)/$(PLATFORM)/gcc29/usr/
   130 endif
   130 endif
   131 
   131