jdk/make/common/shared/Defs-linux.gmk
changeset 13567 b124faa29aef
parent 8901 6f226af63661
child 14342 8435a30053c1
equal deleted inserted replaced
13566:4b4e31014e90 13567:b124faa29aef
   126 endif
   126 endif
   127 
   127 
   128 # Always build headless on Linux
   128 # Always build headless on Linux
   129 BUILD_HEADLESS = true
   129 BUILD_HEADLESS = true
   130 LIBM=-lm
   130 LIBM=-lm
       
   131 
       
   132 # Set ZLIB_LIBS if not already set
       
   133 ifeq ("$(ZLIB_LIBS)", "")
       
   134   ZLIB_LIBS=-lz
       
   135 endif
   131 
   136 
   132 # GCC29_COMPILER_PATH: is the path to where the gcc 2.9 compiler is installed
   137 # GCC29_COMPILER_PATH: is the path to where the gcc 2.9 compiler is installed
   133 #  NOTE: Must end with / so that it could be empty, allowing PATH usage.
   138 #  NOTE: Must end with / so that it could be empty, allowing PATH usage.
   134 ifdef ALT_GCC29_COMPILER_PATH
   139 ifdef ALT_GCC29_COMPILER_PATH
   135   GCC29_COMPILER_PATH :=$(call PrefixPath,$(ALT_GCC29_COMPILER_PATH))
   140   GCC29_COMPILER_PATH :=$(call PrefixPath,$(ALT_GCC29_COMPILER_PATH))