summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2009-11-19 15:41:16 +0000
committerCaolán McNamara <cmc@openoffice.org>2009-11-19 15:41:16 +0000
commit6a4fc20097e6ad45ef83150c3078b399e82e5b3a (patch)
treec3805611c9c5de71a06ce9c4b88d3ec2138b5c6e /automation
parentbae47ec86973ca9c4ee7552182cd02d1eea31b0c (diff)
linuxhppa1: #i107051#: port to linux hppa (parisc)
Diffstat (limited to 'automation')
-rw-r--r--automation/source/testtool/objtest.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index e068530459a8..d3937963c155 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -521,6 +521,8 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "20" ); // Linux ia64
#elif defined LINUX && defined S390
abGP.Append( "21" ); // Linux S390
+#elif defined LINUX && defined HPPA
+ abGP.Append( "22" ); // Linux PA-RISC
#else
#error ("unknown platform. please request an ID for your platform on qa/dev")
#endif