5340N/A# The contents of this file are subject to the terms of the 5340N/A# Common Development and Distribution License (the "License"). 5340N/A# You may not use this file except in compliance with the License. 5340N/A# See the License for the specific language governing permissions 5340N/A# and limitations under the License. 5340N/A# When distributing Covered Code, include this CDDL HEADER in each 5340N/A# If applicable, add the following below this CDDL HEADER, with the 5340N/A# fields enclosed by brackets "[]" replaced with your own identifying 5340N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5340N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. 5680N/A# Use gcc's default flags instead of userland's. 5340N/A# The GNU compiler wants the GNU utilities. 5340N/A# direct binding causes various testsuite failures 7243N/A# segments non executable on x86 and SPARC respectively. The protection 7243N/A# extends to the heap segment, if the heap is brk based, as is the case 7243N/A# with gcc. Since the introduction of NXHEAP, this is controlled 7243N/A# separately by the NXHEAP extension itself. Whether the heap should be 7243N/A# executable or not should be reevaluated. For now, try to avoid 7243N/A# "destruction" as hinted above. 5340N/A# for some reason the fixincludes target fails with bash on Solaris. 5340N/A# We are going to build the 64-bit version of the compiler and tools, but we 5340N/A# want it to install in the normal .../{bin|lib}/... locations. GCC will 5340N/A# take care of building and putting 32/64 bit objects in the right place 5340N/A# If the compiler used to build matches the compiler being built, there is no 5340N/A# This is the target and it must be last 7295N/A# We don't have DejaGNU in S11. 7295N/A# Run the tests and generate a summary report, then output the summary 7295N/A# report into the results file. 5340N/A# To ensure that all tests that are expected to pass actually 5340N/A# pass, we have to increase the stacksize limit to at least 5340N/A# 16MB. Otherwise we'll get spurious failures in the test 5340N/A# With the soft stacksize limit set to 16384 we get reasonably good 5340N/A# Master test results are different between x86 and SPARC.