emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100358: * s/aix4-2.h (LINKER): Remov


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100358: * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
Date: Tue, 18 May 2010 19:27:01 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100358
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-05-18 19:27:01 -0700
message:
  * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
  In any case, ORDINARY_LINK means uses the C compiler as the LINKER,
  so setting LINKER=cc is redundant.
modified:
  src/ChangeLog
  src/s/aix4-2.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-18 18:05:43 +0000
+++ b/src/ChangeLog     2010-05-19 02:27:01 +0000
@@ -1,3 +1,7 @@
+2010-05-19  Glenn Morris  <address@hidden>
+
+       * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
+
 2010-05-18  Chong Yidong  <address@hidden>
 
        * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to

=== modified file 'src/s/aix4-2.h'
--- a/src/s/aix4-2.h    2010-05-12 06:53:03 +0000
+++ b/src/s/aix4-2.h    2010-05-19 02:27:01 +0000
@@ -61,11 +61,7 @@
 /* The kernel symbol where the load average is found is named avenrun.  */
 #define LDAV_SYMBOL "avenrun"
 
-/* Special itemss needed to make Emacs run on this system.  */
-
-#ifndef __GNUC__
-#define LINKER cc
-#endif
+/* Special items needed to make Emacs run on this system.  */
 
 /* The following definition seems to be needed in AIX version 3.1.6.8.
    It may not have been needed in certain earlier versions.  */


reply via email to

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