summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorsevan <sevan>2016-12-01 03:45:57 +0000
committersevan <sevan>2016-12-01 03:45:57 +0000
commitbdcc1a31857b4d9029e4c9adb622f3e37388b2c1 (patch)
treec29828e1fb2619cd84f405e975338bb4f6005bc0 /cross
parent78e918b51a6a6b28bd1a496443c8254095b6e829 (diff)
downloadpkgsrc-bdcc1a31857b4d9029e4c9adb622f3e37388b2c1.tar.gz
Use ${TOOLS_PATH.bash} to steer CONFIG_SHELL and WRAPPER_SHELL.
Unbreaks configure stage on Darwin when a local copy of bash is not install from pkgsrc.
Diffstat (limited to 'cross')
-rw-r--r--cross/arm-none-eabi-gcc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/arm-none-eabi-gcc/Makefile b/cross/arm-none-eabi-gcc/Makefile
index 49f83169eca..48bb8f28265 100644
--- a/cross/arm-none-eabi-gcc/Makefile
+++ b/cross/arm-none-eabi-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/10/19 12:48:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/01 03:45:57 sevan Exp $
DISTNAME= gcc-6.2.0
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -28,8 +28,8 @@ OBJDIR= ../build
CONFIGURE_DIRS= ${OBJDIR}
CONFIGURE_SCRIPT= ../${DISTNAME}/configure
-CONFIG_SHELL= ${LOCALBASE}/bin/bash
-WRAPPER_SHELL= ${LOCALBASE}/bin/bash
+CONFIG_SHELL= ${TOOLS_PATH.bash}
+WRAPPER_SHELL= ${TOOLS_PATH.bash}
USE_TOOLS+= bash
USE_TOOLS+= gmake makeinfo