components/gcc45/Makefile
author Matt Keenan <matt.keenan@oracle.com>
Fri, 19 Jun 2015 09:35:02 +0100
branchs11-update
changeset 4508 d8924d870370
parent 3996 20c0f21bbe1e
permissions -rw-r--r--
PSARC 2015/172 OpenStack Ironic (OpenStack Bare Metal Provisioning Service) PSARC 2015/070 pecan - Lightweight Python web-framework PSARC 2015/071 PyCA Python Cryptography PSARC 2015/170 OpenStack client for Ironic (Bare Metal Provisioning) PSARC 2015/171 scp - python secure copy PSARC 2015/196 singledispatch - Single-dispatch generic functions for Python PSARC 2015/197 logutils - Set of handlers for standard Python logging library PSARC 2015/198 Support for enumerations in Python 2.6 and 2.7 PSARC 2015/250 paramiko - SSHv2 protocol implementation in Python 20547142 Request to integrate Ironic into userland 17502639 The Python paramiko module should be added to Userland 20172780 The Python module scp should be added to Userland 20180376 The Python module ironicclient should be added to Userland 20182588 The Python module pecan should be added to Userland 20465525 The PyCA cryptography module should be added to Userland 20904396 The Python module singledispatch should be added to Userland 20904413 The Python module logutils should be added to Userland 20917993 The Python enum34 module should be added to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     1
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     3
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     7
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    12
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    18
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    20
#
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    22
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    23
include ../../make-rules/shared-macros.mk
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    24
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME=		gcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    26
COMPONENT_VERSION=	4.5.2
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 523
diff changeset
    27
COMPONENT_PROJECT_URL=	http://gcc.gnu.org/
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    28
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    29
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 704
diff changeset
    30
COMPONENT_ARCHIVE_HASH= \
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 704
diff changeset
    31
    sha256:07b880faf29f3f9d9c0953717002ac29f5d061427797d2487a7c9c169e6395b3
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/gcc/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
2569
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    33
COMPONENT_ARCHIVE_1= testsuite-$(COMPONENT_VERSION).tar.gz
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    34
COMPONENT_ARCHIVE_URL_1 = \
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    35
    http://ftp.gnu.org/pub/gnu/gcc/$(COMPONENT_SRC)/gcc-$(COMPONENT_ARCHIVE_1)
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    36
COMPONENT_ARCHIVE_HASH_1= \
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    37
    sha256:aeb50a52831048da9a6aed118d85a25fc33fa73cae6c80df8f84885712e1b357
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    38
COMPONENT_BUGDB=	utility/gnu-compiler
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    39
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2569
diff changeset
    40
TPNO=			4456
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2569
diff changeset
    41
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    42
include $(WS_MAKE_RULES)/prep.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    43
include $(WS_MAKE_RULES)/configure.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    44
include $(WS_MAKE_RULES)/ips.mk
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    45
523
607f4130cc3c 7090160 gcc4 seems to be shipping a lot 'fixed' includes
George Vasick <george.vasick@oracle.com>
parents: 487
diff changeset
    46
PATH=/usr/bin:/usr/gnu/bin:/usr/perl5/bin
607f4130cc3c 7090160 gcc4 seems to be shipping a lot 'fixed' includes
George Vasick <george.vasick@oracle.com>
parents: 487
diff changeset
    47
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    48
PARCH =         $(MACH:i386=i386-pc)
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    49
GNU_ARCH =      $(PARCH:sparc=sparc-sun)-solaris$(SOLARIS_VERSION)
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    50
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    51
PKG_MACROS +=   GNU_ARCH="$(GNU_ARCH)"
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    52
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    53
# This product bootstraps itself.  The gcc flags are not the same
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    54
# as Studio flags. -O2 means different things for the two compilers
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    55
CFLAGS=-g -O2 
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    56
CFLAGS_FOR_BUILD=$(CFLAGS)
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    57
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    58
# CC_BITS may get in the way
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    59
CC_BITS=
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    60
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    61
CONFIG_SHELL = /bin/sh
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    62
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    63
CONFIGURE_PREFIX = /usr/gcc/4.5
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    64
704
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    65
CONFIGURE_OPTIONS +=	--infodir=$(CONFIGURE_PREFIX)/share/info
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    66
CONFIGURE_OPTIONS +=	--libexecdir=$(CONFIGURE_PREFIX)/lib
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    67
CONFIGURE_OPTIONS +=	--enable-languages="c,c++,fortran,objc"
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    68
CONFIGURE_OPTIONS +=	--enable-shared
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    69
CONFIGURE_OPTIONS +=	--with-gmp-include=/usr/include/gmp
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    70
CONFIGURE_OPTIONS +=	--with-mpfr-include=/usr/include/mpfr
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    71
CONFIGURE_OPTIONS +=	--without-gnu-ld --with-ld=/usr/bin/ld
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    72
2569
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    73
COMPONENT_POST_UNPACK_ACTION = \
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    74
    ( cd $(COMPONENT_DIR) ; \
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    75
	tar xvf testsuite-$(COMPONENT_VERSION).tar.gz > /dev/null 2>&1 )
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    76
704
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    77
# sparc and x86 use different assemblers
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    78
CONFIGURE_OPTIONS.sparc +=	--without-gnu-as --with-as=/usr/bin/as
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    79
CONFIGURE_OPTIONS.i386 +=	--with-gnu-as --with-as=/usr/gnu/bin/as
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    80
CONFIGURE_OPTIONS +=    $(CONFIGURE_OPTIONS.$(MACH))
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    81
c4fe7d6370ec 7128466 gcc should support FMA4 and XOP instruction sets
George Vasick <george.vasick@oracle.com>
parents: 609
diff changeset
    82
CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    83
2569
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    84
# Keep ASLR disabled (the default) for gcc 4.5; build often core dumps with ASLR
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    85
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    86
COMPONENT_BUILD_ENV += SHELL=$(CONFIG_SHELL)
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    87
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    88
COMPONENT_BUILD_TARGETS=bootstrap
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    89
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    90
build:		$(BUILD_32)
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    91
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    92
install:	$(INSTALL_32) 
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    93
2569
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    94
# To ensure that all tests that are expected to pass actually
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    95
# pass, we have to increase the stacksize limit to at least 
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    96
# 16384 Kb. Otherwise we'll get spurious failures in the test
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    97
# harness (gcc.c-torture/compile/limits-exprparen.c and others).
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    98
# With the soft stacksize limit set to 16384 we get very good
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
    99
# test results.
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
   100
test:
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
   101
	( cd $(BUILD_DIR_32)/gcc ; \
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
   102
	    ulimit -Ss 16384 ; \
9b54136e00bb 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 2434
diff changeset
   103
	    $(GMAKE) check )
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   104
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   105
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   106
REQUIRED_PACKAGES += developer/assembler
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   107
REQUIRED_PACKAGES += developer/gnu-binutils
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   108
REQUIRED_PACKAGES += library/gmp
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   109
REQUIRED_PACKAGES += library/mpc
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   110
REQUIRED_PACKAGES += library/mpfr
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   111
REQUIRED_PACKAGES += shell/ksh93
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   112
REQUIRED_PACKAGES += system/library
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   113
REQUIRED_PACKAGES += system/library/gcc-45-runtime
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   114
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   115
REQUIRED_PACKAGES += system/library/math
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   116
REQUIRED_PACKAGES += system/linker