|
|
Message-ID: <5154F828.6010406@barfooze.de>
Date: Fri, 29 Mar 2013 03:10:48 +0100
From: John Spencer <maillist-musl@...fooze.de>
To: musl@...ts.openwall.com
Subject: Re: musl and gcc-4.8 (sabotage)
On 03/29/2013 02:39 AM, Daniel Cegiełka wrote:
> # Disable libsanitizer on unsupported systems.
> -if test -d ${srcdir}/libsanitizer; then
> - if test x$enable_libsanitizer = x; then
> - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support">&5
> -$as_echo_n "checking for libsanitizer support... ">&6; }
> - if (srcdir=${srcdir}/libsanitizer; \
> - . ${srcdir}/configure.tgt; \
> - test -n "$UNSUPPORTED")
> - then
> - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no">&5
> -$as_echo "no">&6; }
> - noconfigdirs="$noconfigdirs target-libsanitizer"
> - else
> - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes">&5
> -$as_echo "yes">&6; }
> - fi
> - fi
> -fi
> +noconfigdirs="$noconfigdirs target-libsanitizer"
this looks as if --disable-libsanitizer would have done the job as well.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.