components/gcc48/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) 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 export PARFAIT_BUILD=no
    23 export PARFAIT_BUILD=no
       
    24 
       
    25 COMPILER=gcc
    24 
    26 
    25 include ../../make-rules/shared-macros.mk
    27 include ../../make-rules/shared-macros.mk
    26 
    28 
    27 COMPONENT_NAME=		gcc
    29 COMPONENT_NAME=		gcc
    28 COMPONENT_VERSION=	4.8.2
    30 COMPONENT_VERSION=	4.8.2
    34 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/gcc/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
    36 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/gcc/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
    35 COMPONENT_BUGDB=        utility/gnu-compiler
    37 COMPONENT_BUGDB=        utility/gnu-compiler
    36 
    38 
    37 TPNO=			15448
    39 TPNO=			15448
    38 
    40 
    39 include ../../make-rules/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    40 include ../../make-rules/configure.mk
    42 include $(WS_MAKE_RULES)/configure.mk
    41 include ../../make-rules/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    42 
       
    43 COMPILER=gcc
       
    44 
    44 
    45 # The GNU compiler wants the GNU utilities.
    45 # The GNU compiler wants the GNU utilities.
    46 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
    46 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
    47 
    47 
    48 PARCH =         $(MACH:i386=i386-pc)
    48 PARCH =         $(MACH:i386=i386-pc)
   130 COMPONENT_TEST_ARGS = -k -i
   130 COMPONENT_TEST_ARGS = -k -i
   131 COMPONENT_TEST_TARGETS = check check-target
   131 COMPONENT_TEST_TARGETS = check check-target
   132 
   132 
   133 test:	$(TEST_32)
   133 test:	$(TEST_32)
   134 
   134 
   135 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   136 
   135 
   137 include ../../make-rules/depend.mk
       
   138 
   136 
       
   137 REQUIRED_PACKAGES += library/gmp
       
   138 REQUIRED_PACKAGES += library/mpc
       
   139 REQUIRED_PACKAGES += library/mpfr
       
   140 REQUIRED_PACKAGES += shell/bash
       
   141 REQUIRED_PACKAGES += shell/ksh93
       
   142 REQUIRED_PACKAGES += system/library
       
   143 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
       
   144 REQUIRED_PACKAGES += system/library/math
       
   145 REQUIRED_PACKAGES += system/linker