* configure.ac: Don't add target-libmudflap to noconfigdirs for
uclinux and linux-uclibc targets. * configure: Regenerate.
This commit is contained in:
parent
b363c819dd
commit
a25361ff0f
|
@ -1,3 +1,9 @@
|
||||||
|
2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||||
|
|
||||||
|
* configure.ac: Don't add target-libmudflap to noconfigdirs for
|
||||||
|
uclinux and linux-uclibc targets.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2007-06-28 DJ Delorie <dj@redhat.com>
|
2007-06-28 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
|
* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
|
||||||
|
|
|
@ -2075,7 +2075,7 @@ esac
|
||||||
# Disable libmudflap on some systems.
|
# Disable libmudflap on some systems.
|
||||||
if test x$enable_libmudflap = x ; then
|
if test x$enable_libmudflap = x ; then
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
|
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
|
||||||
# Enable libmudflap by default in GNU and friends.
|
# Enable libmudflap by default in GNU and friends.
|
||||||
;;
|
;;
|
||||||
*-*-freebsd*)
|
*-*-freebsd*)
|
||||||
|
|
|
@ -364,7 +364,7 @@ esac
|
||||||
# Disable libmudflap on some systems.
|
# Disable libmudflap on some systems.
|
||||||
if test x$enable_libmudflap = x ; then
|
if test x$enable_libmudflap = x ; then
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
|
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
|
||||||
# Enable libmudflap by default in GNU and friends.
|
# Enable libmudflap by default in GNU and friends.
|
||||||
;;
|
;;
|
||||||
*-*-freebsd*)
|
*-*-freebsd*)
|
||||||
|
|
Loading…
Reference in New Issue