Fix a wrong name for the newlib's multilib option

This commit is contained in:
Anton Maklakov 2018-06-15 13:42:44 +08:00
parent ec384f2b9f
commit b1dbc3ce9a

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