mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
i386 NetBSD uses GOT for position independent code
git-svn-id: trunk@20353 -
This commit is contained in:
parent
3c02dc25f2
commit
5b71a7597a
@ -191,7 +191,7 @@ unit i_bsd;
|
||||
system : system_i386_NetBSD;
|
||||
name : 'NetBSD for i386';
|
||||
shortname : 'NetBSD';
|
||||
flags : [tf_under_development,tf_files_case_sensitive,tf_smartlink_library,tf_has_winlike_resources];
|
||||
flags : [tf_pic_uses_got,tf_under_development,tf_files_case_sensitive,tf_smartlink_library,tf_has_winlike_resources];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'BSDUNITS';
|
||||
extradefines : 'UNIX;BSD;HASUNIX';
|
||||
|
Loading…
Reference in New Issue
Block a user