diff options
Diffstat (limited to 'sal/rtl')
-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 ec8e4721a6a1..ba274844952e 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -90,6 +90,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 |