move machine-specific stuff here, where it belongs
authorJohn Kohl <jtkohl@mit.edu>
Tue, 9 Oct 1990 18:03:16 +0000 (18:03 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 9 Oct 1990 18:03:16 +0000 (18:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1189 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ultrix.cf
src/config/vaxbsd.cf

index 284835aae5cb78e2c9902932bb223d4c37163bbf..a1fcf824be8f706b85157d93bdaee28ebb9b9dd8 100644 (file)
@@ -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
 
 #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
index 73f35d9fcc85732893407349f7e7d606035b14b1..0f40ddcab8097f3e3cf58aa4ab620788889abd08 100644 (file)
 #define SaberDefines -Dconst= -DBITS32
 #endif
 
-#ifdef VaxArchitecture
-#define HasGcc YES
-#endif
-
 #define HasVoidSignalReturn NO
 #define HasSaberC YES
 
 #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