From: John Carr Date: Mon, 3 Jun 1991 17:03:05 +0000 (+0000) Subject: Link option -T0x400000 on AIX PS/2 X-Git-Tag: krb5-1.0-beta1~25 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bee7dceee9d842d2d17b448be445bac0ed22aa07;p=krb5.git Link option -T0x400000 on AIX PS/2 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2145 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/site.def b/src/config/site.def index 2c31139d9..f3f1d436d 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -104,10 +104,18 @@ #endif /* The -Z flag is a special loader flag at Athena to unmap page zero on - some architectures that normally allow p0 references, e.g. VAX BSD. */ + some architectures that normally allow p0 references, e.g. VAX BSD. + + -T0x400000 has a similar effect on AIX 1.2 + + Symbolic debugging is difficult on RT and PS/2 when this option is used. */ #ifndef UltrixArchitecture +#if defined(AIXArchitecture) && OSMajorVersion == 1 +#define ExtraLoadFlags -T0x400000 +#else #define ExtraLoadFlags -Z #endif +#endif #ifndef DefaultCDebugFlags #if HasGcc