diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-22 16:42:04 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-22 16:42:04 +0000 |
commit | a840a26ddcbb249b9586e8912847bd25450aa404 (patch) | |
tree | 52b35cb53e1a590155a83975c3f62ba7fc628958 /ace/config-lynxos.h | |
parent | 89f81e5c382178556fecc596891c4453714aadc7 (diff) | |
download | ATCD-a840a26ddcbb249b9586e8912847bd25450aa404.tar.gz |
added ACE_HAS_POWERPC_TIMER with __powerpc__, but commented it out
because it requires an OS patch
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r-- | ace/config-lynxos.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h index 5d4492dd79e..8f7e205c156 100644 --- a/ace/config-lynxos.h +++ b/ace/config-lynxos.h @@ -30,7 +30,10 @@ # define ACE_HAS_ALLOCA # define ACE_HAS_ALLOCA_H # define ACE_HAS_PENTIUM -#endif /* x86 */ +#elif defined (__powerpc__) + // This doesn't work on LynxOS 3.0.0, because it resets the TimeBaseRegister. + // # define ACE_HAS_POWERPC_TIMER +#endif /* __x86__ || __powerpc__ */ // System include files are not in sys/, this gets rid of warning. #define __NO_INCLUDE_WARN__ |