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
commit97735d20d01f8db01e9b37f9bfb30b50d060899b (patch)
treec29828e1fb2619cd84f405e975338bb4f6005bc0 /cross
parent6c427a149f6e25664eb5256d6d60c84f5e193e3f (diff)
downloadpkgsrc-97735d20d01f8db01e9b37f9bfb30b50d060899b.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