mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 14:19:31 +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;
|
||||
name : 'NetBSD for ARMHF';
|
||||
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;
|
||||
unit_env : '';
|
||||
extradefines : 'UNIX;BSD;HASUNIX';
|
||||
@ -704,7 +704,7 @@ unit i_bsd;
|
||||
first_parm_offset : 8;
|
||||
stacksize : 32*1024*1024;
|
||||
stackalign : 16;
|
||||
abi : abi_eabi;
|
||||
abi : abi_eabihf;
|
||||
llvmdatalayout : 'todo';
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user