diff options
author | DJ Delorie <dj@delorie.com> | 2003-09-04 22:53:35 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-09-04 22:53:35 +0000 |
commit | de011bd3b9cbbf642bef8b2f79ab286ccb944e8a (patch) | |
tree | 242379f4a501c9fd371d8c71fefd9971aa059f85 /configure | |
parent | 3bd0403f21a7632185738bb0487bb471ac3e7218 (diff) | |
download | gdb-de011bd3b9cbbf642bef8b2f79ab286ccb944e8a.tar.gz |
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 6c8648ea03a..b204110f118 100755 --- a/configure +++ b/configure @@ -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*) |