summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2010-10-13 16:38:53 +0200
committerThomas Klausner <wiz@NetBSD.org>2010-10-13 16:39:08 +0200
commit14f61ae0bf25b15c5130f938b32c5ccf4b41229d (patch)
treee950272a5e4a21e08c6baa4dae6bb8cc323d69f3
parentd854a902076fc3670bc233507b6e2400d357b6de (diff)
Add NetBSD/amd64.
-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