mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 05:59:30 +02:00
* Oops, wrong commit r23235. Reverted. Now correct: Fixed lineinfo for Android.
git-svn-id: branches/targetandroid@23236 -
This commit is contained in:
parent
fefaef34db
commit
1e78337015
@ -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}
|
||||
|
@ -18,7 +18,6 @@ begin
|
||||
|
||||
if ExecuteProcess(cmd,cmdline)<>0 Then
|
||||
halt(1);
|
||||
// cleanup
|
||||
// test illegal command
|
||||
try
|
||||
ExecuteProcess('afsdfdas',cmdline)
|
||||
|
Loading…
Reference in New Issue
Block a user