From 4938df8a3b4d5d95c92e8833fe9425e2b20e83d6 Mon Sep 17 00:00:00 2001 From: dnovillo Date: Fri, 20 Jan 2006 13:47:14 +0000 Subject: [PATCH] * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110023 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ configure | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c90bddb9746..f9af479f2b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-20 Diego Novillo + + * configure: Regenerate. + 2006-01-18 Richard Henderson Jakub Jelinek Diego Novillo diff --git a/configure b/configure index 663a7a5357c..32e4e9c026e 100755 --- a/configure +++ b/configure @@ -1134,7 +1134,7 @@ no) ;; "") case "${target}" in - *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu) + *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu) # Enable libmudflap by default in GNU and friends. ;; *-*-freebsd*) @@ -1157,7 +1157,7 @@ no) "") # Enable libgomp by default on hosted POSIX systems. case "${target}" in - *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu) + *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu) ;; *-*-netbsd* | *-*-freebsd* | *-*-openbsd*) ;; -- 2.11.4.GIT