mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 16:59:12 +02:00
+ enabled PIC by default for i386-openbsd as well
git-svn-id: trunk@41675 -
This commit is contained in:
parent
dd41651e36
commit
89c921a11c
@ -338,7 +338,7 @@ unit i_bsd;
|
||||
system : system_i386_OpenBSD;
|
||||
name : 'OpenBSD for i386';
|
||||
shortname : 'OpenBSD';
|
||||
flags : [tf_pic_uses_got,tf_under_development,tf_files_case_sensitive,tf_smartlink_sections,tf_has_winlike_resources];
|
||||
flags : [tf_pic_default,tf_pic_uses_got,tf_under_development,tf_files_case_sensitive,tf_smartlink_sections,tf_has_winlike_resources];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'BSDUNITS';
|
||||
extradefines : 'UNIX;BSD;HASUNIX';
|
||||
|
Loading…
Reference in New Issue
Block a user