diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-04-24 16:28:01 +0200 |
---|---|---|
committer | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-05-10 11:34:20 +0200 |
commit | 62c160c23ed4c074d106f30a43638fac66568ac6 (patch) | |
tree | 30157f3f823d7cdbd2c35bb1e169a2e0b718bacc /configure.ac | |
parent | f5b8f51bc64c1dfc479f20d16e2d44ab3932f751 (diff) |
configure: add support for aarch64
Downloaded from:
https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/mediacenter/kodi/patches/kodi-999.10-aarch64-support.patch
and added uClibc support.
v2: removed joystick (stefansaraev) and cortex-a53 (koenkooi) options.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 75cfc57a2d..ec8250979e 100644 --- a/configure.ac +++ b/configure.ac @@ -622,6 +622,16 @@ case $host in use_gl=no USE_STATIC_FFMPEG=1 ;; + aarch64*-*-linux-gnu*|aarch64*-*-linux-uclibc*) + target_platform=target_linux + ARCH="aarch64" + use_arch="aarch64" + use_neon=yes + use_gles=yes + use_gl=no + use_wayland=no + USE_STATIC_FFMPEG=1 + ;; arm*-*linux-android*) target_platform=target_android CORE_SYSTEM_NAME=android |