7184046 open-fabrics shouldn't use gcc-45 if it's installed
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 16 Jul 2012 14:16:37 -0700
changeset 920 2d760951a80b
parent 919 a629aca6cb88
child 921 51de4fd31316
7184046 open-fabrics shouldn't use gcc-45 if it's installed
components/open-fabrics/ofed.mk
--- a/components/open-fabrics/ofed.mk	Mon Jul 16 14:15:48 2012 -0700
+++ b/components/open-fabrics/ofed.mk	Mon Jul 16 14:16:37 2012 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 
 # Since we are building these as a set and not packaging them individually at
@@ -29,7 +29,7 @@
 # OFED only builds with GCC
 COMPILER=gcc
 
-PATH=/usr/bin:/usr/gnu/bin:/usr/sfw/bin
+PATH=/usr/sfw/bin:/usr/bin:/usr/gnu/bin
 
 CPPFLAGS += "-Wformat=2"
 CFLAGS += -D_REENTRANT