components/acpidump/Makefile
changeset 1645 ff50a80c552a
parent 1605 7fc7910b6d94
child 1948 2d1537e7942d
equal deleted inserted replaced
1644:99106880f744 1645:ff50a80c552a
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		acpidump
    28 COMPONENT_NAME=		acpidump
    47 include ../../make-rules/ips.mk
    47 include ../../make-rules/ips.mk
    48 
    48 
    49 PKG_PROTO_DIRS += $(BUILD_DIR_32)
    49 PKG_PROTO_DIRS += $(BUILD_DIR_32)
    50 
    50 
    51 COMPILER =	gcc
    51 COMPILER =	gcc
    52 # Parfait doesn't work with the GNU 4.7 compilers yet.
       
    53 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
    54 COMPILER =	gcc3
       
    55 endif
       
    56 
    52 
    57 COMPONENT_BUILD_ENV  +=		CC=$(CC)
    53 COMPONENT_BUILD_ENV  +=		CC=$(CC)
    58 
    54 
    59 
    55 
    60 # common targets. we're i386-only so we have to
    56 # common targets. we're i386-only so we have to