diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-25 00:06:28 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-25 00:06:28 -0800 |
commit | 7186e39f326150371b7909e2a938fe573f05cda1 (patch) | |
tree | 833b2eec8f8c1eaf0e29bf35f94ab94626b2d712 /scripts/build/libc/avr-libc.sh | |
parent | b5d0e396d9ad0c886ab487bd26776bda92e5f40c (diff) | |
download | crosstool-ng-7186e39f326150371b7909e2a938fe573f05cda1.tar.gz crosstool-ng-7186e39f326150371b7909e2a938fe573f05cda1.tar.bz2 crosstool-ng-7186e39f326150371b7909e2a938fe573f05cda1.zip |
Run all configure scripts using ${CONFIG_SHELL}
... as its help message says in menuconfig.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/libc/avr-libc.sh')
-rw-r--r-- | scripts/build/libc/avr-libc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/libc/avr-libc.sh b/scripts/build/libc/avr-libc.sh index 431e8768..f94b6017 100644 --- a/scripts/build/libc/avr-libc.sh +++ b/scripts/build/libc/avr-libc.sh @@ -22,6 +22,7 @@ do_libc_configure() { CT_DoLog EXTRA "Configuring C library" CT_DoExecLog CFG \ + ${CONFIG_SHELL} \ ./configure \ --build=${CT_BUILD} \ --host=${CT_TARGET} \ |