From 63941e0f4f37fa7e153f984fbf21d36c16a3ee14 Mon Sep 17 00:00:00 2001 From: mef Date: Mon, 18 Nov 2013 06:41:27 +0000 Subject: As proposed in following mail: http://mail-index.netbsd.org/pkgsrc-users/2013/11/16/msg018897.html (1) Import nios2-binutils 2.23 (CodeSourcery derived) from wip. (2) nios2-gcc41 now does not include nios2/Makefile.common, and unnecessary buildlink3 line to kpathsea removed. (3) Switch nios2/Makefile.common to provide above (1) package. (4) Import nios2-gcc 4.7.3 (CodeSourcery derived) from wip, including file (3) nios2/Makefile.common and DEPENDS (1) binutils. (5) Switch all gcc's, nios2-gcc{3,41} to DEPENDS above (1) binutils. (6) Delete nios2-binutils220 (2.20). --- cross/nios2-gcc3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cross/nios2-gcc3') diff --git a/cross/nios2-gcc3/Makefile b/cross/nios2-gcc3/Makefile index 3142a05de95..27fb46cfefa 100644 --- a/cross/nios2-gcc3/Makefile +++ b/cross/nios2-gcc3/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/11/16 07:41:00 mef Exp $ +# $NetBSD: Makefile,v 1.2 2013/11/18 06:41:27 mef Exp $ PKG_VERSION= 3.4.6 # PKGNAME will have option name only when explictly selected PKGNAME= nios2-gcc3-${PKG_VERSION} CATEGORIES= cross MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= GNU gcc for Altera FPGA Nios2 processor +COMMENT= GNU gcc3 for Altera FPGA Nios2 processor LICENSE= gnu-gpl-v2 MASTER_SITES= ftp://ftp.altera.com/outgoing/download/support/ip/processors/nios2/gnu/ @@ -20,7 +20,7 @@ USE_TOOLS+= gmake makeinfo perl USE_GNU_CONFIGURE_HOST= no #BUILD_DEFS+= CROSSBASE #included in ../nios2/Makefile.common -DEPENDS+= nios2-binutils220-[0-9]*:../../cross/nios2-binutils220 +DEPENDS+= nios2-binutils-[0-9]*:../../cross/nios2-binutils GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -- cgit v1.2.3