gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 41/256: curl/system.h: fix build for hppa


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 41/256: curl/system.h: fix build for hppa
Date: Fri, 06 Oct 2017 19:42:12 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit a4f4888006b8196350ece26c5d2da5c920039d5a
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Aug 20 21:11:48 2017 +0200

    curl/system.h: fix build for hppa
    
    Reported-by: John David Anglin
    Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872502#10
---
 include/curl/system.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/curl/system.h b/include/curl/system.h
index df4d283dd..a6640ba52 100644
--- a/include/curl/system.h
+++ b/include/curl/system.h
@@ -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__) ||                                               \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]