Mercurial > emacs
comparison src/m/ibmrs6000.h @ 8583:8a1bc8b28d10
Fix comment.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 22 Aug 1994 23:27:23 +0000 |
parents | 9f0d8d29d122 |
children | 518c4b07b0ea |
comparison
equal
deleted
inserted
replaced
8582:9f0d8d29d122 | 8583:8a1bc8b28d10 |
---|---|
140 #undef NEED_PTEM_H | 140 #undef NEED_PTEM_H |
141 | 141 |
142 #define ORDINARY_LINK | 142 #define ORDINARY_LINK |
143 /* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */ | 143 /* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */ |
144 /* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid | 144 /* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid |
145 linker error for X11R6 library, which references pthread library | 145 linker error for X11R5 library, which references pthread library |
146 which most machines don't have. We use the name .inp instead of .imp | 146 which most machines don't have. We use the name .inp instead of .imp |
147 because .inp is a better convention to use in make-dist for naming | 147 because .inp is a better convention to use in make-dist for naming |
148 random input files. */ | 148 random input files. */ |
149 #ifdef HAVE_AIX_SMT_EXP | 149 #ifdef HAVE_AIX_SMT_EXP |
150 #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,-bI:/usr/lpp/X11/bin/smt.exp | 150 #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,-bI:/usr/lpp/X11/bin/smt.exp |