hotspot/make/bsd/makefiles/sparcWorks.make
changeset 11721 dcd1f62c9caf
parent 10565 dc90c239f4ec
child 11955 aeca8151886e
--- a/hotspot/make/bsd/makefiles/sparcWorks.make	Tue Jan 31 13:12:39 2012 +0100
+++ b/hotspot/make/bsd/makefiles/sparcWorks.make	Mon Feb 06 09:14:22 2012 +0100
@@ -23,13 +23,13 @@
 #
 
 #------------------------------------------------------------------------
-# CC, CPP & AS
+# CC, CXX & AS
 
-CPP = CC
+CXX = CC
 CC  = cc
 AS  = $(CC) -c
 
-HOSTCPP = $(CPP)
+HOSTCXX = $(CXX)
 HOSTCC  = $(CC)
 
 ARCHFLAG = $(ARCHFLAG/$(BUILDARCH))