mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:29:32 +01:00
* Add system_x86_64_netbsd system
git-svn-id: trunk@20730 -
This commit is contained in:
parent
5af111d164
commit
6907539691
@ -147,7 +147,8 @@
|
||||
system_i386_nativent, { 68 }
|
||||
system_i386_iphonesim, { 69 }
|
||||
system_powerpc_wii, { 70 }
|
||||
system_x86_64_openbsd { 71 }
|
||||
system_x86_64_openbsd, { 71 }
|
||||
system_x86_64_netbsd { 72 }
|
||||
);
|
||||
|
||||
type
|
||||
|
||||
@ -219,7 +219,8 @@ interface
|
||||
system_x86_64_freebsd];
|
||||
systems_netbsd = [system_i386_netbsd,
|
||||
system_m68k_netbsd,
|
||||
system_powerpc_netbsd];
|
||||
system_powerpc_netbsd,
|
||||
system_x86_64_netbsd];
|
||||
systems_openbsd = [system_i386_openbsd,
|
||||
system_m68k_openbsd,
|
||||
system_x86_64_openbsd];
|
||||
|
||||
@ -148,7 +148,8 @@ const
|
||||
{ 68 } 'NativeNT-i386',
|
||||
{ 69 } 'iPhoneSim-i386',
|
||||
{ 70 } 'Wii-powerpc',
|
||||
{ 71 } 'OpenBSD-x86-64'
|
||||
{ 71 } 'OpenBSD-x86-64',
|
||||
{ 72 } 'NetBSD-x86-64'
|
||||
);
|
||||
|
||||
const
|
||||
|
||||
Loading…
Reference in New Issue
Block a user