summaryrefslogtreecommitdiff
path: root/cross/arm-none-eabi-gcc
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/arm-none-eabi-gcc
parent03beedf4c4bb44dbb0513f7e1bfbcb30ac424567 (diff)
downloadpkgsrc-f787a616a0b3ff338d9cb2cdaa7e4570f53e4997.tar.gz
aarch64-none-elf-gcc: remove unused variable & include
Diffstat (limited to 'cross/arm-none-eabi-gcc')
-rw-r--r--cross/arm-none-eabi-gcc/Makefile4
1 files changed, 1 insertions, 3 deletions
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