lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Apr 2012 10:18:44 -0400
From:	Bruce Ashfield <bruce.ashfield@...il.com>
To:	Otavio Salvador <otavio@...ystems.com.br>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] perf: do not prefix flex and bison calls with
 CROSS_COMPILE prefix

On Wed, Apr 11, 2012 at 8:44 AM, Otavio Salvador
<otavio@...ystems.com.br> wrote:
> Other parts of kernel calls bison and flex but do not use the
> CROSS_COMPILE prefix so this ought to be done in same way.

FWIW. I have the same fix here that I'm using with 3.4-rc2, but hadn't
gotten around to sending it out yet.

So that's a count of two without a cross prefixed flex and bison :)

Cheers,

Bruce

>
> Signed-off-by: Otavio Salvador <otavio@...ystems.com.br>
> ---
>  tools/perf/Makefile |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/perf/Makefile b/tools/perf/Makefile
> index 820371f..0ae8165 100644
> --- a/tools/perf/Makefile
> +++ b/tools/perf/Makefile
> @@ -234,8 +234,8 @@ endif
>
>  export PERL_PATH
>
> -FLEX = $(CROSS_COMPILE)flex
> -BISON= $(CROSS_COMPILE)bison
> +FLEX = flex
> +BISON= bison
>
>  event-parser:
>        $(QUIET_BISON)$(BISON) -v util/parse-events.y -d -o $(OUTPUT)util/parse-events-bison.c
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ