summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2019-03-22 13:02:25 +0000
committertnn <tnn@pkgsrc.org>2019-03-22 13:02:25 +0000
commitf787a616a0b3ff338d9cb2cdaa7e4570f53e4997 (patch)
tree668e8ca5595a8cdab2dccfa86153668c5aba1794 /cross
parent03beedf4c4bb44dbb0513f7e1bfbcb30ac424567 (diff)
downloadpkgsrc-f787a616a0b3ff338d9cb2cdaa7e4570f53e4997.tar.gz
aarch64-none-elf-gcc: remove unused variable & include
Diffstat (limited to 'cross')
-rw-r--r--cross/aarch64-none-elf-gcc/Makefile6
-rw-r--r--cross/arm-none-eabi-gcc/Makefile4
2 files changed, 2 insertions, 8 deletions
diff --git a/cross/aarch64-none-elf-gcc/Makefile b/cross/aarch64-none-elf-gcc/Makefile
index 6ca0d4e2d2e..39bd56a813f 100644
--- a/cross/aarch64-none-elf-gcc/Makefile
+++ b/cross/aarch64-none-elf-gcc/Makefile
@@ -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
diff --git a/cross/arm-none-eabi-gcc/Makefile b/cross/arm-none-eabi-gcc/Makefile
index 48a7ec30d0a..80ed970eb8a 100644
--- a/cross/arm-none-eabi-gcc/Makefile
+++ b/cross/arm-none-eabi-gcc/Makefile
@@ -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