components/gcc45/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		gcc
    25 COMPONENT_NAME=		gcc
    26 COMPONENT_VERSION=	4.5.2
    26 COMPONENT_VERSION=	4.5.2
    37     sha256:aeb50a52831048da9a6aed118d85a25fc33fa73cae6c80df8f84885712e1b357
    37     sha256:aeb50a52831048da9a6aed118d85a25fc33fa73cae6c80df8f84885712e1b357
    38 COMPONENT_BUGDB=	utility/gnu-compiler
    38 COMPONENT_BUGDB=	utility/gnu-compiler
    39 
    39 
    40 TPNO=			4456
    40 TPNO=			4456
    41 
    41 
    42 include ../../make-rules/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include ../../make-rules/configure.mk
    43 include $(WS_MAKE_RULES)/configure.mk
    44 include ../../make-rules/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 
    45 
    46 PATH=/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    46 PATH=/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    47 
    47 
    48 PARCH =         $(MACH:i386=i386-pc)
    48 PARCH =         $(MACH:i386=i386-pc)
    49 GNU_ARCH =      $(PARCH:sparc=sparc-sun)-solaris$(SOLARIS_VERSION)
    49 GNU_ARCH =      $(PARCH:sparc=sparc-sun)-solaris$(SOLARIS_VERSION)
   100 test:
   100 test:
   101 	( cd $(BUILD_DIR_32)/gcc ; \
   101 	( cd $(BUILD_DIR_32)/gcc ; \
   102 	    ulimit -Ss 16384 ; \
   102 	    ulimit -Ss 16384 ; \
   103 	    $(GMAKE) check )
   103 	    $(GMAKE) check )
   104 
   104 
   105 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   106 
   105 
   107 include ../../make-rules/depend.mk
   106 REQUIRED_PACKAGES += developer/assembler
       
   107 REQUIRED_PACKAGES += developer/gnu-binutils
       
   108 REQUIRED_PACKAGES += library/gmp
       
   109 REQUIRED_PACKAGES += library/mpc
       
   110 REQUIRED_PACKAGES += library/mpfr
       
   111 REQUIRED_PACKAGES += shell/ksh93
       
   112 REQUIRED_PACKAGES += system/library
       
   113 REQUIRED_PACKAGES += system/library/gcc-45-runtime
       
   114 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
       
   115 REQUIRED_PACKAGES += system/library/math
       
   116 REQUIRED_PACKAGES += system/linker