components/python/greenlet/Makefile
changeset 1605 7fc7910b6d94
parent 1496 f774cfa29f53
child 1645 ff50a80c552a
equal deleted inserted replaced
1604:b6e3e1ed52a5 1605:7fc7910b6d94
    36 include $(WS_TOP)/make-rules/setup.py.mk
    36 include $(WS_TOP)/make-rules/setup.py.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    38 
    38 
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    40 
    40 
       
    41 COMPILER =	gcc
       
    42 CC =		$(COMPONENT_DIR)/CC.sh
       
    43 # Parfait doesn't work with the GNU 4.7 compilers yet.
       
    44 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
    41 COMPILER =	gcc3
    45 COMPILER =	gcc3
    42 gcc_OPT =	-O2
    46 endif
    43 
    47 
    44 COMPONENT_PRE_BUILD_ACTION = \
    48 COMPONENT_PRE_BUILD_ACTION = \
    45 	$(MKDIR) $(SOURCE_DIR)/64
    49 	$(MKDIR) $(SOURCE_DIR)/64
    46 
    50 
    47 # Needed to get around a broken /usr/lib/python2.7/config/Makefile
    51 # Needed to get around a broken /usr/lib/python2.7/config/Makefile