diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-05-06 07:11:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-05-06 07:11:25 +0000 |
commit | 60e1ca0737c61dd94768eb91546ad8a7e6626669 (patch) | |
tree | be2674912bf4b38a344792764b2db110eed62dbd | |
parent | d6b6d4e96697f4855a1cf8d5df828ff4f8e53ad4 (diff) | |
download | pkgsrc-60e1ca0737c61dd94768eb91546ad8a7e6626669.tar.gz |
Use NEWLIBVER in SITES.
If you want to use user-defined NEWLIBVER in left side,
you must define it before its reference.
Thank you, obache@.
-rw-r--r-- | cross/h8300-elf-gcc34/Makefile | 7 |
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//} |