pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross aarch64-none-elf-gcc: remove unused variable & i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9c195284454
branches: trunk
changeset: 331668:f9c195284454
user: tnn <tnn%pkgsrc.org@localhost>
date: Fri Mar 22 13:02:25 2019 +0000
description:
aarch64-none-elf-gcc: remove unused variable & include
diffstat:
cross/aarch64-none-elf-gcc/Makefile | 6 +-----
cross/arm-none-eabi-gcc/Makefile | 4 +---
2 files changed, 2 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 47f3282736f1 -r f9c195284454 cross/aarch64-none-elf-gcc/Makefile
--- a/cross/aarch64-none-elf-gcc/Makefile Fri Mar 22 11:21:07 2019 +0000
+++ b/cross/aarch64-none-elf-gcc/Makefile Fri Mar 22 13:02:25 2019 +0000
@@ -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_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 @@
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
diff -r 47f3282736f1 -r f9c195284454 cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile Fri Mar 22 11:21:07 2019 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile Fri Mar 22 13:02:25 2019 +0000
@@ -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_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