Build hppa support files on OpenBSD (useless for now).
This commit is contained in:
parent
af37b41eec
commit
e5c0b4face
@ -365,6 +365,12 @@ case $host_cpu in
|
||||
s390*)
|
||||
GLX_ARCH_DEFINES="-D__GLX_ALIGN64"
|
||||
;;
|
||||
hppa*)
|
||||
case $host_os in
|
||||
*openbsd*) HPPA_VIDEO=yes
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
AC_SUBST(GLX_ARCH_DEFINES)
|
||||
|
||||
|
@ -46,7 +46,8 @@ ARCH_SOURCES = hp300_video.c \
|
||||
endif
|
||||
|
||||
if HPPA_VIDEO
|
||||
ARCH_SOURCES = hppa_video.c
|
||||
ARCH_SOURCES = hppa_video.c \
|
||||
$(srcdir)/../shared/ioperm_noop.c
|
||||
endif
|
||||
|
||||
if I386_VIDEO
|
||||
|
Loading…
Reference in New Issue
Block a user