From a24c81a5f867c519974676075fadf259f5dcb1fe Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Tue, 1 Jul 2014 16:29:54 +0000 Subject: [PATCH] * added llvmdatalayout for mipsel-android git-svn-id: branches/hlcgllvm@28104 - --- compiler/systems/i_android.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/systems/i_android.pas b/compiler/systems/i_android.pas index 9c3f3e194f..864d38a437 100644 --- a/compiler/systems/i_android.pas +++ b/compiler/systems/i_android.pas @@ -221,7 +221,8 @@ unit i_android; first_parm_offset : 0; stacksize : 32*1024*1024; stackalign : 8; - abi : abi_default + abi : abi_default; + llvmdatalayout : 'e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-n32-S64'; ); implementation