mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Fix a wrong name for the newlib's multilib option
This commit is contained in:
parent
ec384f2b9f
commit
b1dbc3ce9a
@ -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