From e100816592fa5de82ca01c4becca48ab06fd6ff4 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 4 Sep 2003 22:53:35 +0000 Subject: [PATCH] * configure: Regenerate. --- ChangeLog | 4 ++++ configure | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7eb31a3..7a9b9d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-04 DJ Delorie + + * configure: Regenerate. + 2003-09-04 Robert Millan * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet. diff --git a/configure b/configure index 6c8648e..b204110 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*) -- 2.7.4