pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross Remove useless argument for configure script
details: https://anonhg.NetBSD.org/pkgsrc/rev/77c1d18f6076
branches: trunk
changeset: 374254:77c1d18f6076
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Jan 18 14:39:59 2018 +0000
description:
Remove useless argument for configure script
diffstat:
cross/aarch64-none-elf-gcc/Makefile | 4 +---
cross/arm-none-eabi-gcc/Makefile | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 8526b83081f9 -r 77c1d18f6076 cross/aarch64-none-elf-gcc/Makefile
--- a/cross/aarch64-none-elf-gcc/Makefile Thu Jan 18 13:39:47 2018 +0000
+++ b/cross/aarch64-none-elf-gcc/Makefile Thu Jan 18 14:39:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/01 20:56:43 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/18 14:39:59 ryoon Exp $
DISTNAME= gcc-7.2.0
PKGNAME= cross-aarch64-none-elf-${DISTNAME}
@@ -47,8 +47,6 @@
INFO_FILES= yes
-CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
-
.include "../../mk/compiler.mk"
post-extract:
diff -r 8526b83081f9 -r 77c1d18f6076 cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile Thu Jan 18 13:39:47 2018 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile Thu Jan 18 14:39:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/01/03 22:43:23 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2018/01/18 14:39:59 ryoon Exp $
DISTNAME= gcc-7.2.0
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -50,8 +50,6 @@
INFO_FILES= yes
-CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
-
PLIST_VARS+= libcpp
.include "../../mk/compiler.mk"
Home |
Main Index |
Thread Index |
Old Index