mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
we're not using libgloss anyway, disable it
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user