[llvm-commits] [patch] Fix compiler_rt build system on FreeBSD

Chris Lattner clattner at apple.com
Mon Jul 6 15:24:38 PDT 2009


On Jul 5, 2009, at 2:21 PM, Pawel Worach wrote:

> Hi,
>
> Please use env(1) to call python, FreeBSD installs python in
> /usr/local/bin and probably other systems behave the same way.

Thanks, applied:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090706/080194.html

-Chris

>
> Index: make/filter-inputs
> ===================================================================
> --- make/filter-inputs  (revision 74795)
> +++ make/filter-inputs  (working copy)
> @@ -1,4 +1,4 @@
> -#!/usr/bin/python
> +#!/usr/bin/env python
>
> #===- make/filter-inputs
> ---------------------------------------------------===#
> #
>
> -- 
> Pawel
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list