mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 15:47:54 +02:00
Add dummy version for symbian
This commit is contained in:
parent
b11d526fdf
commit
13368fbb8a
@ -16,6 +16,10 @@
|
||||
{$mode objfpc}
|
||||
unit cpu;
|
||||
|
||||
{$ifdef symbian}
|
||||
{$define NO_ELF_SUPPORT}
|
||||
{$endif}
|
||||
|
||||
interface
|
||||
|
||||
function VFPv4Support : Boolean;
|
||||
@ -57,6 +61,7 @@ unit cpu;
|
||||
auxv: PElf32AuxiliaryVector;
|
||||
begin
|
||||
psysinfo := 0;
|
||||
{$ifndef NO_ELF_SUPPORT}
|
||||
ep := envp;
|
||||
while ep^ <> nil do
|
||||
Inc(ep);
|
||||
@ -75,6 +80,7 @@ unit cpu;
|
||||
end;
|
||||
Inc(auxv);
|
||||
end;
|
||||
{$endif ndef NO_ELF_SUPPORT}
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user