make/common/shared/Defs-linux.gmk

changeset 194
0f60cf26c5b5
parent 158
91006f157c46
child 240
f90b3e014e83
     1.1 --- a/make/common/shared/Defs-linux.gmk	Fri Aug 13 11:38:10 2010 -0700
     1.2 +++ b/make/common/shared/Defs-linux.gmk	Mon Aug 30 14:39:42 2010 -0700
     1.3 @@ -94,14 +94,6 @@
     1.4    JDK_DEVTOOLS_DIR =$(SLASH_JAVA)/devtools
     1.5  endif
     1.6  
     1.7 -# COMPILER_PATH: path to where the compiler and tools are installed.
     1.8 -#  NOTE: Must end with / so that it could be empty, allowing PATH usage.
     1.9 -ifneq "$(origin ALT_COMPILER_PATH)" "undefined"
    1.10 -  COMPILER_PATH :=$(call PrefixPath,$(ALT_COMPILER_PATH))
    1.11 -else
    1.12 -  COMPILER_PATH  =/usr/bin/
    1.13 -endif
    1.14 -
    1.15  # DEVTOOLS_PATH: for other tools required for building (such as zip, etc.)
    1.16  #  NOTE: Must end with / so that it could be empty, allowing PATH usage.
    1.17  ifneq "$(origin ALT_DEVTOOLS_PATH)" "undefined"

mercurial