Makefile revision 3817
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] 3817N/A# Copyright (c) 2011, 2015, 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. 2148N/A# GDB wants the GNU utilities 243N/A# `echo $(CFLAGS)` and `echo $(LDFLAGS)` used to 243N/A# work around problem with extra blank characters 243N/A# inserted into configrue option strings during 243N/A# nested configure invocations within the gdb build. 2074N/A# Generate the newly added Solaris instruction and 2074N/A# register tables which weren't there by default. 2074N/A# Disable ASLR: it's a debugger and we do not want to risk 2074N/A# altering the results of the debugging experiment.