diff -r 55a18147b4bf -r aa85f513e8f2 jdk/make/common/Defs-linux.gmk --- a/jdk/make/common/Defs-linux.gmk Tue Jan 04 17:05:38 2011 -0800 +++ b/jdk/make/common/Defs-linux.gmk Fri Jan 07 15:49:44 2011 +0000 @@ -75,15 +75,6 @@ CC_PROGRAM_OUTPUT_FLAG = -o #trailing blank required! # -# Default HPI libraries. Build will build only native, unless -# overriden at the make command line. This makes it convenient for -# people doing, say, a pthreads port -- they can create a posix -# directory here, and say "gnumake HPIS=posix" at the top -# level. -# -HPIS = native - -# # Default optimization #