From 124a04f957e69fdfdc29eb1aa6f9b7305ecf5402 Mon Sep 17 00:00:00 2001 From: satcom886 Date: Thu, 6 Aug 2020 12:03:53 +0200 Subject: [PATCH] Mention LLC_TRIPLE --- doc/sphinx/source/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/sphinx/source/install.rst b/doc/sphinx/source/install.rst index af94ad9f67..ff0b47bc38 100644 --- a/doc/sphinx/source/install.rst +++ b/doc/sphinx/source/install.rst @@ -193,6 +193,10 @@ use ";" as separator (you'll have to escape it for bash). will find the suitable compiled library based on detected CPU features, so it cannot fail (at worst it'll degrade to SSE2 library). +- ``-DLLC_TRIPLE=`` Controls what target triple pocl is built for. + You can set this manually in case the autodetection fails. + Example value: ``x86_64-pc-linux-gnu`` + - ``-DENABLE_TESTSUITES`` Which external (source outside pocl) testsuites to enable. For the list of testsuites, see examples/CMakeLists.txt or the ``examples`` directory. Set to ``all`` and pocl will try to autodetect & enable everything