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: tnn
Date: Fri Mar 22 13:02:25 UTC 2019
Modified Files:
pkgsrc/cross/aarch64-none-elf-gcc: Makefile
pkgsrc/cross/arm-none-eabi-gcc: Makefile
Log Message:
aarch64-none-elf-gcc: remove unused variable & include
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/cross/aarch64-none-elf-gcc/Makefile
cvs rdiff -u -r1.21 -r1.22 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.6 pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.7
--- pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.6 Fri Nov 23 05:30:45 2018
+++ pkgsrc/cross/aarch64-none-elf-gcc/Makefile Fri Mar 22 13:02:25 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/11/23 05:30:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2019/03/22 13:02:25 tnn Exp $
DISTNAME= gcc-8.2.0
PKGNAME= cross-aarch64-none-elf-${DISTNAME}
@@ -38,8 +38,6 @@ GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${AARCH64ELF_PREFIX}
-HOSTDIR= build-${MACHINE_ARCH}--${LOWER_OPSYS}
-
CONFIGURE_ARGS+= --target=aarch64-none-elf
CONFIGURE_ARGS+= --enable-languages=c,c++
CONFIGURE_ARGS+= --with-newlib
@@ -48,8 +46,6 @@ CONFIGURE_ARGS+= --disable-libstdcxx-pch
INFO_FILES= yes
-.include "../../mk/compiler.mk"
-
post-extract:
${LN} -s ${WRKDIR}/newlib-${NEWLIBVER}/newlib ${WRKSRC}/newlib
${LN} -s ${WRKDIR}/newlib-${NEWLIBVER}/libgloss ${WRKSRC}/libgloss
Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.21 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.22
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.21 Wed Nov 21 00:16:04 2018
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile Fri Mar 22 13:02:25 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/11/21 00:16:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2019/03/22 13:02:25 tnn Exp $
DISTNAME= gcc-8.2.0
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -40,8 +40,6 @@ GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${ARMELF_PREFIX}
-HOSTDIR= build-${MACHINE_ARCH}--${LOWER_OPSYS}
-
CONFIGURE_ARGS+= --target=arm-none-eabi
CONFIGURE_ARGS+= --enable-languages=c,c++
CONFIGURE_ARGS+= --with-newlib
Home |
Main Index |
Thread Index |
Old Index