[x265] [PATCH] POWER8 Little Endian Crosscompilation
Peter Kovář
peter.kovar at reflexion.tv
Fri Sep 11 21:22:34 CEST 2015
# 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
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
More information about the x265-devel
mailing list