components/gcc48/Makefile
changeset 5030 8a4221164865
parent 4339 6501cf9c29f9
child 5066 7e7b4d607ab6
equal deleted inserted replaced
5029:77413b29eb5a 5030:8a4221164865
   130 # test results.
   130 # test results.
   131 COMPONENT_PRE_TEST_ACTION = ulimit -Ss 16384
   131 COMPONENT_PRE_TEST_ACTION = ulimit -Ss 16384
   132 COMPONENT_TEST_ARGS = -k -i
   132 COMPONENT_TEST_ARGS = -k -i
   133 COMPONENT_TEST_TARGETS = check check-target
   133 COMPONENT_TEST_TARGETS = check check-target
   134 
   134 
       
   135 COMPONENT_TEST_TRANSFORMS += \
       
   136 	'-e "s|\(Test Run By\).*|\1|" ' \
       
   137 	'-e "/\(Missing header fix: \).*/d" ' \
       
   138 	'-e "/\(\\*\\*\\* complex.h\).*/d" ' \
       
   139 	'-e "/\(\\*\\*\\* math.h\).*/d" ' \
       
   140 	'-e "/\(\\*\\*\\* stdio.h\).*/d" '
       
   141 
       
   142 # Master test results are different between x86 and SPARC.
       
   143 COMPONENT_TEST_MASTER = \
       
   144 	$(COMPONENT_TEST_RESULTS_DIR)/results-$(MACH)-$(BITS).master
       
   145 
   135 test:	$(TEST_32)
   146 test:	$(TEST_32)
   136 
   147 
   137 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
   148 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
   138 
   149 
   139 
   150