diff build/linux/Makefile @ 87:ad0b851458ff jdk7-b26

Merge
author trims
date Tue, 22 Apr 2008 15:36:18 -0700
parents 485d403e94e1
children
line wrap: on
line diff
--- a/build/linux/Makefile	Wed Apr 09 11:18:58 2008 -0700
+++ b/build/linux/Makefile	Tue Apr 22 15:36:18 2008 -0700
@@ -80,6 +80,11 @@
   MFLAGS += " LP64=1 "
 endif
 
+# pass USE_SUNCC further, through MFLAGS
+ifdef USE_SUNCC
+  MFLAGS += " USE_SUNCC=1 "
+endif
+
 # The following renders pathnames in generated Makefiles valid on
 # machines other than the machine containing the build tree.
 #