mirror of
https://github.com/curl/curl.git
synced 2026-07-23 20:57:16 +03:00
curl/system.h: fix build for hppa
Reported-by: John David Anglin Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872502#10
This commit is contained in:
parent
16c71fafb9
commit
a4f4888006
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@
|
|||
|
||||
#elif defined(__GNUC__)
|
||||
# if !defined(__LP64__) && \
|
||||
(defined(__ILP32__) || defined(__i386__) || \
|
||||
(defined(__ILP32__) || defined(__i386__) || defined(__hppa__) || \
|
||||
defined(__ppc__) || defined(__powerpc__) || defined(__arm__) || \
|
||||
defined(__sparc__) || defined(__mips__) || defined(__sh__) || \
|
||||
defined(__XTENSA__) || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue