components/tcl/tcl/Makefile
changeset 3842 50372e9a6cc6
parent 3817 30b42c38bbc4
child 4036 bccb85100817
equal deleted inserted replaced
3841:073301957a1a 3842:50372e9a6cc6
    60 CONFIGURE_OPTIONS	+= --enable-shared
    60 CONFIGURE_OPTIONS	+= --enable-shared
    61 CONFIGURE_OPTIONS	+= --enable-man-symlinks
    61 CONFIGURE_OPTIONS	+= --enable-man-symlinks
    62 CONFIGURE_OPTIONS	+= --enable-threads
    62 CONFIGURE_OPTIONS	+= --enable-threads
    63 CONFIGURE_OPTIONS.64	+= --enable-64bit
    63 CONFIGURE_OPTIONS.64	+= --enable-64bit
    64 
    64 
       
    65 # Results differ slightly between ISAs and bitnesses.
       
    66 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-$(BITS).$(MACH).master
    65 COMPONENT_TEST_TARGETS = test
    67 COMPONENT_TEST_TARGETS = test
       
    68 COMPONENT_TEST_TRANSFORMS += \
       
    69 	'-e "s|^.*$(CC).*$$|XXX_CC_XXX|"' \
       
    70 	'-e "/^XXX_CC_XXX$$/d"' \
       
    71 	'-e "/^Tests began at .*$$/d"' \
       
    72 	'-e "/^Tests ended at .*$$/d"'
    66 
    73 
    67 ASLR_MODE = $(ASLR_ENABLE)
    74 ASLR_MODE = $(ASLR_ENABLE)
    68 
    75 
    69 # common targets
    76 # common targets
    70 configure:	$(CONFIGURE_32_and_64)
    77 configure:	$(CONFIGURE_32_and_64)