components/open-fabrics/ofed.mk
changeset 1394 5f86498eee95
parent 920 2d760951a80b
child 1496 f774cfa29f53
--- a/components/open-fabrics/ofed.mk	Fri Jul 12 09:55:54 2013 -0700
+++ b/components/open-fabrics/ofed.mk	Fri Jul 12 14:16:05 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 # Since we are building these as a set and not packaging them individually at
@@ -30,6 +30,10 @@
 COMPILER=gcc
 
 PATH=/usr/sfw/bin:/usr/bin:/usr/gnu/bin
+ifeq   ($(strip $(PARFAIT_BUILD)),yes)
+PATH=$(PARFAIT_TOOLS):/usr/sfw/bin:/usr/bin
+endif
+
 
 CPPFLAGS += "-Wformat=2"
 CFLAGS += -D_REENTRANT