author | John Beck <John.Beck@Oracle.COM> |
Mon, 16 May 2016 17:00:32 -0700 | |
changeset 6004 | d8af8c006c17 |
parent 6003 | 471c600681fd |
child 6005 | e19e3cf52cc4 |
--- a/components/gcc3/Makefile Mon May 16 16:56:53 2016 -0700 +++ b/components/gcc3/Makefile Mon May 16 17:00:32 2016 -0700 @@ -41,6 +41,13 @@ TPNO= 17028 +# Bootstrapping problems. To be obsoleted soon, so do not publish. +ifeq ($(BUILD_TYPE), evaluation) +BUILD_32= +INSTALL_32= +PUBLISH_STAMP= +endif + INSTALL_TARGET= include $(WS_MAKE_RULES)/gnu-component.mk