jdk/make/common/Defs-linux.gmk
changeset 7967 aa85f513e8f2
parent 7668 d4a77089c587
child 8796 604a43386301
--- 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
 #