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:
Alexey Neyman 2018-09-21 23:37:29 -07:00 committed by GitHub
commit c426acbee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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