mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:29:23 +02:00
+ Add system_x86_64_openbsd system
git-svn-id: trunk@20714 -
This commit is contained in:
parent
a06b2b4c02
commit
2794ce5c09
@ -146,7 +146,8 @@
|
|||||||
system_mipsel_linux, { 67 }
|
system_mipsel_linux, { 67 }
|
||||||
system_i386_nativent, { 68 }
|
system_i386_nativent, { 68 }
|
||||||
system_i386_iphonesim, { 69 }
|
system_i386_iphonesim, { 69 }
|
||||||
system_powerpc_wii { 70 }
|
system_powerpc_wii, { 70 }
|
||||||
|
system_x86_64_openbsd { 71 }
|
||||||
);
|
);
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -147,7 +147,8 @@ const
|
|||||||
{ 67 } 'Linux-MIPSel',
|
{ 67 } 'Linux-MIPSel',
|
||||||
{ 68 } 'NativeNT-i386',
|
{ 68 } 'NativeNT-i386',
|
||||||
{ 69 } 'iPhoneSim-i386',
|
{ 69 } 'iPhoneSim-i386',
|
||||||
{ 70 } 'Wii-powerpc'
|
{ 70 } 'Wii-powerpc',
|
||||||
|
{ 71 } 'OpenBSD-x86-64'
|
||||||
);
|
);
|
||||||
|
|
||||||
const
|
const
|
||||||
|
Loading…
Reference in New Issue
Block a user