Removed support for the legacy SiCortex64 architecture
This commit is contained in:
parent
986a4f9611
commit
c01b22e038
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ License
|
|||
|
||||
#include "writeFuns.H"
|
||||
|
||||
#if defined(__mips) && !defined(__SICORTEX__)
|
||||
#if defined(__mips)
|
||||
#include <standards.h>
|
||||
#include <sys/endian.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ License
|
|||
#include "writeFuns.H"
|
||||
#include "vtkTopo.H"
|
||||
|
||||
#if defined(__mips) && !defined(__SICORTEX__)
|
||||
#if defined(__mips)
|
||||
#include <standards.h>
|
||||
#include <sys/endian.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue