diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-03-15 16:02:56 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-03-15 16:02:56 +0000 |
commit | d941d8c336b2eece4a3e24ab8789003df731f76a (patch) | |
tree | 28b4450a2187b7c5d220d8b46b6f14e584d2f089 /sal/rtl | |
parent | bdf1689921f50e05c76bda4aa16abd464e0ac1b0 (diff) |
linuxaxp01: #i110145# first cut
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 a48918668f83..50f0d7de924e 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -89,6 +89,8 @@ this is inserted for the case that the preprocessor ignores error # define THIS_ARCH "M68K" #elif defined HPPA # define THIS_ARCH "HPPA" +#elif defined AXP +# define THIS_ARCH "ALPHA" #endif #if ! defined THIS_ARCH |