Don't allow compilation if endianness isn't known
authorMatt Turner <mattst88@gmail.com>
Mon, 9 May 2011 04:17:04 +0000 (00:17 -0400)
committerMichel Dänzer <daenzer@vmware.com>
Mon, 9 May 2011 10:23:21 +0000 (12:23 +0200)
commit991c1f024977c327e762f5275edbe874c819c85f
tree31720879faadc007ce8b3c1d80c9decf18cbd0a4
parent5e945863caa0df03d803eca0ddc52291b606a60d
Don't allow compilation if endianness isn't known

PIPE_ARCH_UNKNOWN_ENDIAN is used no where else. All #else branches of
ifdef PIPE_ARCH_LITTLE assume big-endian. Not #error'ing out here
only serves to allow bad things to happen.

Signed-off-by: Matt Turner <mattst88@gmail.com>
src/gallium/include/pipe/p_config.h