diff -r 519daea48888 -r 0f60cf26c5b5 make/common/shared/Defs-linux.gmk --- a/make/common/shared/Defs-linux.gmk Fri Aug 13 11:38:10 2010 -0700 +++ b/make/common/shared/Defs-linux.gmk Mon Aug 30 14:39:42 2010 -0700 @@ -94,14 +94,6 @@ JDK_DEVTOOLS_DIR =$(SLASH_JAVA)/devtools endif -# COMPILER_PATH: path to where the compiler and tools are installed. -# NOTE: Must end with / so that it could be empty, allowing PATH usage. -ifneq "$(origin ALT_COMPILER_PATH)" "undefined" - COMPILER_PATH :=$(call PrefixPath,$(ALT_COMPILER_PATH)) -else - COMPILER_PATH =/usr/bin/ -endif - # DEVTOOLS_PATH: for other tools required for building (such as zip, etc.) # NOTE: Must end with / so that it could be empty, allowing PATH usage. ifneq "$(origin ALT_DEVTOOLS_PATH)" "undefined"