mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
Merge pull request #990 from antmak/fix_newlib_multilib_opt
Fix a wrong name for the newlib's multilib option
This commit is contained in:
commit
c426acbee7
@ -38,7 +38,7 @@ do_libc() {
|
||||
|
||||
# Multilib is the default, so if it is not enabled, disable it.
|
||||
if [ "${CT_MULTILIB}" != "y" ]; then
|
||||
extra_config+=("--disable-multilib")
|
||||
newlib_opts+=("--disable-multilib")
|
||||
fi
|
||||
|
||||
if [ "${CT_LIBC_NEWLIB_IO_FLOAT}" = "y" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user