components/gcc3/Makefile
changeset 1496 f774cfa29f53
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1495:aae354bd60ca 1496:f774cfa29f53
    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, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, 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=	3.4.3
    26 COMPONENT_VERSION=	3.4.3
    41 GNU_ARCH =	$(PARCH:sparc=sparc-sun)-solaris$(SOLARIS_VERSION)
    41 GNU_ARCH =	$(PARCH:sparc=sparc-sun)-solaris$(SOLARIS_VERSION)
    42 
    42 
    43 PKG_MACROS +=	GNU_ARCH="$(GNU_ARCH)"
    43 PKG_MACROS +=	GNU_ARCH="$(GNU_ARCH)"
    44 
    44 
    45 # we build gcc with gcc
    45 # we build gcc with gcc
    46 COMPILER =	gcc
    46 COMPILER =	gcc3
    47 
    47 
    48 # CC_BITS may get in the way
    48 # CC_BITS may get in the way
    49 CC_BITS=
    49 CC_BITS=
    50 
    50 
    51 # enabling this causes libstdc++ to break
    51 # enabling this causes libstdc++ to break