diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-04-23 18:29:44 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-04-23 18:29:44 +0000 |
commit | 3783b455c08d48cb8a487b16046ffdf71ba46dae (patch) | |
tree | 731e2c89a68a3a6d9e1e858907b60f0042283c63 /lib | |
parent | 7ee5238f5e0481f791088147ce4c78cb7d074377 (diff) |
Symbian OS is a.k.a. EPOC32
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config-symbian.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h index bfe7eed0f..3a2886bc4 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -645,11 +645,12 @@ /* cpu-machine-OS */ #ifdef __WINS__ -#define OS "i386-pc-epoc" +#define OS "i386-pc-epoc32" #elif __MARM__ -#define OS "arm-unknown-epoc" +#define OS "arm-unknown-epoc32" #else -#define OS "unknown-unknown-epoc" +/* This won't happen on any current Symbian version */ +#define OS "unknown-unknown-epoc32" #endif /* Name of package */ |