Makefile revision 7124
535N/A# The contents of this file are subject to the terms of the 911N/A# Common Development and Distribution License (the "License"). 535N/A# You may not use this file except in compliance with the License. 535N/A# See the License for the specific language governing permissions 535N/A# and limitations under the License. 535N/A# When distributing Covered Code, include this CDDL HEADER in each 535N/A# If applicable, add the following below this CDDL HEADER, with the 535N/A# fields enclosed by brackets "[]" replaced with your own identifying 535N/A# information: Portions Copyright [yyyy] [name of copyright owner] 535N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. 535N/A# Use gcc's default flags instead of userland's. 535N/A# The GNU compiler wants the GNU utilities. 535N/A# direct binding causes various testsuite failures # for some reason the fixincludes target fails with bash on Solaris. # We are going to build the 64-bit version of the compiler and tools, but we # want it to install in the normal .../{bin|lib}/... locations. GCC will # take care of building and putting 32/64 bit objects in the right place # If the compiler used to build matches the compiler being built, there is no # need for a 3 stage build. # This is the target and it must be last # To ensure that all tests that are expected to pass actually # pass, we have to increase the stacksize limit to at least # 16MB. Otherwise we'll get spurious failures in the test # With the soft stacksize limit set to 16384 we get reasonably good # We don't have DejaGNU in S11. '-e "s|\(Test Run By\).*|\1|" ' \
'-e "/\(Missing header fix: \).*/d" ' \
'-e "/\(\\*\\*\\* math.h\).*/d" ' \
# Master test results are different between x86 and SPARC.