diff options
| author | John Carr <jfc@mit.edu> | 1991-06-03 17:03:05 +0000 |
|---|---|---|
| committer | John Carr <jfc@mit.edu> | 1991-06-03 17:03:05 +0000 |
| commit | bee7dceee9d842d2d17b448be445bac0ed22aa07 (patch) | |
| tree | 8d6443b402bd819dee91154bce93c6df1f36ec2a /src | |
| parent | 01122c1316f596f6ced324e08b7547477cfb337a (diff) | |
| download | krb5-bee7dceee9d842d2d17b448be445bac0ed22aa07.tar.gz krb5-bee7dceee9d842d2d17b448be445bac0ed22aa07.tar.xz krb5-bee7dceee9d842d2d17b448be445bac0ed22aa07.zip | |
Link option -T0x400000 on AIX PS/2
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2145 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/site.def | 10 |
1 files changed, 9 insertions, 1 deletions
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 |
