mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
COMP: also build the static dummy loader on Cray Catamount
Alex
This commit is contained in:
parent
f7f522e61a
commit
d486e7c871
@ -437,7 +437,8 @@ const char* DynamicLoader::LastError()
|
||||
// ---------------------------------------------------------------
|
||||
// 5. Implementation for systems without dynamic libs
|
||||
// __gnu_blrts__ is IBM BlueGene/L
|
||||
#ifdef __gnu_blrts__
|
||||
// __LIBCATAMOUNT__ is defined on Catamount on Cray compute nodes
|
||||
#if defined(__gnu_blrts__) || defined(__LIBCATAMOUNT__)
|
||||
#include <string.h> // for strerror()
|
||||
#define DYNAMICLOADER_DEFINED 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user