1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

Symbian OS is a.k.a. EPOC32

This commit is contained in:
Dan Fandrich 2008-04-23 18:29:44 +00:00
parent 7ee5238f5e
commit 3783b455c0

View File

@ -645,11 +645,12 @@
/* cpu-machine-OS */ /* cpu-machine-OS */
#ifdef __WINS__ #ifdef __WINS__
#define OS "i386-pc-epoc" #define OS "i386-pc-epoc32"
#elif __MARM__ #elif __MARM__
#define OS "arm-unknown-epoc" #define OS "arm-unknown-epoc32"
#else #else
#define OS "unknown-unknown-epoc" /* This won't happen on any current Symbian version */
#define OS "unknown-unknown-epoc32"
#endif #endif
/* Name of package */ /* Name of package */