components/gcc45/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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)
   104 
   104 
   105 install:	$(INSTALL_32) 
   105 install:	$(INSTALL_32) 
   106 
   106 
   107 test:		$(TEST_32)
   107 test:		$(TEST_32)
   108 
   108 
   109 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   110 
   109 
   111 include ../../make-rules/depend.mk
   110 REQUIRED_PACKAGES += developer/assembler
       
   111 REQUIRED_PACKAGES += developer/gnu-binutils
       
   112 REQUIRED_PACKAGES += library/gmp
       
   113 REQUIRED_PACKAGES += library/mpc
       
   114 REQUIRED_PACKAGES += library/mpfr
       
   115 REQUIRED_PACKAGES += shell/ksh93
       
   116 REQUIRED_PACKAGES += system/library
       
   117 REQUIRED_PACKAGES += system/library/gcc-45-runtime
       
   118 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
       
   119 REQUIRED_PACKAGES += system/library/math
       
   120 REQUIRED_PACKAGES += system/linker