X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure;h=7bc49f74aef7932950df13485a9ffecf807b94a4;hb=cb49a9e15e705021a3d9ef9ea114fd893a8f756e;hp=d62285c9067ae9ef7232a2b7993a606549645d60;hpb=9548bbede51868a9a780d7d21ae16ac13e8bdf9b;p=deliverable%2Fbinutils-gdb.git diff --git a/configure b/configure index d62285c906..7bc49f74ae 100755 --- a/configure +++ b/configure @@ -2775,7 +2775,6 @@ target_libraries="target-libgcc \ target-libatomic \ target-libitm \ target-libstdc++-v3 \ - target-libmudflap \ target-libsanitizer \ target-libvtv \ target-libssp \ @@ -3128,22 +3127,6 @@ if test x$enable_static_libjava != xyes ; then fi -# Disable libmudflap on some systems. -if test x$enable_libmudflap = x ; then - case "${target}" in - *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu) - # Enable libmudflap by default in GNU and friends. - ;; - *-*-freebsd*) - # Enable libmudflap by default in FreeBSD. - ;; - *) - # Disable it by default everywhere else. - noconfigdirs="$noconfigdirs target-libmudflap" - ;; - esac -fi - # Disable libgomp on non POSIX hosted systems. if test x$enable_libgomp = x ; then # Enable libgomp by default on hosted POSIX systems.