diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2007-06-29 11:33:56 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2007-06-29 11:33:56 +0000 |
commit | a25361ff0f699bd1ea146e54b6c216994f1b9103 (patch) | |
tree | 3044262ac9f021c45f48b7a1ff1f0a04b36feb7a | |
parent | b363c819dd4768db235519ae5b92607e945afc7c (diff) | |
download | cygnal-a25361ff0f699bd1ea146e54b6c216994f1b9103.tar.gz cygnal-a25361ff0f699bd1ea146e54b6c216994f1b9103.tar.bz2 cygnal-a25361ff0f699bd1ea146e54b6c216994f1b9103.zip |
* configure.ac: Don't add target-libmudflap to noconfigdirs for
uclinux and linux-uclibc targets.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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> * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're @@ -2075,7 +2075,7 @@ esac # Disable libmudflap on some systems. if test x$enable_libmudflap = x ; then case "${target}" in - *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu) + *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*) # Enable libmudflap by default in GNU and friends. ;; *-*-freebsd*) diff --git a/configure.ac b/configure.ac index dafaa3cfd..0b4fc3333 100644 --- a/configure.ac +++ b/configure.ac @@ -364,7 +364,7 @@ esac # Disable libmudflap on some systems. if test x$enable_libmudflap = x ; then case "${target}" in - *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu) + *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*) # Enable libmudflap by default in GNU and friends. ;; *-*-freebsd*) |