diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2006-01-20 Diego Novillo <dnovillo@redhat.com> + + * configure: Regenerate. + 2006-01-18 Richard Henderson <rth@redhat.com> Jakub Jelinek <jakub@redhat.com> Diego Novillo <dnovillo@redhat.com> @@ -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*) ;; |
