projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45c7760
)
remove the remaining BITS32 stuff
author
John Kohl
<jtkohl@mit.edu>
Mon, 29 Oct 1990 11:40:36 +0000
(11:40 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 29 Oct 1990 11:40:36 +0000
(11:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1352
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/ultrix.cf
patch
|
blob
|
history
diff --git
a/src/config/ultrix.cf
b/src/config/ultrix.cf
index ff473b4a5b7335aa045dd5c0c75f26f59b2bb5d4..3ec1b2d09c08a559c091bfb8ca2178b671fc23f9 100644
(file)
--- a/
src/config/ultrix.cf
+++ b/
src/config/ultrix.cf
@@
-49,10
+49,10
@@
#define LintLibFlag -o
#ifdef MIPSEL
-#define DesDefines -DBI
TS32 -DBI
G -DMUSTALIGN -DLSBFIRST
+#define DesDefines -DBIG -DMUSTALIGN -DLSBFIRST
#else
#ifdef MIPSEB
-#define DesDefines -DBI
TS32 -DBI
G -DMUSTALIGN -DMSBFIRST
+#define DesDefines -DBIG -DMUSTALIGN -DMSBFIRST
#else /* not MIPSEB */
error: you must figure out what endian your MIPS is!
#endif /* MIPSEB */