rtems: Fix build 3rdparty/sha3
RTEMS does not have byteswap.h Change-Id: I37222ba4edb7338600f7c902819440feadc03a63 Reviewed-by: Ryan Chu <ryan.chu@qt.io>bb10
parent
98f7df2114
commit
889b44043e
|
|
@ -42,7 +42,7 @@ Changes for ARM 9/9/2010 [Downstream relative to Gladman's GitHub, upstream to Q
|
|||
#elif defined( __linux__ ) || defined( __GNUC__ ) || defined( __GNU_LIBRARY__ )
|
||||
# if !defined( __MINGW32__ ) && !defined( _AIX ) && !defined(Q_OS_QNX)
|
||||
# include <endian.h>
|
||||
# if !defined( __BEOS__ )
|
||||
# if !defined( __BEOS__ ) && !defined(Q_OS_RTEMS)
|
||||
# include <byteswap.h>
|
||||
# endif
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue