components/python/greenlet/Makefile
changeset 1496 f774cfa29f53
parent 1484 01108fd9c6ef
child 1605 7fc7910b6d94
child 3028 5e73a3a3f66a
equal deleted inserted replaced
1495:aae354bd60ca 1496:f774cfa29f53
    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
    41 COMPILER =	gcc3
    42 gcc_OPT =	-O2
    42 gcc_OPT =	-O2
    43 
    43 
    44 COMPONENT_PRE_BUILD_ACTION = \
    44 COMPONENT_PRE_BUILD_ACTION = \
    45 	$(MKDIR) $(SOURCE_DIR)/64
    45 	$(MKDIR) $(SOURCE_DIR)/64
    46 
    46