summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-05-18 19:27:01 -0700
committerGlenn Morris <rgm@gnu.org>2010-05-18 19:27:01 -0700
commit7f34aec377794208fb4aecda44c49ff9f11e7d86 (patch)
treed912c6e4eebe26c8d3eee0cadd556fc517fb5b69 /src/s
parent9ba3dd48988911d24100dad2b67e5b45189083dd (diff)
downloademacs-7f34aec377794208fb4aecda44c49ff9f11e7d86.tar.gz
emacs-7f34aec377794208fb4aecda44c49ff9f11e7d86.tar.bz2
emacs-7f34aec377794208fb4aecda44c49ff9f11e7d86.zip
* 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.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix4-2.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
index cdb97b7f9fa..9963e5744bf 100644
--- a/src/s/aix4-2.h
+++ b/src/s/aix4-2.h
@@ -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"
-/* 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. */