PATCH: libjava FreeBSD configuration

DJ Delorie dj@redhat.com
Tue Apr 9 15:20:00 GMT 2002


I don't know why the BSDs are doing it differently, but the usual way
to handle what you're doing is to list the specific targets first,
followed by the catch-all.  Note alphabetical order when possible.
Also, please make sure your patch will work in the binutils
configure.in - I'm working on unifying them.

  *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
    noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
    ;;
  alpha*-*-freebsd*)
    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
    ;;
  i[34567]86-*-freebsd*)
    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
    ;;
  *-*-freebsd*)
    noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
    ;;



More information about the Gcc-patches mailing list