diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/aix4-2.h | 6 |
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/>. */ | |||
| 61 | /* The kernel symbol where the load average is found is named avenrun. */ | 61 | /* The kernel symbol where the load average is found is named avenrun. */ |
| 62 | #define LDAV_SYMBOL "avenrun" | 62 | #define LDAV_SYMBOL "avenrun" |
| 63 | 63 | ||
| 64 | /* Special itemss needed to make Emacs run on this system. */ | 64 | /* Special items needed to make Emacs run on this system. */ |
| 65 | |||
| 66 | #ifndef __GNUC__ | ||
| 67 | #define LINKER cc | ||
| 68 | #endif | ||
| 69 | 65 | ||
| 70 | /* The following definition seems to be needed in AIX version 3.1.6.8. | 66 | /* The following definition seems to be needed in AIX version 3.1.6.8. |
| 71 | It may not have been needed in certain earlier versions. */ | 67 | It may not have been needed in certain earlier versions. */ |