Makefile revision 1273
6f06d481dafc90f1b553f1d2828bcea50a039854fielding# CDDL HEADER START
b7a0ad483b54711addc5f43f679189619a23c749ben# The contents of this file are subject to the terms of the
328d02603f471fad56cc5588fc9e93f589593ad0rbb# Common Development and Distribution License (the "License").
328d02603f471fad56cc5588fc9e93f589593ad0rbb# You may not use this file except in compliance with the License.
1c850e9f96375578e43e5f69ba7499a543b2a7bdtrawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick# See the License for the specific language governing permissions
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick# and limitations under the License.
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick# When distributing Covered Code, include this CDDL HEADER in each
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick# If applicable, add the following below this CDDL HEADER, with the
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick# fields enclosed by brackets "[]" replaced with your own identifying
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb# information: Portions Copyright [yyyy] [name of copyright owner]
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb# CDDL HEADER END
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
da07a882b90b44243c9cd88ac09a789999dccc4drbb sha256:07b880faf29f3f9d9c0953717002ac29f5d061427797d2487a7c9c169e6395b3
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbbCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/gcc/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbbGNU_ARCH = $(PARCH:sparc=sparc-sun)-solaris$(SOLARIS_VERSION)
e03878add0099ba9741efc46d545955a60ea8bdcrbb# This product bootstraps itself. The gcc flags are not the same
e03878add0099ba9741efc46d545955a60ea8bdcrbb# as Studio flags. -O2 means different things for the two compilers
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# CC_BITS may get in the way
9ec65cbae2f760e485a1c54df5b19853688d5c91wroweCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_PREFIX)/share/info
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawickCONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_PREFIX)/lib
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawickCONFIGURE_OPTIONS += --enable-languages="c,c++,fortran,objc"
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawickCONFIGURE_OPTIONS += --with-gmp-include=/usr/include/gmp
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawickCONFIGURE_OPTIONS += --with-mpfr-include=/usr/include/mpfr
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawickCONFIGURE_OPTIONS += --without-gnu-ld --with-ld=/usr/bin/ld
77c656dabf05adcdee0d30b15b4628be738a1913rbb# sparc and x86 use different assemblers
77c656dabf05adcdee0d30b15b4628be738a1913rbbCONFIGURE_OPTIONS.sparc += --without-gnu-as --with-as=/usr/bin/as