Comment 1 for bug 852430

Revision history for this message
Matthias Klose (doko) wrote :

okteta/CMakeLists.txt:

# temporary check for broken code in the Structures tool with bigendianness
include(TestBigEndian)
test_big_endian(BIG_ENDIAN)
if (BIG_ENDIAN)
  set( NO_STRUCTURES_TOOL TRUE )
endif (BIG_ENDIAN)

By setting this unconditionally to TRUE, it can be debugged on any architecture.