Makes perfect sense. I'm reverting the changes on my local repo.<br><br><div class="gmail_quote">On Wed, Dec 14, 2011 at 9:53 PM, Rafaël Carré <span dir="ltr"><<a href="mailto:funman@videolan.org">funman@videolan.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le Wed, 14 Dec 2011 21:35:26 +0100,<br>
"Faustino E. Osuna" <<a href="mailto:enrique.osuna@gmail.com">enrique.osuna@gmail.com</a>> a écrit :<br>
<div class="im"><br>
> Use the default tools instead of explicitly setting our own.<br>
<br>
</div>Unfortunately on OSX, those tools are not host-prefixed<br>
<br>
For example when cross compiling from intel to ppc, powerpc-apple-darwin9-strip<br>
does not exist, so autotools project using those programs would fail.<br>
<br>
I think (hope) Apple made ar/strip etc handle different architectures<br>
correctly, at least it should be true for intel 32/64 bits.<br>
<div class="HOEnZb"><div class="h5"><br>
> ---<br>
>  contrib/src/main.mak |    4 ----<br>
>  1 files changed, 0 insertions(+), 4 deletions(-)<br>
><br>
> diff --git a/contrib/src/main.mak b/contrib/src/main.mak<br>
> index 7d65b6d..efa791c 100644<br>
> --- a/contrib/src/main.mak<br>
> +++ b/contrib/src/main.mak<br>
> @@ -119,10 +119,6 @@ $(warning overring CC=$(CXX) with g++-4.2)<br>
>  CXX=g++-4.2<br>
>  endif<br>
><br>
> -AR=ar<br>
> -LD=ld<br>
> -STRIP=strip<br>
> -RANLIB=ranlib<br>
>  EXTRA_CFLAGS += -isysroot $(MACOSX_SDK) -mmacosx-version-min=$(MIN_OSX_VERSION) -DMACOSX_DEPLOYMENT_TARGET=$(MIN_OSX_VERSION)<br>
>  EXTRA_LDFLAGS += -Wl,-syslibroot,$(MACOSX_SDK) -mmacosx-version-min=$(MIN_OSX_VERSION) -isysroot $(MACOSX_SDK) -DMACOSX_DEPLOYMENT_TARGET=$(MIN_OSX_VERSION)<br>
>  ifeq ($(ARCH),x86_64)<br>
<br>
<br>
<br>
--<br>
</div></div><span class="HOEnZb"><font color="#888888">Rafaël Carré<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br>