pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Jan 18 14:39:59 UTC 2018

Modified Files:
        pkgsrc/cross/aarch64-none-elf-gcc: Makefile
        pkgsrc/cross/arm-none-eabi-gcc: Makefile

Log Message:
Remove useless argument for configure script


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/aarch64-none-elf-gcc/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/cross/arm-none-eabi-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/aarch64-none-elf-gcc/Makefile
diff -u pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.1 pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.2
--- pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.1      Fri Sep  1 20:56:43 2017
+++ pkgsrc/cross/aarch64-none-elf-gcc/Makefile  Thu Jan 18 14:39:59 2018
@@ -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 @@ CONFIGURE_ARGS+=      --disable-libstdcxx-pch
 
 INFO_FILES=            yes
 
-CONFIGURE_ARGS+=       --enable-${PLUGIN_NAME}-plugin
-
 .include "../../mk/compiler.mk"
 
 post-extract:

Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.11 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.12
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.11        Wed Jan  3 22:43:23 2018
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Thu Jan 18 14:39:59 2018
@@ -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 @@ CONFIGURE_ARGS+=      --disable-libstdcxx-pch
 
 INFO_FILES=            yes
 
-CONFIGURE_ARGS+=       --enable-${PLUGIN_NAME}-plugin
-
 PLIST_VARS+=           libcpp
 
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index