we're not using libgloss anyway, disable it

This commit is contained in:
2024-03-30 12:42:25 +01:00
parent 961c9bae6e
commit 90950e89d6
2 changed files with 6 additions and 0 deletions

View File

@@ -3661,6 +3661,9 @@ case "${target}" in
alpha*-dec-osf*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
*-*-os3*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
i[3456789]86-*-linux*)
# This section makes it possible to build newlib natively on linux.
# If we are using a cross compiler then don't configure newlib.

View File

@@ -959,6 +959,9 @@ case "${target}" in
alpha*-dec-osf*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
*-*-os3*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
i[[3456789]]86-*-linux*)
# This section makes it possible to build newlib natively on linux.
# If we are using a cross compiler then don't configure newlib.