diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-09 13:47:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-09 13:47:25 +0000 |
commit | 6c4ff5e9c0c63026fde5846e7e6f20e6d3b16603 (patch) | |
tree | 6d12431384493b47b5ab0740003a01f9421bc267 /cross | |
parent | e95835305bb72e38f4d354bf0a09251d056d2659 (diff) | |
download | pkgsrc-6c4ff5e9c0c63026fde5846e7e6f20e6d3b16603.tar.gz |
Ignore errors from this mess as other versions of binutils 2.19 do.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/h8300-elf-binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-elf-binutils/Makefile b/cross/h8300-elf-binutils/Makefile index 2cb19c4463a..c818a27f449 100644 --- a/cross/h8300-elf-binutils/Makefile +++ b/cross/h8300-elf-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/30 13:24:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2013/05/09 13:47:25 joerg Exp $ DISTNAME= binutils-2.19.1 PKGNAME= cross-h8300-elf-${DISTNAME} @@ -20,7 +20,7 @@ CONFIGURE_DIRS= ${OBJDIR} CONFIGURE_SCRIPT= ${WRKSRC}/configure GNU_CONFIGURE_PREFIX= ${H8300_PREFIX} -CONFIGURE_ARGS+= --target=h8300-elf +CONFIGURE_ARGS+= --disable-werror --target=h8300-elf INFO_FILES= yes INSTALLATION_DIRS+= bin ${H8300_PREFIX} |