]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
authorGlenn Morris <rgm@gnu.org>
Wed, 19 May 2010 02:27:01 +0000 (19:27 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 19 May 2010 02:27:01 +0000 (19:27 -0700)
In any case, ORDINARY_LINK means uses the C compiler as the LINKER,
so setting LINKER=cc is redundant.

src/ChangeLog
src/s/aix4-2.h

index 4634693108522efafecfc2777b335c3d06968273..1fbfcb314ef4bf43d6f798f63b961c8daa88d2e1 100644 (file)
@@ -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
index cdb97b7f9fa30074138d550c62e875d31c54d171..9963e5744bf26cb0d1c9f00ee34f82589ad5cb58 100644 (file)
@@ -61,11 +61,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* The kernel symbol where the load average is found is named avenrun.  */
 #define LDAV_SYMBOL "avenrun"
 \f
-/* 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.  */