add OpenBSD platforms
This commit is contained in:
parent
a060fe5731
commit
509d298ac8
1 changed files with 4 additions and 0 deletions
|
@ -505,6 +505,10 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
|
|||
abGP.Append( "23" ); // Linux ALPHA
|
||||
#elif defined NETBSD && defined X86_64
|
||||
abGP.Append( "24" ); // NetBSD/amd64
|
||||
#elif defined OPENBSD && defined X86
|
||||
abGP.Append( "24" ); // OpenBSD/i386
|
||||
#elif defined OPENBSD && defined X86_64
|
||||
abGP.Append( "25" ); // OpenBSD/amd64
|
||||
#else
|
||||
#error ("unknown platform. please request an ID for your platform on qa/dev")
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue