components/python/greenlet/Makefile
changeset 1645 ff50a80c552a
parent 1605 7fc7910b6d94
child 1907 446472de62e9
--- a/components/python/greenlet/Makefile	Fri Jan 17 10:38:31 2014 -0800
+++ b/components/python/greenlet/Makefile	Fri Jan 17 11:50:07 2014 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -40,10 +40,6 @@
 
 COMPILER =	gcc
 CC =		$(COMPONENT_DIR)/CC.sh
-# Parfait doesn't work with the GNU 4.7 compilers yet.
-ifeq   ($(strip $(PARFAIT_BUILD)),yes)
-COMPILER =	gcc3
-endif
 
 COMPONENT_PRE_BUILD_ACTION = \
 	$(MKDIR) $(SOURCE_DIR)/64