* 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.
This commit is contained in:
parent
9ba3dd4898
commit
7f34aec377
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue