pkgsrc/lang/gcc3/Makefile
abs 066ddabcbf Update gcc3-ada to 3.3.3nb1
Update gcc3-c++ to 3.3.3nb1
Update gcc3-c	to 3.3.3nb2
Update gcc3-f77 to 3.3.3nb1
Update gcc3-java to 3.3.3nb1
Update gcc3-objc to 3.3.3nb1
Update gcc3 to 3.3.3nb1

gcc arm: fix GCC _P_R_ target/14302

        Apply gcc fix for gcc PR target/14302 to fix ARM compiler
        issues triggered by at least glib, glib2, and pkgconfig.

             2004-02-26  Richard Earnshaw  <rearnsha@arm.com>
                   Daniel Jacobowitz  <drow@mvista.com>

                   PR target/14302
                   * arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS): Don't check the mode
                   size for minipool references.
2004-05-22 17:48:21 +00:00

31 lines
796 B
Makefile

# $NetBSD: Makefile,v 1.55 2004/05/22 17:48:21 abs Exp $
GCC_VERSION= 3.3.3
PKGREVISION= 1
DISTNAME= gcc3-${GCC_VERSION}
CATEGORIES= lang
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html
COMMENT= GNU Compiler Collection, v3
NOT_FOR_PLATFORM= Darwin-*-*
DEPENDS+= gcc3-c-${GCC_VERSION}{,nb*}:../../lang/gcc3-c
DEPENDS+= gcc3-c++-${GCC_VERSION}{,nb*}:../../lang/gcc3-c++
DEPENDS+= gcc3-f77-${GCC_VERSION}{,nb*}:../../lang/gcc3-f77
DEPENDS+= gcc3-java-${GCC_VERSION}{,nb*}:../../lang/gcc3-java
DEPENDS+= gcc3-objc-${GCC_VERSION}{,nb*}:../../lang/gcc3-objc
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_BUILDLINK= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-patch: # empty
do-install: # empty
.include "../../mk/bsd.pkg.mk"