diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 17:05:15 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 17:05:15 +0000 |
commit | fbf256098409258bfa32eb7d245051eb960d2796 (patch) | |
tree | d732253619938f3c53edb5b35dc225483efd4ad2 /sal/rtl/source | |
parent | 7d325966e895913a7c4927077ba95350f72ad37b (diff) |
INTEGRATION: CWS armoabiport01 (1.7.2); FILE MERGED
2007/11/07 14:47:13 cmc 1.7.2.1: #i83413# add arm to known archs
Diffstat (limited to 'sal/rtl/source')
-rw-r--r-- | sal/rtl/source/macro.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx index fa7c67700627..38fcc16263bc 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -4,9 +4,9 @@ * * $RCSfile: macro.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-11-02 15:24:54 $ + * last change: $Author: ihi $ $Date: 2007-11-26 18:05:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,6 +76,8 @@ this is inserted for the case that the preprocessor ignores error #define THIS_ARCH "X86_64" #elif defined MIPS #define THIS_ARCH "MIPS" +#elif defined ARM +#define THIS_ARCH "ARM" #endif #if ! defined THIS_ARCH |