243N/A# The contents of this file are subject to the terms of the 243N/A# Common Development and Distribution License (the "License"). 243N/A# You may not use this file except in compliance with the License. 243N/A# See the License for the specific language governing permissions 243N/A# and limitations under the License. 243N/A# When distributing Covered Code, include this CDDL HEADER in each 243N/A# If applicable, add the following below this CDDL HEADER, with the 243N/A# fields enclosed by brackets "[]" replaced with your own identifying 243N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 3817N/A# There are a large number of macros in the GCB code written 3817N/A# specifically for GCC's preprocessor. Studio does not expand 3817N/A# these macros the same way GCC does, and the resulting gdb is 3817N/A# not usable. Building gdb with a GCC >= 4.7.2 produces very 3817N/A# good results, even on SPARC. 6418N/A# The traditional output from gmake test omits some 6418N/A# test results information that is contained in the 6418N/A# for test results comparison. 6418N/A# Results output is different on Intel vs. SPARC. 6418N/A# Note that comparisons against master results 6418N/A# are not clean since results will still vary. 6418N/A# Test transforms retain only relevant results output. 6418N/A# Test results vary from run to run and machine to machine, 6418N/A# so master test results will not match, and are not 6418N/A# appropriate for a full Userland test run 2148N/A# GDB wants the GNU utilities 5783N/A# Specify the C Standard to use when building 2074N/A# Generate the newly added Solaris instruction and 2074N/A# register tables which weren't there by default. 6418N/A# Ensure PATH is set during build; 6418N/A# pod2man perl script, used to create manpages 2074N/A# Disable ASLR: it's a debugger and we do not want to risk 2074N/A# altering the results of the debugging experiment.