Codebase list autotools-dev / 8f141ff
Imported Debian version 20040312.1 Henrique de Moraes Holschuh 15 years ago
5 changed file(s) with 129 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1
2 * config.guess (m32r*:Linux:*:*): New case.
3 * config.sub: Handle m32rle.
4
5 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6
7 From Jens Petersen <petersen@redhat.com>:
8 * config.sub: Handle sparcv8.
9
10 2004-03-03 Ben Elliston <bje@wasabisystems.com>
11
12 From Tom Smith <smith@cag.lkg.hp.com>:
13 * config.guess: Version suffixes are equally significant on Tru64
14 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
15 prefix of "P" (patched kernel).
16
17 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
18
19 * config.sub: Add support for National Semiconductor CRX target.
20
21 2004-02-16 Thorsten Glaser <x86@ePost.de>
22
23 * config.guess (*:MirBSD:*:*, macppc:MirBSD:*:*): Handle.
24 * config.sub: Handle -mirbsd*.
25
26 2004-02-16 Brad Smith <brad@comstyle.com>
27
28 * config.guess: Recognize OpenBSD on AMD64 and CATS hardware.
29
30 2004-02-11 Ben Elliston <bje@wasabisystems.com>
31
32 * config.sub (abacus): Add.
33
34 2004-02-11 Galit Heller <Galit.Heller@nsc.com>
35
36 * config.sub: Add support for National Semiconductor CR16C target.
37
38 2004-02-02 Ben Elliston <bje@wasabisystems.com>
39
40 * config.guess (*:ekkoBSD:*:*): Handle.
41 * config.guess: Handle -ekkobsd*.
42
43 2004-01-30 Ben Elliston <bje@wasabisystems.com>
44
45 * NEWS: Remove.
46
47 2004-01-24 Ben Elliston <bje@wasabisystems.com>
48
49 From Brett E. Wynkoop <wynkoop@wynn.com>:
50 * config.guess (m68k:machten:*:*): Handle.
51
52 2004-01-20 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>
53
54 * config.guess: Fix DragonFly entry to really work.
55
056 2004-01-05 Ben Elliston <bje@wasabisystems.com>
157 Joachim Schmitz <schmitz@hp.com>
258
101157 * config.guess (sei:*:*:seiux): Detect SEIUX running on MIPS-based
102158 workstations manufactured by Sumitomo Electric Industries.
103159 * config.sub (sei, -sei*): Handle.
104
160
105161 2003-06-13 Svein E. Seldal <Svein.Seldal@solidas.com>
106162
107163 * config.sub (c4x, tic4x): Re-arrange and fix.
305361
306362 * config.guess: Detect Concurrent PowerMaxion.
307363 Reported by Lloyd Goldston <lloyd.goldston@sed.redstone.army.mil>.
308
364
309365 * config.guess: Detect Convergent 3B1 machines (running AT&T UNIX).
310366 Reported by Bruce Lilly <blilly@erols.com>.
311367
349405 2002-07-03 Ben Elliston <bje@redhat.com>
350406
351407 * config.guess: Execute $dummy, not ./$dummy, throughout.
352
408
353409 * config.guess (set_cc_for_build): Create a chmod 700 directory in
354410 /tmp (or $TMPDIR, if set) to store temporary files generated for
355411 use by the C compiler. This should resist the /tmp symbolic link
365421 * config.sub: Accept freebsd-gnu system name.
366422
367423 2002-06-21 J"orn Rennecke <joern.rennecke@superh.com>
368
424
369425 * config.sub: Add support for sh[12], sh3e, sh[1234]le, sh3ele,
370426 shle, sh[1234]le, sh3ele.
371427
513569 * config.guess (i*86:Linux:*:*): Fixed: export LANG=C before
514570 running ld so that linker output can be assumed to be in English,
515571 and it works with non-default locales.
516
572
517573 2002-01-10 Ben Elliston <bje@redhat.com>
518574
519575 * config.guess: Update Per Bothner's mail address.
521577 2002-01-02 Douglas B. Rupp <rupp@gnat.com>
522578
523579 * config.sub (alpha64*): New basic_machine.
524
580
525581 2002-01-02 Ben Elliston <bje@redhat.com>
526582
527583 From Sigbjorn Skjaeret <cisc@c2i.net>.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
33 # 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
44
5 timestamp='2004-01-05'
5 timestamp='2004-03-12'
66
77 # This file is free software; you can redistribute it and/or modify it
88 # under the terms of the GNU General Public License as published by
196196 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
197197 echo "${machine}-${os}${release}"
198198 exit 0 ;;
199 amd64:OpenBSD:*:*)
200 echo x86_64-unknown-openbsd${UNAME_RELEASE}
201 exit 0 ;;
199202 amiga:OpenBSD:*:*)
200203 echo m68k-unknown-openbsd${UNAME_RELEASE}
201204 exit 0 ;;
202205 arc:OpenBSD:*:*)
203206 echo mipsel-unknown-openbsd${UNAME_RELEASE}
204207 exit 0 ;;
208 cats:OpenBSD:*:*)
209 echo arm-unknown-openbsd${UNAME_RELEASE}
210 exit 0 ;;
205211 hp300:OpenBSD:*:*)
206212 echo m68k-unknown-openbsd${UNAME_RELEASE}
207213 exit 0 ;;
238244 *:OpenBSD:*:*)
239245 echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
240246 exit 0 ;;
247 *:ekkoBSD:*:*)
248 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
249 exit 0 ;;
250 macppc:MirBSD:*:*)
251 echo powerppc-unknown-mirbsd${UNAME_RELEASE}
252 exit 0 ;;
253 *:MirBSD:*:*)
254 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
255 exit 0 ;;
241256 alpha:OSF1:*:*)
242 if test $UNAME_RELEASE = "V4.0"; then
257 case $UNAME_RELEASE in
258 *4.0)
243259 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
244 fi
260 ;;
261 *5.*)
262 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
263 ;;
264 esac
245265 # According to Compaq, /usr/sbin/psrinfo has been available on
246266 # OSF/1 and Tru64 systems produced since 1995. I hope that
247267 # covers most systems running today. This code pipes the CPU
279299 "EV7.9 (21364A)")
280300 UNAME_MACHINE="alphaev79" ;;
281301 esac
302 # A Pn.n version is a patched version.
282303 # A Vn.n version is a released version.
283304 # A Tn.n version is a released field test version.
284305 # A Xn.n version is an unreleased experimental baselevel.
285306 # 1.2 uses "1.2" for uname -r.
286 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
307 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
287308 exit 0 ;;
288309 Alpha*:OpenVMS:*:*)
289310 echo alpha-hp-vms
404425 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
405426 echo m68k-unknown-mint${UNAME_RELEASE}
406427 exit 0 ;;
428 m68k:machten:*:*)
429 echo m68k-apple-machten${UNAME_RELEASE}
430 exit 0 ;;
407431 powerpc:machten:*:*)
408432 echo powerpc-apple-machten${UNAME_RELEASE}
409433 exit 0 ;;
826850 echo cris-axis-linux-gnu
827851 exit 0 ;;
828852 ia64:Linux:*:*)
853 echo ${UNAME_MACHINE}-unknown-linux-gnu
854 exit 0 ;;
855 m32r*:Linux:*:*)
829856 echo ${UNAME_MACHINE}-unknown-linux-gnu
830857 exit 0 ;;
831858 m68*:Linux:*:*)
12291256 SEI:*:*:SEIUX)
12301257 echo mips-sei-seiux${UNAME_RELEASE}
12311258 exit 0 ;;
1232 *:DRAGONFLY:*:*)
1233 echo ${UNAME_MACHINE}-unknown-dragonfly${UNAME_RELEASE}
1259 *:DragonFly:*:*)
1260 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
12341261 exit 0 ;;
12351262 esac
12361263
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
33 # 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
44
5 timestamp='2004-01-05'
5 timestamp='2004-03-12'
66
77 # This file is (in principle) common to ALL GNU software.
88 # The presence of a machine in this file suggests that SOME GNU software
236236 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
237237 | i370 | i860 | i960 | ia64 \
238238 | ip2k | iq2000 \
239 | m32r | m68000 | m68k | m88k | mcore \
239 | m32r | m32rle | m68000 | m68k | m88k | mcore \
240240 | mips | mipsbe | mipseb | mipsel | mipsle \
241241 | mips16 \
242242 | mips64 | mips64el \
261261 | pyramid \
262262 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
263263 | sh64 | sh64le \
264 | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
264 | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
265265 | strongarm \
266266 | tahoe | thumb | tic4x | tic80 | tron \
267267 | v850 | v850e \
307307 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
308308 | i*86-* | i860-* | i960-* | ia64-* \
309309 | ip2k-* | iq2000-* \
310 | m32r-* \
310 | m32r-* | m32rle-* \
311311 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
312312 | m88110-* | m88k-* | mcore-* \
313313 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
335335 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
336336 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
337337 | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
338 | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
338 | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
339339 | tahoe-* | thumb-* \
340340 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
341341 | tron-* \
362362 basic_machine=a29k-amd
363363 os=-udi
364364 ;;
365 abacus)
366 basic_machine=abacus-unknown
367 ;;
365368 adobe68k)
366369 basic_machine=m68010-adobe
367370 os=-scout
441444 basic_machine=j90-cray
442445 os=-unicos
443446 ;;
447 cr16c)
448 basic_machine=cr16c-unknown
449 os=-elf
450 ;;
444451 crds | unos)
445452 basic_machine=m68k-crds
446453 ;;
447454 cris | cris-* | etrax*)
448455 basic_machine=cris-axis
456 ;;
457 crx)
458 basic_machine=crx-unknown
459 os=-elf
449460 ;;
450461 da30 | da30-*)
451462 basic_machine=m68k-da30
10691080 sh64)
10701081 basic_machine=sh64-unknown
10711082 ;;
1072 sparc | sparcv9 | sparcv9b)
1083 sparc | sparcv8 | sparcv9 | sparcv9b)
10731084 basic_machine=sparc-sun
10741085 ;;
10751086 cydra)
11421153 | -aos* \
11431154 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
11441155 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1145 | -hiux* | -386bsd* | -knetbsd* | -netbsd* | -openbsd* | -kfreebsd* | -freebsd* | -riscix* \
1146 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1156 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
1157 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1158 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
11471159 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
11481160 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
11491161 | -chorusos* | -chorusrdb* \
0 autotools-dev (20040312.1) unstable; urgency=low
1
2 * Sync to CVS 20040312 (config.sub 20040312; config.guess 20040312)
3 * Bump standards-version to 3.6.1 (no changes)
4
5 -- Henrique de Moraes Holschuh <hmh@debian.org> Sat, 15 May 2004 10:26:34 -0300
6
7 autotools-dev (20040211.1) unstable; urgency=low
8
9 * Sync to CVS 20040211 (config.sub 20040211; config.guess 20040202)
10
11 -- Henrique de Moraes Holschuh <hmh@debian.org> Fri, 13 Feb 2004 08:23:41 -0200
12
013 autotools-dev (20040105.1) unstable; urgency=low
114
215 * Sync to CVS 20040105 (config.sub 20040105; config.guess 20040105)
22 Priority: optional
33 Maintainer: Henrique de Moraes Holschuh <hmh@debian.org>
44 Build-Depends-Indep: debhelper (>> 3.0.0)
5 Standards-Version: 3.6.0
5 Standards-Version: 3.6.1
66
77 Package: autotools-dev
88 Architecture: all