mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -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 */
|
||||
#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 */
|
||||
|
Loading…
Reference in New Issue
Block a user