1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

system.h: fix for gcc on 32 bit OpenServer

Bug: https://curl.haxx.se/mail/lib-2018-06/0100.html
This commit is contained in:
Kevin R. Bulgrien 2018-06-22 01:00:37 +02:00 committed by Daniel Stenberg
parent 59b284b6eb
commit bc5a0b3e9f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -362,7 +362,7 @@
/* KEEP GENERIC GCC THE LAST ENTRY */
/* ===================================== */
#elif defined(__GNUC__)
#elif defined(__GNUC__) && !defined(_SCO_DS)
# if !defined(__LP64__) && \
(defined(__ILP32__) || defined(__i386__) || defined(__hppa__) || \
defined(__ppc__) || defined(__powerpc__) || defined(__arm__) || \