mirror of
https://review.haiku-os.org/buildtools
synced 2026-02-04 07:53:14 +01:00
gcc: sync configure.ac with configure and regen.
This commit is contained in:
@@ -391,6 +391,9 @@ case "${host}" in
|
||||
i[[3456789]]86-*-msdosdjgpp*)
|
||||
noconfigdirs="$noconfigdirs tcl tk itcl"
|
||||
;;
|
||||
*-*-haiku*)
|
||||
noconfigdirs="$noconfigdirs tk itcl libgui gdb"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@@ -673,6 +676,9 @@ case "${target}" in
|
||||
*-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
*-*-haiku*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
*-*-netware*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
@@ -849,6 +855,9 @@ case "${target}" in
|
||||
*-*-freebsd*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
*-*-haiku*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
@@ -902,6 +911,9 @@ case "${target}" in
|
||||
with_gmp=/usr/local
|
||||
fi
|
||||
;;
|
||||
*-*-haiku*)
|
||||
noconfigdirs="$noconfigdirs gdb target-libiberty"
|
||||
;;
|
||||
*-*-kaos*)
|
||||
# Remove unsupported stuff on all kaOS configurations.
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
|
||||
Reference in New Issue
Block a user