Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
This commit is contained in:
parent
04fbe4296a
commit
21998d122f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-09-04 Robert Millan <robertmh@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
|
||||||
|
|
||||||
2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
* configure.in: Ensure arguments to sed are properly spaced.
|
* configure.in: Ensure arguments to sed are properly spaced.
|
||||||
|
|
|
@ -391,7 +391,7 @@ case "${target}" in
|
||||||
# newlib is not 64 bit ready
|
# newlib is not 64 bit ready
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
;;
|
;;
|
||||||
alpha*-*-freebsd*)
|
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
;;
|
;;
|
||||||
alpha*-*-*)
|
alpha*-*-*)
|
||||||
|
@ -512,7 +512,7 @@ case "${target}" in
|
||||||
i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
|
i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
i[[3456789]]86-*-freebsd*)
|
i[[3456789]]86-*-freebsd* | i[[3456789]]86-*-kfreebsd*-gnu)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
;;
|
;;
|
||||||
i[[3456789]]86-*-linux*)
|
i[[3456789]]86-*-linux*)
|
||||||
|
|
Loading…
Reference in a new issue