1918N/A# The contents of this file are subject to the terms of the 1918N/A# Common Development and Distribution License (the "License"). 1918N/A# You may not use this file except in compliance with the License. 1918N/A# See the License for the specific language governing permissions 1918N/A# and limitations under the License. 1918N/A# When distributing Covered Code, include this CDDL HEADER in each 1918N/A# If applicable, add the following below this CDDL HEADER, with the 1918N/A# fields enclosed by brackets "[]" replaced with your own identifying 1918N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3996N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. 1918N/A# The GNU compiler wants the GNU utilities. 1918N/A# This product bootstraps itself. The gcc flags are not the same 1918N/A# as Studio flags. -O2 means different things for the two compilers 2549N/A# direct binding cause various testsuite failures 2549N/A# for some reason the fixincludes target fails with bash on Solaris. 1918N/A# sparc and x86 use different assemblers 2549N/A# strip elves, strip ignores non-elf files 1918N/A# ASLR has side-effects with libitm and libgomp. 1918N/A# To ensure that all tests that are expected to pass actually 2549N/A# pass, we have to increase the stacksize limit to at least 2549N/A# 16MB. Otherwise we'll get spurious failures in the test 2549N/A# With the soft stacksize limit set to 16384 we get reasonably good