mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-15 21:58:53 +00:00
Build fixes for OpenBSD/zaurus:
- __arm32__ isn't defined by gcc on OpenBSD/arm - ioperm_noop.c is needed in libxorgos
This commit is contained in:
@@ -911,7 +911,7 @@ static __inline__ void stw_u(unsigned long val, unsigned short *p)
|
||||
# else
|
||||
# define PORT_SIZE short
|
||||
# endif
|
||||
# if defined(__arm32__) && defined(__OpenBSD__)
|
||||
# if defined(__arm__) && defined(__OpenBSD__)
|
||||
/*
|
||||
# include <machine/sysarch.h>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user