summaryrefslogtreecommitdiff
path: root/cross/h8300-elf-gcc
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2017-09-09 15:17:12 +0000
committerdholland <dholland@pkgsrc.org>2017-09-09 15:17:12 +0000
commita5b3912feb44453794da20e88567650a4d89d870 (patch)
tree0976ed322669b413a3107aac5c932c59e114589d /cross/h8300-elf-gcc
parentbc8d0c48a385bfcd51f55ebac53f4e214c0fdafd (diff)
downloadpkgsrc-a5b3912feb44453794da20e88567650a4d89d870.tar.gz
shut up pkglint
Diffstat (limited to 'cross/h8300-elf-gcc')
-rw-r--r--cross/h8300-elf-gcc/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/cross/h8300-elf-gcc/Makefile b/cross/h8300-elf-gcc/Makefile
index 836023e2d45..ea3dee22bd2 100644
--- a/cross/h8300-elf-gcc/Makefile
+++ b/cross/h8300-elf-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/10/24 22:34:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/09 15:17:12 dholland Exp $
DISTNAME= gcc-6.2.0
PKGNAME= cross-h8300-elf-${DISTNAME}
@@ -8,13 +8,14 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
newlib-${NEWLIBVER}.tar.gz
-NEWLIBVER= 2.4.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= 2.4.0
+SITES.newlib-${NEWLIBVER}.tar.gz= ftp://sources.redhat.com/pub/newlib/
+
DEPENDS+= cross-h8300-elf-binutils-[0-9]*:../../cross/h8300-elf-binutils
.include "../../mk/bsd.prefs.mk"
@@ -41,9 +42,9 @@ CONFIGURE_ARGS+= --target=h8300-elf
CONFIGURE_ARGS+= --enable-languages=c
CONFIGURE_ARGS+= --with-newlib
CONFIGURE_ARGS+= --disable-libstdcxx-pch
-CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmp}
-CONFIGURE_ARGS+= --with-mpc=${BUILDLINK_PREFIX.mpcomplex}
-CONFIGURE_ARGS+= --with-mpfr=${BUILDLINK_PREFIX.mpfr}
+CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmp}
+CONFIGURE_ARGS+= --with-mpc=${BUILDLINK_PREFIX.mpcomplex}
+CONFIGURE_ARGS+= --with-mpfr=${BUILDLINK_PREFIX.mpfr}
MAKE_ENV+= SHELL=${CONFIG_SHELL}
INFO_FILES= yes