diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3469,6 +3469,9 @@ case "${target}" in *-*-netware*) noconfigdirs="$noconfigdirs ${libgcj}" ;; + *-*-phoenix*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; *-*-rtems*) noconfigdirs="$noconfigdirs ${libgcj}" ;; @@ -3725,6 +3728,9 @@ case "${target}" in ;; *-*-netware*) ;; + *-*-phoenix*) + noconfigdirs="$noconfigdirs target-libgloss" + ;; *-*-rtems*) noconfigdirs="$noconfigdirs target-libgloss" # this is not caught below because this stanza matches earlier |