From 7186e39f326150371b7909e2a938fe573f05cda1 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 25 Jan 2017 00:06:28 -0800 Subject: Run all configure scripts using ${CONFIG_SHELL} ... as its help message says in menuconfig. Signed-off-by: Alexey Neyman --- scripts/build/libc/newlib.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/build/libc/newlib.sh') diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh index 0c0c2aa3..3b485078 100644 --- a/scripts/build/libc/newlib.sh +++ b/scripts/build/libc/newlib.sh @@ -130,6 +130,7 @@ ENABLE_TARGET_OPTSPACE:target-optspace CFLAGS_FOR_TARGET="${cflags_for_target}" \ AR_FOR_TARGET="`which ${CT_TARGET}-gcc-ar`" \ RANLIB_FOR_TARGET="`which ${CT_TARGET}-gcc-ranlib`" \ + ${CONFIG_SHELL} \ "${CT_SRC_DIR}/newlib-${CT_LIBC_VERSION}/configure" \ --host=${CT_BUILD} \ --target=${CT_TARGET} \ -- cgit v1.2.3