summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2016-12-01 03:45:57 +0000
committersevan <sevan@pkgsrc.org>2016-12-01 03:45:57 +0000
commit8d355719ff3712a1a4a584f45d7229174808bc88 (patch)
treec29828e1fb2619cd84f405e975338bb4f6005bc0 /cross
parent4c7020b20cc7ab088548edefb429cc513308926b (diff)
downloadpkgsrc-8d355719ff3712a1a4a584f45d7229174808bc88.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