Mercurial > hg > xemacs-beta
comparison src/m/ibmrs6000.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | e45d5e7c476e |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 /* Synched up with: FSF 19.31. */ | 21 /* Synched up with: FSF 19.31. */ |
22 | 22 |
23 /* The following line tells the configuration script what sort of | 23 /* The following line tells the configuration script what sort of |
24 operating system this machine is likely to run. | 24 operating system this machine is likely to run. |
25 USUAL-OPSYS="aix3-1" */ | 25 USUAL-OPSYS="aix3-1" */ |
26 | 26 |
27 /* Now define a symbol for the cpu type, if your compiler | 27 /* Now define a symbol for the cpu type, if your compiler |
28 does not define it automatically. */ | 28 does not define it automatically. */ |
134 /* Don't try to include sioctl.h or ptem.h. */ | 134 /* Don't try to include sioctl.h or ptem.h. */ |
135 #undef NEED_SIOCTL | 135 #undef NEED_SIOCTL |
136 #undef NEED_PTEM_H | 136 #undef NEED_PTEM_H |
137 | 137 |
138 #define ORDINARY_LINK | 138 #define ORDINARY_LINK |
139 | |
140 #if 0 /* mrb */ | |
141 #ifndef USG5_4 | |
142 /* XEmacs change -- automatically add the correct path for smt.exp if | |
143 it exists. */ | |
144 /* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid | |
145 linker error for updated X11R5 libraries, which references pthread library | |
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 | |
148 random input files. */ | |
149 /* Avoid gcc 2.7.x collect2 bug by using /bin/ld instead. */ | |
150 #if __GNUC__ == 2 && __GNUC_MINOR__ == 7 | |
151 #ifdef AIX_SMT_EXP | |
152 #define LD_SWITCH_MACHINE "-B/bin/ -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,AIX_SMT_EXP" | |
153 #else | |
154 #define LD_SWITCH_MACHINE "-B/bin/ -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp" | |
155 #endif | |
156 #else /* not gcc 2.7.x */ | |
157 #ifdef AIX_SMT_EXP | |
158 #define LD_SWITCH_MACHINE "-Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,AIX_SMT_EXP" | |
159 #else | |
160 #define LD_SWITCH_MACHINE "-Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp" | |
161 #endif | |
162 #endif /* __GNUC__ == 2 && __GNUC_MINOR__ == 7 */ | |
163 | |
164 #endif /* USG5_4 */ | |
165 #endif /* mrb */ |