summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross/h8300-elf-gcc34/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/cross/h8300-elf-gcc34/Makefile b/cross/h8300-elf-gcc34/Makefile
index 1cd3f15a64b..a1c0bcf7da2 100644
--- a/cross/h8300-elf-gcc34/Makefile
+++ b/cross/h8300-elf-gcc34/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/05/05 13:12:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2013/05/06 07:11:25 ryoon Exp $
DISTNAME= gcc-core-3.4.6
PKGNAME= cross-h8300-elf-${DISTNAME:S/-core//}
@@ -7,14 +7,13 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-3.4.6/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${DISTNAME:S/-core-/-g++-/}${EXTRACT_SUFX} \
newlib-${NEWLIBVER}${EXTRACT_SUFX}
-SITES.newlib-1.14.0.tar.gz= ftp://sources.redhat.com/pub/newlib/
+NEWLIBVER= 1.14.0
+SITES.newlib-${NEWLIBVER}.tar.gz= ftp://sources.redhat.com/pub/newlib/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= #empty
COMMENT= GCC compiler for h8300-elf
-NEWLIBVER= 1.14.0
-
DEPENDS+= cross-h8300-elf-binutils-[0-9]*:../../cross/h8300-elf-binutils
WRKSRC= ${WRKDIR}/${DISTNAME:S/-core//}