* Oops, wrong commit r23235. Reverted. Now correct: Fixed lineinfo for Android.

git-svn-id: branches/targetandroid@23236 -
This commit is contained in:
yury 2012-12-28 10:42:27 +00:00
parent fefaef34db
commit 1e78337015
2 changed files with 1 additions and 2 deletions

View File

@ -109,7 +109,7 @@ uses
Executable Loaders
****************************************************************************}
{$if defined(freebsd) or defined(netbsd) or defined (openbsd) or defined(linux) or defined(sunos)}
{$if defined(freebsd) or defined(netbsd) or defined (openbsd) or defined(linux) or defined(sunos) or defined(android)}
{$ifdef cpu64}
{$define ELF64}
{$else}

View File

@ -18,7 +18,6 @@ begin
if ExecuteProcess(cmd,cmdline)<>0 Then
halt(1);
// cleanup
// test illegal command
try
ExecuteProcess('afsdfdas',cmdline)