diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-21 22:16:28 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-21 22:16:28 +0000 |
commit | 3430400cebf9f4f0d33c62038854a5b2b3a7b81f (patch) | |
tree | 32e85aac902278ecd87d8cd2d161320ed949a86d /ace/config-irix6.x-kcc.h | |
parent | 07e07a6d8cffcc8efde16ea2c92e559f48e65bb2 (diff) | |
download | ATCD-3430400cebf9f4f0d33c62038854a5b2b3a7b81f.tar.gz |
ChangeLogTag:Wed Mar 21 16:00:56 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/config-irix6.x-kcc.h')
-rw-r--r-- | ace/config-irix6.x-kcc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/config-irix6.x-kcc.h b/ace/config-irix6.x-kcc.h index e14b2cd8f97..5b1ba941c69 100644 --- a/ace/config-irix6.x-kcc.h +++ b/ace/config-irix6.x-kcc.h @@ -54,6 +54,15 @@ // Compiler/platform supports sys_siglist array. //#define ACE_HAS_SYS_SIGLIST +// This gets defined in config-irix6.x-common.h, but kcc does support this. +#undef ACE_LACKS_PLACEMENT_OPERATOR_DELETE + +// Shift this --- otherwise, it lands on top of libKCC. +#define ACE_DEFAULT_BASE_ADDR ((char*) 0x0500000) + +// kcc 4.0d miscompiles memchr_emulation on irix at +K3 optimization. +// So just use the library version instead. +#define ACE_HAS_MEMCHR #include "ace/post.h" #endif /* ACE_CONFIG_H */ |