Makefile revision 246
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] 243N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 243N/A# optimization level lowered to -xO3 to address failures in the 243N/A# gdb test suite at -xO4. 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.