emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/pmax.h


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/m/pmax.h
Date: Fri, 21 Jun 2002 16:54:44 -0400

Index: emacs/src/m/pmax.h
diff -c emacs/src/m/pmax.h:1.20 emacs/src/m/pmax.h:1.21
*** emacs/src/m/pmax.h:1.20     Mon Apr 15 09:21:03 2002
--- emacs/src/m/pmax.h  Fri Jun 21 16:54:44 2002
***************
*** 10,16 ****
--- 10,18 ----
  The operating system would be either osf1, ultrix, or NetBSD.
  NOTE-END  */
  
+ #ifndef __MIPSEB__
  #undef WORDS_BIG_ENDIAN
+ #endif
  #undef LIB_STANDARD
  #undef START_FILES
  #undef COFF
***************
*** 29,34 ****
--- 31,37 ----
  
  #if defined (__NetBSD__) || defined (__OpenBSD__)
  #undef START_FILES
+ #define START_FILES pre-crt0.o /usr/lib/crt0.o
  #undef RUN_TIME_REMAP
  #undef UNEXEC
  #define UNEXEC unexelf.o



reply via email to

[Prev in Thread] Current Thread [Next in Thread]