Commit 670cbfcf by Diego Novillo Committed by Diego Novillo

configure: Regenerate.


	* configure: Regenerate.

From-SVN: r110023
parent ede7acf1
2006-01-20 Diego Novillo <dnovillo@redhat.com>
* configure: Regenerate.
2006-01-18 Richard Henderson <rth@redhat.com> 2006-01-18 Richard Henderson <rth@redhat.com>
Jakub Jelinek <jakub@redhat.com> Jakub Jelinek <jakub@redhat.com>
Diego Novillo <dnovillo@redhat.com> Diego Novillo <dnovillo@redhat.com>
......
...@@ -1134,7 +1134,7 @@ no) ...@@ -1134,7 +1134,7 @@ no)
;; ;;
"") "")
case "${target}" in case "${target}" in
*-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu) *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
# Enable libmudflap by default in GNU and friends. # Enable libmudflap by default in GNU and friends.
;; ;;
*-*-freebsd*) *-*-freebsd*)
...@@ -1157,7 +1157,7 @@ no) ...@@ -1157,7 +1157,7 @@ no)
"") "")
# Enable libgomp by default on hosted POSIX systems. # Enable libgomp by default on hosted POSIX systems.
case "${target}" in case "${target}" in
*-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu) *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
;; ;;
*-*-netbsd* | *-*-freebsd* | *-*-openbsd*) *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment