diff options
Diffstat (limited to 'meta/packages/autoconf/autoconf-2.59/autoconf259-update-configscripts.patch')
-rw-r--r-- | meta/packages/autoconf/autoconf-2.59/autoconf259-update-configscripts.patch | 393 |
1 files changed, 393 insertions, 0 deletions
diff --git a/meta/packages/autoconf/autoconf-2.59/autoconf259-update-configscripts.patch b/meta/packages/autoconf/autoconf-2.59/autoconf259-update-configscripts.patch new file mode 100644 index 0000000000..77be3c647c --- /dev/null +++ b/meta/packages/autoconf/autoconf-2.59/autoconf259-update-configscripts.patch | |||
@@ -0,0 +1,393 @@ | |||
1 | --- autoconf-2.59/config/config.guess.old 2003-10-23 10:28:51.000000000 -0400 | ||
2 | +++ autoconf-2.59/config/config.guess 2004-04-24 22:36:28.000000000 -0400 | ||
3 | @@ -3,7 +3,7 @@ | ||
4 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | ||
5 | # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. | ||
6 | |||
7 | -timestamp='2003-10-03' | ||
8 | +timestamp='2004-03-12' | ||
9 | |||
10 | # This file is free software; you can redistribute it and/or modify it | ||
11 | # under the terms of the GNU General Public License as published by | ||
12 | @@ -197,12 +197,18 @@ | ||
13 | # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. | ||
14 | echo "${machine}-${os}${release}" | ||
15 | exit 0 ;; | ||
16 | + amd64:OpenBSD:*:*) | ||
17 | + echo x86_64-unknown-openbsd${UNAME_RELEASE} | ||
18 | + exit 0 ;; | ||
19 | amiga:OpenBSD:*:*) | ||
20 | echo m68k-unknown-openbsd${UNAME_RELEASE} | ||
21 | exit 0 ;; | ||
22 | arc:OpenBSD:*:*) | ||
23 | echo mipsel-unknown-openbsd${UNAME_RELEASE} | ||
24 | exit 0 ;; | ||
25 | + cats:OpenBSD:*:*) | ||
26 | + echo arm-unknown-openbsd${UNAME_RELEASE} | ||
27 | + exit 0 ;; | ||
28 | hp300:OpenBSD:*:*) | ||
29 | echo m68k-unknown-openbsd${UNAME_RELEASE} | ||
30 | exit 0 ;; | ||
31 | @@ -221,6 +227,9 @@ | ||
32 | mvmeppc:OpenBSD:*:*) | ||
33 | echo powerpc-unknown-openbsd${UNAME_RELEASE} | ||
34 | exit 0 ;; | ||
35 | + pegasos:OpenBSD:*:*) | ||
36 | + echo powerpc-unknown-openbsd${UNAME_RELEASE} | ||
37 | + exit 0 ;; | ||
38 | pmax:OpenBSD:*:*) | ||
39 | echo mipsel-unknown-openbsd${UNAME_RELEASE} | ||
40 | exit 0 ;; | ||
41 | @@ -236,10 +245,24 @@ | ||
42 | *:OpenBSD:*:*) | ||
43 | echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} | ||
44 | exit 0 ;; | ||
45 | + *:ekkoBSD:*:*) | ||
46 | + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} | ||
47 | + exit 0 ;; | ||
48 | + macppc:MirBSD:*:*) | ||
49 | + echo powerppc-unknown-mirbsd${UNAME_RELEASE} | ||
50 | + exit 0 ;; | ||
51 | + *:MirBSD:*:*) | ||
52 | + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} | ||
53 | + exit 0 ;; | ||
54 | alpha:OSF1:*:*) | ||
55 | - if test $UNAME_RELEASE = "V4.0"; then | ||
56 | + case $UNAME_RELEASE in | ||
57 | + *4.0) | ||
58 | UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` | ||
59 | - fi | ||
60 | + ;; | ||
61 | + *5.*) | ||
62 | + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` | ||
63 | + ;; | ||
64 | + esac | ||
65 | # According to Compaq, /usr/sbin/psrinfo has been available on | ||
66 | # OSF/1 and Tru64 systems produced since 1995. I hope that | ||
67 | # covers most systems running today. This code pipes the CPU | ||
68 | @@ -277,11 +300,12 @@ | ||
69 | "EV7.9 (21364A)") | ||
70 | UNAME_MACHINE="alphaev79" ;; | ||
71 | esac | ||
72 | + # A Pn.n version is a patched version. | ||
73 | # A Vn.n version is a released version. | ||
74 | # A Tn.n version is a released field test version. | ||
75 | # A Xn.n version is an unreleased experimental baselevel. | ||
76 | # 1.2 uses "1.2" for uname -r. | ||
77 | - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` | ||
78 | + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` | ||
79 | exit 0 ;; | ||
80 | Alpha*:OpenVMS:*:*) | ||
81 | echo alpha-hp-vms | ||
82 | @@ -307,6 +331,9 @@ | ||
83 | *:OS/390:*:*) | ||
84 | echo i370-ibm-openedition | ||
85 | exit 0 ;; | ||
86 | + *:OS400:*:*) | ||
87 | + echo powerpc-ibm-os400 | ||
88 | + exit 0 ;; | ||
89 | arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) | ||
90 | echo arm-acorn-riscix${UNAME_RELEASE} | ||
91 | exit 0;; | ||
92 | @@ -399,6 +426,9 @@ | ||
93 | *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) | ||
94 | echo m68k-unknown-mint${UNAME_RELEASE} | ||
95 | exit 0 ;; | ||
96 | + m68k:machten:*:*) | ||
97 | + echo m68k-apple-machten${UNAME_RELEASE} | ||
98 | + exit 0 ;; | ||
99 | powerpc:machten:*:*) | ||
100 | echo powerpc-apple-machten${UNAME_RELEASE} | ||
101 | exit 0 ;; | ||
102 | @@ -742,6 +772,11 @@ | ||
103 | FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` | ||
104 | echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" | ||
105 | exit 0 ;; | ||
106 | + 5000:UNIX_System_V:4.*:*) | ||
107 | + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` | ||
108 | + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` | ||
109 | + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" | ||
110 | + exit 0 ;; | ||
111 | i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) | ||
112 | echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} | ||
113 | exit 0 ;; | ||
114 | @@ -751,7 +786,7 @@ | ||
115 | *:BSD/OS:*:*) | ||
116 | echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} | ||
117 | exit 0 ;; | ||
118 | - *:FreeBSD:*:*|*:GNU/FreeBSD:*:*) | ||
119 | + *:FreeBSD:*:*) | ||
120 | # Determine whether the default compiler uses glibc. | ||
121 | eval $set_cc_for_build | ||
122 | sed 's/^ //' << EOF >$dummy.c | ||
123 | @@ -763,7 +798,7 @@ | ||
124 | #endif | ||
125 | EOF | ||
126 | eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` | ||
127 | - # GNU/FreeBSD systems have a "k" prefix to indicate we are using | ||
128 | + # GNU/KFreeBSD systems have a "k" prefix to indicate we are using | ||
129 | # FreeBSD's kernel, but not the complete OS. | ||
130 | case ${LIBC} in gnu) kernel_only='k' ;; esac | ||
131 | echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} | ||
132 | @@ -799,8 +834,13 @@ | ||
133 | echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | ||
134 | exit 0 ;; | ||
135 | *:GNU:*:*) | ||
136 | + # the GNU system | ||
137 | echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` | ||
138 | exit 0 ;; | ||
139 | + *:GNU/*:*:*) | ||
140 | + # other systems with GNU libc and userland | ||
141 | + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu | ||
142 | + exit 0 ;; | ||
143 | i*86:Minix:*:*) | ||
144 | echo ${UNAME_MACHINE}-pc-minix | ||
145 | exit 0 ;; | ||
146 | @@ -813,6 +853,9 @@ | ||
147 | ia64:Linux:*:*) | ||
148 | echo ${UNAME_MACHINE}-unknown-linux-gnu | ||
149 | exit 0 ;; | ||
150 | + m32r*:Linux:*:*) | ||
151 | + echo ${UNAME_MACHINE}-unknown-linux-gnu | ||
152 | + exit 0 ;; | ||
153 | m68*:Linux:*:*) | ||
154 | echo ${UNAME_MACHINE}-unknown-linux-gnu | ||
155 | exit 0 ;; | ||
156 | @@ -981,6 +1024,9 @@ | ||
157 | i*86:atheos:*:*) | ||
158 | echo ${UNAME_MACHINE}-unknown-atheos | ||
159 | exit 0 ;; | ||
160 | + i*86:syllable:*:*) | ||
161 | + echo ${UNAME_MACHINE}-pc-syllable | ||
162 | + exit 0 ;; | ||
163 | i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) | ||
164 | echo i386-unknown-lynxos${UNAME_RELEASE} | ||
165 | exit 0 ;; | ||
166 | @@ -1052,7 +1098,7 @@ | ||
167 | exit 0 ;; | ||
168 | M68*:*:R3V[567]*:*) | ||
169 | test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; | ||
170 | - 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0) | ||
171 | + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0) | ||
172 | OS_REL='' | ||
173 | test -r /etc/.relid \ | ||
174 | && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` | ||
175 | @@ -1167,7 +1213,7 @@ | ||
176 | *:QNX:*:4*) | ||
177 | echo i386-pc-qnx | ||
178 | exit 0 ;; | ||
179 | - NSR-[DGKLNPTVWY]:NONSTOP_KERNEL:*:*) | ||
180 | + NSR-?:NONSTOP_KERNEL:*:*) | ||
181 | echo nsr-tandem-nsk${UNAME_RELEASE} | ||
182 | exit 0 ;; | ||
183 | *:NonStop-UX:*:*) | ||
184 | @@ -1211,6 +1257,9 @@ | ||
185 | SEI:*:*:SEIUX) | ||
186 | echo mips-sei-seiux${UNAME_RELEASE} | ||
187 | exit 0 ;; | ||
188 | + *:DragonFly:*:*) | ||
189 | + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` | ||
190 | + exit 0 ;; | ||
191 | esac | ||
192 | |||
193 | #echo '(No uname command or uname output not recognized.)' 1>&2 | ||
194 | --- autoconf-2.59/config/config.sub.old 2003-10-23 10:28:51.000000000 -0400 | ||
195 | +++ autoconf-2.59/config/config.sub 2004-04-24 22:36:28.000000000 -0400 | ||
196 | @@ -3,7 +3,7 @@ | ||
197 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | ||
198 | # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. | ||
199 | |||
200 | -timestamp='2003-08-18' | ||
201 | +timestamp='2004-03-12' | ||
202 | |||
203 | # This file is (in principle) common to ALL GNU software. | ||
204 | # The presence of a machine in this file suggests that SOME GNU software | ||
205 | @@ -118,7 +118,8 @@ | ||
206 | # Here we must recognize all the valid KERNEL-OS combinations. | ||
207 | maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` | ||
208 | case $maybe_os in | ||
209 | - nto-qnx* | linux-gnu* | linux-dietlibc | kfreebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) | ||
210 | + nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ | ||
211 | + kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) | ||
212 | os=-$maybe_os | ||
213 | basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` | ||
214 | ;; | ||
215 | @@ -236,7 +237,7 @@ | ||
216 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | ||
217 | | i370 | i860 | i960 | ia64 \ | ||
218 | | ip2k | iq2000 \ | ||
219 | - | m32r | m68000 | m68k | m88k | mcore \ | ||
220 | + | m32r | m32rle | m68000 | m68k | m88k | mcore \ | ||
221 | | mips | mipsbe | mipseb | mipsel | mipsle \ | ||
222 | | mips16 \ | ||
223 | | mips64 | mips64el \ | ||
224 | @@ -261,7 +262,7 @@ | ||
225 | | pyramid \ | ||
226 | | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | ||
227 | | sh64 | sh64le \ | ||
228 | - | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ | ||
229 | + | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ | ||
230 | | strongarm \ | ||
231 | | tahoe | thumb | tic4x | tic80 | tron \ | ||
232 | | v850 | v850e \ | ||
233 | @@ -307,7 +308,7 @@ | ||
234 | | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | ||
235 | | i*86-* | i860-* | i960-* | ia64-* \ | ||
236 | | ip2k-* | iq2000-* \ | ||
237 | - | m32r-* \ | ||
238 | + | m32r-* | m32rle-* \ | ||
239 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | ||
240 | | m88110-* | m88k-* | mcore-* \ | ||
241 | | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | ||
242 | @@ -335,7 +336,7 @@ | ||
243 | | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | ||
244 | | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | ||
245 | | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ | ||
246 | - | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | ||
247 | + | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | ||
248 | | tahoe-* | thumb-* \ | ||
249 | | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | ||
250 | | tron-* \ | ||
251 | @@ -362,6 +363,9 @@ | ||
252 | basic_machine=a29k-amd | ||
253 | os=-udi | ||
254 | ;; | ||
255 | + abacus) | ||
256 | + basic_machine=abacus-unknown | ||
257 | + ;; | ||
258 | adobe68k) | ||
259 | basic_machine=m68010-adobe | ||
260 | os=-scout | ||
261 | @@ -379,6 +383,9 @@ | ||
262 | amd64) | ||
263 | basic_machine=x86_64-pc | ||
264 | ;; | ||
265 | + amd64-*) | ||
266 | + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` | ||
267 | + ;; | ||
268 | amdahl) | ||
269 | basic_machine=580-amdahl | ||
270 | os=-sysv | ||
271 | @@ -438,12 +445,20 @@ | ||
272 | basic_machine=j90-cray | ||
273 | os=-unicos | ||
274 | ;; | ||
275 | + cr16c) | ||
276 | + basic_machine=cr16c-unknown | ||
277 | + os=-elf | ||
278 | + ;; | ||
279 | crds | unos) | ||
280 | basic_machine=m68k-crds | ||
281 | ;; | ||
282 | cris | cris-* | etrax*) | ||
283 | basic_machine=cris-axis | ||
284 | ;; | ||
285 | + crx) | ||
286 | + basic_machine=crx-unknown | ||
287 | + os=-elf | ||
288 | + ;; | ||
289 | da30 | da30-*) | ||
290 | basic_machine=m68k-da30 | ||
291 | ;; | ||
292 | @@ -743,6 +758,10 @@ | ||
293 | basic_machine=or32-unknown | ||
294 | os=-coff | ||
295 | ;; | ||
296 | + os400) | ||
297 | + basic_machine=powerpc-ibm | ||
298 | + os=-os400 | ||
299 | + ;; | ||
300 | OSE68000 | ose68000) | ||
301 | basic_machine=m68000-ericsson | ||
302 | os=-ose | ||
303 | @@ -963,6 +982,10 @@ | ||
304 | tower | tower-32) | ||
305 | basic_machine=m68k-ncr | ||
306 | ;; | ||
307 | + tpf) | ||
308 | + basic_machine=s390x-ibm | ||
309 | + os=-tpf | ||
310 | + ;; | ||
311 | udi29k) | ||
312 | basic_machine=a29k-amd | ||
313 | os=-udi | ||
314 | @@ -1058,7 +1081,7 @@ | ||
315 | sh64) | ||
316 | basic_machine=sh64-unknown | ||
317 | ;; | ||
318 | - sparc | sparcv9 | sparcv9b) | ||
319 | + sparc | sparcv8 | sparcv9 | sparcv9b) | ||
320 | basic_machine=sparc-sun | ||
321 | ;; | ||
322 | cydra) | ||
323 | @@ -1131,19 +1154,20 @@ | ||
324 | | -aos* \ | ||
325 | | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | ||
326 | | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | ||
327 | - | -hiux* | -386bsd* | -netbsd* | -openbsd* | -kfreebsd* | -freebsd* | -riscix* \ | ||
328 | - | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | ||
329 | + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ | ||
330 | + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | ||
331 | + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | ||
332 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | ||
333 | | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | ||
334 | | -chorusos* | -chorusrdb* \ | ||
335 | | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | ||
336 | - | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ | ||
337 | + | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ | ||
338 | | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | ||
339 | | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | ||
340 | | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | ||
341 | | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | ||
342 | | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | ||
343 | - | -powermax* | -dnix* | -nx6 | -nx7 | -sei*) | ||
344 | + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) | ||
345 | # Remember, each alternative MUST END IN *, to match a version number. | ||
346 | ;; | ||
347 | -qnx*) | ||
348 | @@ -1182,6 +1206,9 @@ | ||
349 | -opened*) | ||
350 | os=-openedition | ||
351 | ;; | ||
352 | + -os400*) | ||
353 | + os=-os400 | ||
354 | + ;; | ||
355 | -wince*) | ||
356 | os=-wince | ||
357 | ;; | ||
358 | @@ -1203,6 +1230,9 @@ | ||
359 | -atheos*) | ||
360 | os=-atheos | ||
361 | ;; | ||
362 | + -syllable*) | ||
363 | + os=-syllable | ||
364 | + ;; | ||
365 | -386bsd) | ||
366 | os=-bsd | ||
367 | ;; | ||
368 | @@ -1225,6 +1255,9 @@ | ||
369 | -sinix*) | ||
370 | os=-sysv4 | ||
371 | ;; | ||
372 | + -tpf*) | ||
373 | + os=-tpf | ||
374 | + ;; | ||
375 | -triton*) | ||
376 | os=-sysv3 | ||
377 | ;; | ||
378 | @@ -1473,9 +1506,15 @@ | ||
379 | -mvs* | -opened*) | ||
380 | vendor=ibm | ||
381 | ;; | ||
382 | + -os400*) | ||
383 | + vendor=ibm | ||
384 | + ;; | ||
385 | -ptx*) | ||
386 | vendor=sequent | ||
387 | ;; | ||
388 | + -tpf*) | ||
389 | + vendor=ibm | ||
390 | + ;; | ||
391 | -vxsim* | -vxworks* | -windiss*) | ||
392 | vendor=wrs | ||
393 | ;; | ||