# HG changeset patch # User Glenn Morris # Date 1274236021 25200 # Node ID 2068a9dec45947a8f1e69b5d96bd80d0c075b665 # Parent 194ff305ac3f8c3ba534ec1bd5b0d242946c0832 * 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. diff -r 194ff305ac3f -r 2068a9dec459 src/ChangeLog --- 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 + + * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK. + 2010-05-18 Chong Yidong * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to diff -r 194ff305ac3f -r 2068a9dec459 src/s/aix4-2.h --- 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. */