Stop building rasops4 on amd64.
authorfcambus <fcambus@openbsd.org>
Thu, 12 Jul 2018 12:46:00 +0000 (12:46 +0000)
committerfcambus <fcambus@openbsd.org>
Thu, 12 Jul 2018 12:46:00 +0000 (12:46 +0000)
commit32aa98d20489153ce09a30b2101dd2a81e15677f
treed1328cb41a608374400a5a544d3fb011738d728f
parentd067b7b188c22ab2c4b0d1e526370a5141eb02fb
Stop building rasops4 on amd64.

It was pulled in for efifb, but it is extremely unlikely an EFI system
supporting only 4-bit color depth (16 colors) exists. Even if it existed
though, on SMALL_KERNEL rasops4_putchar() simply returns EAGAIN so it
would not be possible to install the system.

For the record, we do not build rasops4 on i386 or on any of our other
platforms either.

OK kettenis@, mpi@
sys/arch/amd64/conf/files.amd64