On 04-10-2009 13:13:30 +0300, Samuli Suominen wrote:
> +# @FUNCTION: no-as-needed
> +# @RETURN: Flag to disable asneeded behavior for use with append-ldflags.
> +no-as-needed() {
> +     case $($(tc-getLD) -v 2>&1 </dev/null) in
> +             *GNU*) # GNU ld
> +             echo "-Wl,--no-as-needed" ;;
> +     esac
> +}
> 
> It's committed.
> 
> To avoid the already caused trouble for you (prefix), these should be
> converted:

thanks!


-- 
Fabian Groffen
Gentoo on a different level

Reply via email to