diff -r 99106880f744 -r ff50a80c552a components/nmap/Makefile --- a/components/nmap/Makefile Fri Jan 17 10:38:31 2014 -0800 +++ b/components/nmap/Makefile Fri Jan 17 11:50:07 2014 -0800 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -42,9 +42,6 @@ # Can't use the Studio compilers as they don't support the GNU # __attribute__ extension COMPILER = gcc -ifeq ($(strip $(PARFAIT_BUILD)),yes) -COMPILER = gcc3 -endif COMPONENT_PRE_CONFIGURE_ACTION = \ ($(CLONEY) $(SOURCE_DIR) $(@D))