Changeset 5419
- Timestamp:
- 08/10/06 18:30:22
- Files:
-
- OpenThreads/trunk/Make/help.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenThreads/trunk/Make/help.sh
r4973 r5419 45 45 builds. 46 46 47 Note for Linux users: 48 On some linux kernels (2.4 kernels with backdated 2.6 functionality) there is a two param sched_setaffinity defined, instead of 49 the standard three param sched_setaffinity. This will lead to a compile failure, if this occurs then use the make line: 47 50 48 Solars and IRIX can build 64 bit targets. These require the ARCH=64 argument. 51 make COMPILE_USING_TWO_PARAM_sched_setaffinity=yes 52 53 Or set up the COMPILE_USING_TWO_PARAM_sched_setaffinity env var in your .bashrc 54 55 export COMPILE_USING_TWO_PARAM_sched_setaffinity=yes 56 make 57 58 59 Solaris and IRIX can build 64 bit targets. These require the ARCH=64 argument. 49 60 For example: 50 61
