mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 14:50:24 +02:00
arm-netbsd: use HF ABI, needs proper alignment
git-svn-id: trunk@38589 -
This commit is contained in:
parent
5cd984b0cb
commit
5e8e9efd83
@ -650,7 +650,7 @@ unit i_bsd;
|
|||||||
system : system_arm_netbsd;
|
system : system_arm_netbsd;
|
||||||
name : 'NetBSD for ARMHF';
|
name : 'NetBSD for ARMHF';
|
||||||
shortname : 'NetBSD';
|
shortname : 'NetBSD';
|
||||||
flags : [tf_under_development,tf_files_case_sensitive,tf_smartlink_sections,tf_has_winlike_resources];
|
flags : [tf_under_development,tf_requires_proper_alignment,tf_files_case_sensitive,tf_smartlink_sections,tf_has_winlike_resources];
|
||||||
cpu : cpu_arm;
|
cpu : cpu_arm;
|
||||||
unit_env : '';
|
unit_env : '';
|
||||||
extradefines : 'UNIX;BSD;HASUNIX';
|
extradefines : 'UNIX;BSD;HASUNIX';
|
||||||
@ -704,7 +704,7 @@ unit i_bsd;
|
|||||||
first_parm_offset : 8;
|
first_parm_offset : 8;
|
||||||
stacksize : 32*1024*1024;
|
stacksize : 32*1024*1024;
|
||||||
stackalign : 16;
|
stackalign : 16;
|
||||||
abi : abi_eabi;
|
abi : abi_eabihf;
|
||||||
llvmdatalayout : 'todo';
|
llvmdatalayout : 'todo';
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user