summaryrefslogtreecommitdiff
path: root/ACE/ace/config-vxworks6.4.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-vxworks6.4.h')
-rw-r--r--ACE/ace/config-vxworks6.4.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/ace/config-vxworks6.4.h b/ACE/ace/config-vxworks6.4.h
index 256a0c1c5c2..fe13eccbbe9 100644
--- a/ACE/ace/config-vxworks6.4.h
+++ b/ACE/ace/config-vxworks6.4.h
@@ -76,6 +76,15 @@
#endif
#endif
+#if !defined __RTP__
+# if defined (TOOL) && (TOOL == gnu)
+# if defined (CPU) && (CPU == PPC85XX || CPU == PPC604 || CPU == PPC603)
+// These PPC's do lack log2 in kernel mode
+# define ACE_LACKS_LOG2
+# endif
+# endif
+#endif
+
// OS-specific configuration
#define ACE_HAS_4_4BSD_SENDMSG_RECVMSG
#define ACE_HAS_3_PARAM_READDIR_R