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:
parent
7ee5238f5e
commit
3783b455c0
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user