diff options
author | Caolán McNamara <cmc@openoffice.org> | 2009-11-19 15:41:16 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2009-11-19 15:41:16 +0000 |
commit | 9076c9aa117c1fdc56d54489290b8815ada124d3 (patch) | |
tree | ba3906296449b425f1f94b24960858ec47f208d6 /sal/rtl/source | |
parent | 67221cafc8d63b9d69e49ad90cb5bb9320d9651d (diff) |
linuxhppa1: #i107051#: port to linux hppa (parisc)
Diffstat (limited to 'sal/rtl/source')
-rw-r--r-- | sal/rtl/source/macro.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx index a007d9e1cdab..2f0b723d236a 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -94,6 +94,8 @@ this is inserted for the case that the preprocessor ignores error # define THIS_ARCH "IA64" #elif defined M68K # define THIS_ARCH "M68K" +#elif defined HPPA +# define THIS_ARCH "HPPA" #endif #if ! defined THIS_ARCH |