diff options
author | seb <seb@pkgsrc.org> | 2004-04-10 16:37:22 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-04-10 16:37:22 +0000 |
commit | b197d80e0875044dc794cfe10c39219d8f98b47b (patch) | |
tree | 0ae88098f24dd533ed42ee3f423579461c22311a /lang/gcc3-c | |
parent | 2beb1f6f54f1fa6057ab46563e49032760f6d360 (diff) | |
download | pkgsrc-b197d80e0875044dc794cfe10c39219d8f98b47b.tar.gz |
Apply sparc64 fix from gcc cvs via
src/gnu/dist/gcc/gcc/config/sparc/sparc.h revision 1.2.
Bump PKGREVISION of gcc3-c package.
Diffstat (limited to 'lang/gcc3-c')
-rw-r--r-- | lang/gcc3-c/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc3-c/Makefile b/lang/gcc3-c/Makefile index bf8fae5f398..0049cfbf25a 100644 --- a/lang/gcc3-c/Makefile +++ b/lang/gcc3-c/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/04/10 15:47:08 seb Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/10 16:37:22 seb Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-c-${GCC_VERSION} +PKGREVISION= 1 COMMENT= GNU Compiler Collection, v3 - C compiler INFO_FILES= cpp.info gcc.info gccint.info cppinternals.info |