components/gcc4/Makefile
changeset 7829 2de4f4ace09c
parent 7813 d18938ebcb0d
equal deleted inserted replaced
7828:f7ee70770225 7829:2de4f4ace09c
   129 COMPONENT_BUILD_ARGS += $(JOBS:%=-j%)
   129 COMPONENT_BUILD_ARGS += $(JOBS:%=-j%)
   130 
   130 
   131 
   131 
   132 COMPONENT_PRE_TEST_ENV += TCL_LIBRARY="$(USRLIBDIR)/tcl8.5"
   132 COMPONENT_PRE_TEST_ENV += TCL_LIBRARY="$(USRLIBDIR)/tcl8.5"
   133 
   133 
   134 # We don't have DejaGNU in S11.
   134 # We don't have DejaGNU in S11.3.
   135 ifeq ($(OS_VERSION), 5.12)
   135 ifneq ($(OS_VERSION), 11.3)
   136   COMPONENT_PRE_TEST_ENV += DEJAGNULIBS="$(USRSHAREDIR)/dejagnu"
   136   COMPONENT_PRE_TEST_ENV += DEJAGNULIBS="$(USRSHAREDIR)/dejagnu"
   137 endif
   137 endif
   138 
   138 
   139 #
   139 #
   140 # Run the tests and generate a summary report, then output the summary
   140 # Run the tests and generate a summary report, then output the summary