Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Update
asl
asl-aarch64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File asl-aarch64.patch of Package asl
Index: asl-current/sysdefs.h =================================================================== --- asl-current.orig/sysdefs.h +++ asl-current/sysdefs.h @@ -1244,6 +1244,38 @@ typedef unsigned long long Card64; #endif /* __arm */ /*===========================================================================*/ +/* AARCH64 platform */ + +#ifdef __aarch64__ + +#define ARCHPRNAME "aarch64" + +/*---------------------------------------------------------------------------*/ +/* AARCH64 linux with GCC */ + +#ifdef __linux__ +#define ARCHSYSNAME "unknown-linux" +#define DEFSMADE +#define OPENRDMODE "r" +#define OPENWRMODE "w" +#define OPENUPMODE "r+" +#define IEEEFLOAT +typedef signed char Integ8; +typedef unsigned char Card8; +typedef signed short Integ16; +typedef unsigned short Card16; +#define HAS16 +typedef signed int Integ32; +typedef unsigned int Card32; +typedef signed long long Integ64; +typedef unsigned long long Card64; +#define HAS64 +#define LOCALE_NLS +#endif /* __linux__ */ + +#endif /* __aarch64__ */ + +/*===========================================================================*/ /* Misc... */ /*---------------------------------------------------------------------------*/
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