2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-21 23:41:13 +08:00

configure: Regenerate.

* configure: Regenerate.

From-SVN: r110023
This commit is contained in:
Diego Novillo 2006-01-20 13:47:14 +00:00 committed by Diego Novillo
parent ede7acf175
commit 670cbfcfc5
2 changed files with 6 additions and 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>

4
configure vendored

@ -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*)
;;