Makefile revision 5680
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# CDDL HEADER START
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# The contents of this file are subject to the terms of the
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# Common Development and Distribution License (the "License").
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# You may not use this file except in compliance with the License.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# See the License for the specific language governing permissions
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# and limitations under the License.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# When distributing Covered Code, include this CDDL HEADER in each
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# If applicable, add the following below this CDDL HEADER, with the
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# CDDL HEADER END
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon RossCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross sha256:f60dc158bfda6822de167e87275848969f0558b3134892ff54fced87e4667b94
b3700b074e637f8c6991b70754c88a2cfffb246bGordon RossCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross sha256:ae9180466a23acb426d12444d866b266ff2289b266064d362462e44f8d4699f3
b3700b074e637f8c6991b70754c88a2cfffb246bGordon RossCOMPONENT_ARCHIVE_URL_1 = $(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE_1)
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross ( $(MV) $(COMPONENT_SRC_NAME) $(COMPONENT_SRC) )
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross ( $(RM) -rf $(COMPONENT_SRC)/tools/$(COMPONENT_NAME_1) ; \
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross if test -d $(COMPONENT_DIR)/cxa_finalize ; then \
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross $(GMAKE) -C $(COMPONENT_DIR)/cxa_finalize build ; \
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross if test -d $(COMPONENT_DIR)/cxa_finalize ; then \
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross $(GMAKE) -C $(COMPONENT_DIR)/cxa_finalize install ; \
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# Depends on S12-only changes in gcc; might be able to deal with later,
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross# but avoid publishing while this is under investigation.
# Disabled in debug builds, will be enabled in production/optimized
# Disabled in debug builds, will be enabled in production/optimized
# Disabled in debug builds, will be enabled in production/optimized
# Disabled in debug builds, will be enabled in production/optimized
# at runtime. -fstack-protector-all enables linking with libssp.so.
# Enable the cross-compiler in 3.8.X.
# There are no master test results yet. TBDL in 3.8.X.
@echo "Tests not yet implemented (wait for 3.8.X)."