Makefile revision 2074
2N/A# The contents of this file are subject to the terms of the 2N/A# Common Development and Distribution License (the "License"). 2N/A# You may not use this file except in compliance with the License. 2N/A# See the License for the specific language governing permissions 2N/A# and limitations under the License. 2N/A# When distributing Covered Code, include this CDDL HEADER in each 2N/A# If applicable, add the following below this CDDL HEADER, with the 2N/A# fields enclosed by brackets "[]" replaced with your own identifying 2N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. 2N/A# GDB wants the GNU utilities 2N/A# There are a large number of macros in the GCB code written 2N/A# specifically for GCC's preprocessor. Studio does not expand 2N/A# these macros the same way GCC does, and the resulting gdb is 2N/A# not usable. Building gdb with a GCC >= 4.7.2 produces very 2N/A# good results, even on SPARC. # `echo $(CFLAGS)` and `echo $(LDFLAGS)` used to # work around problem with extra blank characters # inserted into configrue option strings during # nested configure invocations within the gdb build. # Generate the newly added Solaris instruction and # register tables which weren't there by default. # Disable ASLR: it's a debugger and we do not want to risk # altering the results of the debugging experiment.