Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
cmuclmtk
0003-Fix-endian-check.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0003-Fix-endian-check.patch of Package cmuclmtk
--- src/libs/mips_swap.h +++ src/libs/mips_swap.h @@ -20,8 +20,8 @@ #include "general.h" -#ifndef WORDS_BIGENDIAN /* reverse byteorder */ - +#if __BYTE_ORDER == __LITTLE_ENDIAN +/* reverse byteorder */ /* the following works even for badly aligned pointers */ #define SWAPFIELD(x) {if (sizeof(*(x))==sizeof(short)) {SWAPHALF((x))} \
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