[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/macppc.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/macppc.h,v |
Date: |
Sun, 13 Jul 2008 07:35:28 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/13 07:35:26
Index: src/m/macppc.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/macppc.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- src/m/macppc.h 11 Jul 2008 02:29:43 -0000 1.23
+++ src/m/macppc.h 13 Jul 2008 07:35:23 -0000 1.24
@@ -54,7 +54,7 @@
/* #define NO_SOCK_SIGIO */
-#if defined (LINUX) || defined (__NetBSD__) || defined (__OpenBSD__)
+#if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__)
# define TEXT_END ({ extern int _etext; &_etext; })
#endif
@@ -65,7 +65,7 @@
/* NAKAJI Hiroyuki <address@hidden> says this is needed
For MkLinux/LinuxPPC. */
-#ifdef LINUX
+#ifdef GNU_LINUX
#define LINKER $(CC) -nostdlib
/* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here
because prefix-args is not used. */
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/09
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/09
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/24