[x265] [PATCH] POWER8 Little Endian Crosscompilation

Steve Borho steve at borho.org
Mon Sep 14 06:33:03 CEST 2015


On 09/11, Peter Kov??? wrote:
> # HG changeset patch
> # User Peter Ková?? <peter.kovar at reflexion.tv>
> # Date 1441997493 -7200
> #      Fri Sep 11 20:51:33 2015 +0200
> # Node ID bf0a54ec36a2bba7303746061ebee07c96ddc6be
> # Parent  3cafbcfb10ed43f3b7b59430ef17f563c2f747f1
> POWER8 Little Endian Crosscompilation

this patch is missing powerpc64le-linux-gnu.cmake and documentation for
the compilers/toolchains necessary for it to work.

> diff -r 3cafbcfb10ed -r bf0a54ec36a2 build/linux/make-Makefiles.bash
> --- a/build/linux/make-Makefiles.bash	Fri Sep 11 20:12:51 2015 +0200
> +++ b/build/linux/make-Makefiles.bash	Fri Sep 11 20:51:33 2015 +0200
> @@ -1,3 +1,6 @@
>  #!/bin/bash
> +
> +CROSS="-DCMAKE_TOOLCHAIN_FILE=powerpc64le-linux-gnu.cmake"
> +
>  # Run this from within a bash shell
> -cmake -G "Unix Makefiles" ../../source && ccmake ../../source
> +cmake $CROSS -G "Unix Makefiles" ../../source && ccmake $CROSS ../../source
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel

-- 
Steve Borho


More information about the x265-devel mailing list