components/gcc45/Makefile
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1282 16201bef295c
child 2164 b580bc10e31a
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
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
#
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1282
diff changeset
    21
# Copyright (c) 2011, 2014, 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)
1199
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    33
COMPONENT_ARCHIVE_1= testsuite-$(COMPONENT_VERSION).tar.gz
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    34
COMPONENT_ARCHIVE_URL_1 = \
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    35
    http://ftp.gnu.org/pub/gnu/gcc/$(COMPONENT_SRC)/gcc-$(COMPONENT_ARCHIVE_1)
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    36
COMPONENT_ARCHIVE_HASH_1= \
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    37
    sha256:aeb50a52831048da9a6aed118d85a25fc33fa73cae6c80df8f84885712e1b357
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
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
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1282
diff changeset
    40
TPNO=			4456
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1282
diff changeset
    41
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    42
include ../../make-rules/prep.mk
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    43
include ../../make-rules/configure.mk
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    44
include ../../make-rules/ips.mk
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
1199
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    73
COMPONENT_POST_UNPACK_ACTION = \
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    74
    ( cd $(COMPONENT_DIR) ; \
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    75
	tar xf testsuite-$(COMPONENT_VERSION).tar.gz )
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
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
1138
6e1f85fa0151 15801420 SUNBT7180909 tag the Userland consolidation binaries for ASLR
April Chin <april.chin@oracle.com>
parents: 1058
diff changeset
    84
# Keep ASLR disabled (the default) for gcc 4.5; build often core dumps with ASLR
1282
16201bef295c 16659836 enable ASLR for cmake, libmemcached, pconsole, pcre, php-5_2, php-5_3, ruby 1.8
April Chin <april.chin@oracle.com>
parents: 1199
diff changeset
    85
ASLR_MODE = $(ASLR_DISABLE)
1138
6e1f85fa0151 15801420 SUNBT7180909 tag the Userland consolidation binaries for ASLR
April Chin <april.chin@oracle.com>
parents: 1058
diff changeset
    86
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    87
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
    88
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    89
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
    90
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    91
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
    92
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    93
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
    94
1199
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    95
# To ensure that all tests that are expected to pass actually
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    96
# pass, we have to increase the stacksize limit to at least 
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    97
# 16384 Kb. Otherwise we'll get spurious failures in the test
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    98
# harness (gcc.c-torture/compile/limits-exprparen.c and others).
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
    99
# With the soft stacksize limit set to 16384 we get very good
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
   100
# test results.
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
   101
test:
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
   102
	( cd $(BUILD_DIR_32)/gcc ; \
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
   103
	    ulimit -Ss 16384 ; \
5217b4eb1c01 16325156 gcc 4.5.2 testsuite fails pr43430-1.c scan-tree-dump-times testcase
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1138
diff changeset
   104
	    $(GMAKE) -k -i check )
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   105
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   106
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   107
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   108
include ../../make-rules/depend.mk