From b399e236505d5cfbdfcfaa4c9f0a98721ad52912 Mon Sep 17 00:00:00 2001 From: lubomyr Date: Sat, 5 Nov 2016 16:33:35 +0200 Subject: ANDROIDSDL: added support x86_64 platform --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index e5d5129117..25dd8ca7d5 100755 --- a/configure +++ b/configure @@ -1420,6 +1420,11 @@ androidsdl-x86) _host_cpu=i686 _host_alias=i686-linux-android ;; +androidsdl-x86_64) + _host_os=androidsdl + _host_cpu=x86_64 + _host_alias=x86_64-linux-android + ;; arm-riscos) _host_os=riscos _host_cpu=arm -- cgit v1.2.3