diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-10-09 18:03:16 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-10-09 18:03:16 +0000 |
| commit | fe8f561670531c1d52563d2a8457d21b62765da3 (patch) | |
| tree | e40245198cab0ff457ef9012a6051d9df4c35c83 /src | |
| parent | d2267d7d0be710ed55517024bec719a22b7647c9 (diff) | |
move machine-specific stuff here, where it belongs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1189 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ultrix.cf | 12 | ||||
| -rw-r--r-- | src/config/vaxbsd.cf | 17 |
2 files changed, 24 insertions, 5 deletions
diff --git a/src/config/ultrix.cf b/src/config/ultrix.cf index 284835aae..a1fcf824b 100644 --- a/src/config/ultrix.cf +++ b/src/config/ultrix.cf @@ -21,6 +21,9 @@ #define SaberDefines -DPOSIX -DBITS32 -Dconst= #define StandardDefines -YPOSIX -D_POSIX_SOURCE -DBITS32 +#undef HasNdbm +#define HasNdbm NO + #ifdef VaxArchitecture #define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */ #define HasSaberC YES @@ -29,7 +32,14 @@ #ifdef MipsArchitecture #define HasSaberC YES -/* #define HasGcc YES */ +/* +#undef HasGcc +#define HasGcc YES + */ + +#define ArCmd ar cru +#define LintLibFlag -o + #ifdef MIPSEL #define DesDefines -DBITS32 -DBIG -DMUSTALIGN -DLSBFIRST #else diff --git a/src/config/vaxbsd.cf b/src/config/vaxbsd.cf index 73f35d9fc..0f40ddcab 100644 --- a/src/config/vaxbsd.cf +++ b/src/config/vaxbsd.cf @@ -21,10 +21,6 @@ #define SaberDefines -Dconst= -DBITS32 #endif -#ifdef VaxArchitecture -#define HasGcc YES -#endif - #define HasVoidSignalReturn NO #define HasSaberC YES @@ -32,5 +28,18 @@ #define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */ #define StandardDefines -DBITS32 #define DesDefines -DBIG -DLSBFIRST +#undef HasGcc +#define HasGcc YES +#endif + +#undef HasNdbm +#define HasNdbm YES + +#if HasGcc +#define MakeDependDefine '-DGCCINCPATH="/mit/gnu/vaxlib/gcc-include"' +#ifndef CcCmd +#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall +#define STDCTopIncludes -I$(TOP)/include/stdc-incl +#endif #endif |
