Makefile revision 316
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# CDDL HEADER START
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# The contents of this file are subject to the terms of the
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# Common Development and Distribution License (the "License").
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# You may not use this file except in compliance with the License.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# See the License for the specific language governing permissions
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# and limitations under the License.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# When distributing Covered Code, include this CDDL HEADER in each
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# If applicable, add the following below this CDDL HEADER, with the
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# fields enclosed by brackets "[]" replaced with your own identifying
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# information: Portions Copyright [yyyy] [name of copyright owner]
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# CDDL HEADER END
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturkCOMPONENT_ARCHIVE_HASH= sha1:15e67382c39640caafa144abf2c8943106aa97d9
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturkCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/gdb/$(COMPONENT_ARCHIVE)
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# optimization level lowered to -xO3 to address failures in the
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# gdb test suite at -xO4.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturkCOMPONENT_PROJECT_URL = http://www.gnu.org/software/gdb/
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# `echo $(CFLAGS)` and `echo $(LDFLAGS)` used to
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# work around problem with extra blank characters
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# inserted into configrue option strings during
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# nested configure invocations within the gdb build.
13852d30fd6e3ffee07702f9222a0dd5aeec75ebmturk# common targets