emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/Makefile.in


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in
Date: Tue, 11 Dec 2001 17:20:20 -0500

Index: emacs/src/Makefile.in
diff -c emacs/src/Makefile.in:1.238 emacs/src/Makefile.in:1.239
*** emacs/src/Makefile.in:1.238 Wed Nov 28 19:52:02 2001
--- emacs/src/Makefile.in       Tue Dec 11 17:20:20 2001
***************
*** 109,115 ****
  /* GNU libc requires ORDINARY_LINK so that its own crt0 is used.
     Linux is an exception because it uses a funny variant of GNU libc.  */
  #ifdef __GNU_LIBRARY__
! #ifndef LINUX
  #define ORDINARY_LINK
  #endif
  #endif
--- 109,115 ----
  /* GNU libc requires ORDINARY_LINK so that its own crt0 is used.
     Linux is an exception because it uses a funny variant of GNU libc.  */
  #ifdef __GNU_LIBRARY__
! #ifndef GNU_LINUX
  #define ORDINARY_LINK
  #endif
  #endif



reply via email to

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