mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 20:10:34 +01:00
netbsd/m68k: tweaks, so it works at least in my test-env with NetBSD/amiga 7.1
git-svn-id: trunk@36801 -
This commit is contained in:
parent
9e8cc127b0
commit
071b588da2
@ -456,7 +456,8 @@ unit i_bsd;
|
||||
system : system_m68k_NetBSD;
|
||||
name : 'NetBSD for m68k';
|
||||
shortname : 'NetBSD';
|
||||
flags : [tf_under_development,tf_files_case_sensitive,tf_smartlink_library,tf_has_winlike_resources];
|
||||
flags : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,tf_requires_proper_alignment,
|
||||
tf_files_case_sensitive,tf_smartlink_sections,tf_has_winlike_resources];
|
||||
cpu : cpu_m68k;
|
||||
unit_env : 'BSDUNITS';
|
||||
extradefines : 'UNIX;BSD;HASUNIX';
|
||||
@ -504,8 +505,8 @@ unit i_bsd;
|
||||
localalignmin : 0;
|
||||
localalignmax : 1;
|
||||
recordalignmin : 0;
|
||||
recordalignmax : 2;
|
||||
maxCrecordalign : 4
|
||||
recordalignmax : 4;
|
||||
maxCrecordalign : 8
|
||||
);
|
||||
first_parm_offset : 8;
|
||||
stacksize : 262144;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user