pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross/h8300-elf-gcc



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Sep  9 15:17:12 UTC 2017

Modified Files:
        pkgsrc/cross/h8300-elf-gcc: Makefile

Log Message:
shut up pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cross/h8300-elf-gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/h8300-elf-gcc/Makefile
diff -u pkgsrc/cross/h8300-elf-gcc/Makefile:1.2 pkgsrc/cross/h8300-elf-gcc/Makefile:1.3
--- pkgsrc/cross/h8300-elf-gcc/Makefile:1.2     Mon Oct 24 22:34:19 2016
+++ pkgsrc/cross/h8300-elf-gcc/Makefile Sat Sep  9 15:17:12 2017
@@ -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/gc
 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@localhost
 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
 



Home | Main Index | Thread Index | Old Index