Removed support for the legacy SiCortex64 architecture

This commit is contained in:
Henry Weller
2015-06-23 11:26:45 +01:00
parent 4b4c43b5da
commit 87f6977bcb
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ License
#include "writeFuns.H"
#if defined(__mips) && !defined(__SICORTEX__)
#if defined(__mips)
#include <standards.h>
#include <sys/endian.h>
#endif

View File

@ -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