487N/A# The contents of this file are subject to the terms of the 487N/A# Common Development and Distribution License (the "License"). 487N/A# You may not use this file except in compliance with the License. 487N/A# See the License for the specific language governing permissions 487N/A# and limitations under the License. 487N/A# When distributing Covered Code, include this CDDL HEADER in each 487N/A# If applicable, add the following below this CDDL HEADER, with the 487N/A# fields enclosed by brackets "[]" replaced with your own identifying 487N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 487N/A# This product bootstraps itself. The gcc flags are not the same 487N/A# as Studio flags. -O2 means different things for the two compilers 487N/A# CC_BITS may get in the way 723N/A# sparc and x86 use different assemblers 1608N/A# Keep ASLR disabled (the default) for gcc 4.5; build often core dumps with ASLR 1608N/A# To ensure that all tests that are expected to pass actually 1608N/A# pass, we have to increase the stacksize limit to at least 1608N/A# 16384 Kb. Otherwise we'll get spurious failures in the test 1608N/A# With the soft stacksize limit set to 16384 we get very good