Makefile revision 6057
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# CDDL HEADER START
229ea4644b3a7d9c7fdaa43888e7f55ba01e2ee3Automatic Updater# The contents of this file are subject to the terms of the
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updater# Common Development and Distribution License (the "License").
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updater# You may not use this file except in compliance with the License.
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0519188c8e1ae76978fc4e0f799620cd36eba07aAutomatic Updater# or http://www.opensolaris.org/os/licensing.
79b273c187a4aa1016a62181983dfdd0521681aeMark Andrews# See the License for the specific language governing permissions
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updater# and limitations under the License.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
e171a4137c6ba348957e61b7c4c3541493c0da02Automatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Build gcc with gcc
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# build with itself until it's gone
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# unfortunately we have our own "special" tarball and not the community version, so use that.
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater sha256:3ab488fe2df01bf54a57acd70e745266e19232edacf77512f77655296748e7a0
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(SOURCE_ARCHIVE)
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt# Bootstrapping problems. To be obsoleted soon, so do not publish.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterGNU_ARCH = $(PARCH:sparc=sparc-sun)-solaris$(SOLARIS_VERSION)
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews# Make sure to pass -m32/64 any time the installed GCC is used
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updater# CC_BITS may get in the way
8e9f3b69914ee02a80b87c97b1f8093edb3e9ae0Automatic Updater# enabling this causes libstdc++ to break
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsCONFIGURE_INFODIR = $(CONFIGURE_PREFIX)/share/info
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
930f6069e5aa157cf6987cdafd412f5757a5a558Automatic UpdaterCONFIGURE_OPTIONS += --without-gnu-ld --with-ld=$(LD)
693c4232dfdffaff672197d4b9fea944c64cf80aAutomatic UpdaterCONFIGURE_OPTIONS += --enable-languages='c,c++,f77,objc'
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# sparc and x86 use different assemblers
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonCONFIGURE_OPTIONS.sparc += --without-gnu-as --with-as=$(USRBINDIR)/as
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterCONFIGURE_OPTIONS.i386 += --with-gnu-as --with-as=$(GNUBIN)/as
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark AndrewsCOMPONENT_BUILD_ENV += STAGE1_CFLAGS="$(CFLAGS)"
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterCOMPONENT_BUILD_ENV += CFLAGS_FOR_TARGET="$(CFLAGS)"
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonCOMPONENT_BUILD_ENV += SHELL=$(CONFIG_SHELL)
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# common targets
dd65eb1efb40b1c47d57963192bfc54873b219beAutomatic Updater (cd $(@D) ; for file in libstdc++.la libsupc++.la ; do \
78f3ed4bc2fcd3d270bfd599804f3b27a1db4d91Mark Andrews $(MV) usr/gcc/3.4/lib/$$file usr/gcc/3.4/lib/$$file.orig ; \
11af78f7dc35741bdab68dbab11b03daab005b28Automatic Updater sed -e "s;\\(dependency_libs=\\).*;\\1' -L/usr/gcc/3.4/lib -lgcc_s -lm';" usr/gcc/3.4/lib/$$file.orig >usr/gcc/3.4/lib/$$file ; \
11af78f7dc35741bdab68dbab11b03daab005b28Automatic Updater $(MV) usr/gcc/3.4/lib/$(MACH64)/$$file usr/gcc/3.4/lib/$(MACH64)/$$file.orig ; \
78f3ed4bc2fcd3d270bfd599804f3b27a1db4d91Mark Andrews sed -e "s;\\(dependency_libs=\\).*;\\1' -L/usr/gcc/3.4/lib/$(MACH64) -lgcc_s -lm';" usr/gcc/3.4/lib/$(MACH64)/$$file.orig >usr/gcc/3.4/lib/$(MACH64)/$$file ; \
24bf1e02f03577db0feb50b80238c4150c96d05dAutomatic UpdaterREQUIRED_PACKAGES += developer/parser/bison