components/open-fabrics/ofed.mk
changeset 3817 30b42c38bbc4
parent 1827 f2c27a5ab5dd
child 4661 353f8a998732
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # Since we are building these as a set and not packaging them individually at
    24 # Since we are building these as a set and not packaging them individually at
    25 # this time, each OFED component should install in a common prototype directory
    25 # this time, each OFED component should install in a common prototype directory
    26 # so we override PROTO_DIR
    26 # so we override PROTO_DIR
    27 PROTO_DIR = $(WS_COMPONENTS)/open-fabrics/prototype/$(MACH)
    27 PROTO_DIR = $(WS_COMPONENTS)/open-fabrics/prototype/$(MACH)
    28 
       
    29 # OFED only builds with GCC
       
    30 COMPILER=gcc3
       
    31 
    28 
    32 PATH=$(GCC3_ROOT)/bin:/usr/bin:/usr/gnu/bin
    29 PATH=$(GCC3_ROOT)/bin:/usr/bin:/usr/gnu/bin
    33 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
    30 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
    34 PATH=$(PARFAIT_TOOLS_GCC3):$(GCC3_ROOT)/bin:/usr/bin
    31 PATH=$(PARFAIT_TOOLS_GCC3):$(GCC3_ROOT)/bin:/usr/bin
    35 endif
    32 endif