components/python/greenlet/Makefile
branchs11-update
changeset 2855 576d5a7857b7
parent 2785 b6f5c5d1d0b7
child 1605 7fc7910b6d94
child 3028 5e73a3a3f66a
equal deleted inserted replaced
2854:78392507fd82 2855:576d5a7857b7
    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