Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
python-cffi.6856
fix-aarch64-bitfield.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-aarch64-bitfield.patch of Package python-cffi.6856
Index: cffi-0.8.2/c/_cffi_backend.c =================================================================== --- cffi-0.8.2.orig/c/_cffi_backend.c +++ cffi-0.8.2/c/_cffi_backend.c @@ -3600,7 +3600,7 @@ static int complete_sflags(int sflags) #ifdef MS_WIN32 sflags |= SF_MSVC_BITFIELDS; #else -# ifdef __arm__ +# if defined(__arm__) || defined(__aarch64__) sflags |= SF_GCC_ARM_BITFIELDS; # else sflags |= SF_GCC_X86_BITFIELDS;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor