diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-25 22:39:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 22:39:21 -0800 |
commit | e1132fc82936f9dfe79f1f28054e11cb405122bf (patch) | |
tree | 410a058b21cff616cea07c91089d8527f42b09b7 /scripts/build/libc/avr-libc.sh | |
parent | 8168cab172678667a25f76301a78660877e28502 (diff) | |
parent | 7186e39f326150371b7909e2a938fe573f05cda1 (diff) | |
download | crosstool-ng-e1132fc82936f9dfe79f1f28054e11cb405122bf.tar.gz crosstool-ng-e1132fc82936f9dfe79f1f28054e11cb405122bf.tar.bz2 crosstool-ng-e1132fc82936f9dfe79f1f28054e11cb405122bf.zip |
Merge pull request #557 from stilor/config-shell
Run all configure scripts using ${CONFIG_SHELL}
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} \ |