changeset 108690:2068a9dec459

* 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.
author Glenn Morris <rgm@gnu.org>
date Tue, 18 May 2010 19:27:01 -0700
parents 194ff305ac3f
children 5a44435f0c71
files src/ChangeLog src/s/aix4-2.h
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed May 19 10:26:40 2010 +0900
+++ b/src/ChangeLog	Tue May 18 19:27:01 2010 -0700
@@ -1,3 +1,7 @@
+2010-05-19  Glenn Morris  <rgm@gnu.org>
+
+	* s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
+
 2010-05-18  Chong Yidong  <cyd@stupidchicken.com>
 
 	* character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
--- a/src/s/aix4-2.h	Wed May 19 10:26:40 2010 +0900
+++ b/src/s/aix4-2.h	Tue May 18 19:27:01 2010 -0700
@@ -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.  */