components/samba/samba/Makefile
changeset 1645 ff50a80c552a
parent 1621 e58b809ee5f8
child 1764 c89163761bd9
--- a/components/samba/samba/Makefile	Fri Jan 17 10:38:31 2014 -0800
+++ b/components/samba/samba/Makefile	Fri Jan 17 11:50:07 2014 -0800
@@ -53,10 +53,6 @@
 COMPILER = studio
 else
 COMPILER =	gcc
-# Parfait doesn't work with the GNU 4.7 compilers yet.
-ifeq   ($(strip $(PARFAIT_BUILD)),yes)
-COMPILER =      gcc3
-endif
 endif
 
 include ../../../make-rules/prep.mk