arm-netbsd: use HF ABI, needs proper alignment

git-svn-id: trunk@38589 -
This commit is contained in:
Károly Balogh 2018-03-22 00:42:43 +00:00
parent 5cd984b0cb
commit 5e8e9efd83

View File

@ -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';
);