configure: Regenerate.
* configure: Regenerate. * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet. From-SVN: r71094
This commit is contained in:
parent
f6f5dff2e1
commit
dc94d89ef7
3 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
|||
2003-09-04 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
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>
|
||||
|
||||
* configure.in: Ensure arguments to sed are properly spaced.
|
||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -1140,7 +1140,7 @@ case "${target}" in
|
|||
# newlib is not 64 bit ready
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
alpha*-*-freebsd*)
|
||||
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
alpha*-*-*)
|
||||
|
@ -1261,7 +1261,7 @@ case "${target}" in
|
|||
i[3456789]86-*-coff | i[3456789]86-*-elf)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
i[3456789]86-*-freebsd*)
|
||||
i[3456789]86-*-freebsd* | i[3456789]86-*-kfreebsd*-gnu)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
i[3456789]86-*-linux*)
|
||||
|
|
|
@ -391,7 +391,7 @@ case "${target}" in
|
|||
# newlib is not 64 bit ready
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
alpha*-*-freebsd*)
|
||||
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
alpha*-*-*)
|
||||
|
@ -512,7 +512,7 @@ case "${target}" in
|
|||
i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
i[[3456789]]86-*-freebsd*)
|
||||
i[[3456789]]86-*-freebsd* | i[[3456789]]86-*-kfreebsd*-gnu)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
i[[3456789]]86-*-linux*)
|
||||
|
|
Loading…
Add table
Reference in a new issue