mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed support for the legacy SiCortex64 architecture
This commit is contained in:
@ -25,7 +25,7 @@ License
|
|||||||
|
|
||||||
#include "writeFuns.H"
|
#include "writeFuns.H"
|
||||||
|
|
||||||
#if defined(__mips) && !defined(__SICORTEX__)
|
#if defined(__mips)
|
||||||
#include <standards.h>
|
#include <standards.h>
|
||||||
#include <sys/endian.h>
|
#include <sys/endian.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -26,7 +26,7 @@ License
|
|||||||
#include "writeFuns.H"
|
#include "writeFuns.H"
|
||||||
#include "vtkTopo.H"
|
#include "vtkTopo.H"
|
||||||
|
|
||||||
#if defined(__mips) && !defined(__SICORTEX__)
|
#if defined(__mips)
|
||||||
#include <standards.h>
|
#include <standards.h>
|
||||||
#include <sys/endian.h>
|
#include <sys/endian.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user