From: Bernd Schmidt Date: Fri, 29 Jun 2007 11:33:56 +0000 (+0000) Subject: * configure.ac: Don't add target-libmudflap to noconfigdirs for X-Git-Tag: binutils-2_18-branchpoint~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c3e1d1299219f1cefbef1d8987e64d63a30ccc2;p=thirdparty%2Fbinutils-gdb.git * configure.ac: Don't add target-libmudflap to noconfigdirs for uclinux and linux-uclibc targets. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index f8d68b1a4c8..dbb7644376b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-29 Bernd Schmidt + + * configure.ac: Don't add target-libmudflap to noconfigdirs for + uclinux and linux-uclibc targets. + * configure: Regenerate. + 2007-06-28 DJ Delorie * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're diff --git a/configure b/configure index 2e6b87dfe2c..5023f000636 100755 --- a/configure +++ b/configure @@ -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 dafaa3cfd97..0b4fc3333f8 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*)