Makefile revision 4845
434N/A# The contents of this file are subject to the terms of the 434N/A# Common Development and Distribution License (the "License"). 434N/A# You may not use this file except in compliance with the License. 434N/A# See the License for the specific language governing permissions 434N/A# and limitations under the License. 434N/A# When distributing Covered Code, include this CDDL HEADER in each 434N/A# If applicable, add the following below this CDDL HEADER, with the 434N/A# fields enclosed by brackets "[]" replaced with your own identifying 434N/A# information: Portions Copyright [yyyy] [name of copyright owner] 1938N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 434N/A# There are a large number of macros in the GCB code written 434N/A# specifically for GCC's preprocessor. Studio does not expand 434N/A# these macros the same way GCC does, and the resulting gdb is 1244N/A# not usable. Building gdb with a GCC >= 4.7.2 produces very 434N/A# good results, even on SPARC. 434N/A# GDB wants the GNU utilities # `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.