summaryrefslogtreecommitdiff
path: root/automation/source/testtool/objtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/testtool/objtest.cxx')
-rw-r--r--automation/source/testtool/objtest.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index cfc861238a7a..968af92ba880 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -483,8 +483,8 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "12" );
#elif defined LINUX && defined PPC
abGP.Append( "13" );
-#elif defined NETBSD
- abGP.Append( "14" );
+#elif defined NETBSD && defined INTEL
+ abGP.Append( "14" ); // NetBSD/i386
#elif defined LINUX && defined X86_64
abGP.Append( "15" ); // Linux x86-64
#elif defined LINUX && defined SPARC
@@ -503,6 +503,8 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "22" ); // Linux PA-RISC
#elif defined LINUX && defined AXP
abGP.Append( "23" ); // Linux ALPHA
+#elif defined NETBSD && defined X86_64
+ abGP.Append( "24" ); // NetBSD/amd64
#else
#error ("unknown platform. please request an ID for your platform on qa/dev")
#endif