ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/config.sub
(Generate patch)

Comparing:
ircd-hybrid-7.3/config.sub (file contents), Revision 1094 by michael, Sun Jun 13 10:09:34 2010 UTC vs.
ircd-hybrid/trunk/config.sub (file contents), Revision 1730 by michael, Sun Jan 6 11:27:11 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # Configuration validation subroutine script.
3   #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 < #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5 < #   Free Software Foundation, Inc.
4 > #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5 > #   2011, 2012, 2013 Free Software Foundation, Inc.
6  
7 < timestamp='2010-05-21'
7 > timestamp='2012-12-29'
8  
9 < # This file is (in principle) common to ALL GNU software.
10 < # The presence of a machine in this file suggests that SOME GNU software
11 < # can handle that machine.  It does not imply ALL GNU software can.
12 < #
13 < # This file is free software; you can redistribute it and/or modify
14 < # it under the terms of the GNU General Public License as published by
15 < # the Free Software Foundation; either version 2 of the License, or
9 > # This file is free software; you can redistribute it and/or modify it
10 > # under the terms of the GNU General Public License as published by
11 > # the Free Software Foundation; either version 3 of the License, or
12   # (at your option) any later version.
13   #
14 < # This program is distributed in the hope that it will be useful,
15 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 < # GNU General Public License for more details.
14 > # This program is distributed in the hope that it will be useful, but
15 > # WITHOUT ANY WARRANTY; without even the implied warranty of
16 > # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 > # General Public License for more details.
18   #
19   # You should have received a copy of the GNU General Public License
20 < # along with this program; if not, write to the Free Software
25 < # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
26 < # 02110-1301, USA.
20 > # along with this program; if not, see <http://www.gnu.org/licenses/>.
21   #
22   # As a special exception to the GNU General Public License, if you
23   # distribute this file as part of a program that contains a
24   # configuration script generated by Autoconf, you may include it under
25 < # the same distribution terms that you use for the rest of that program.
25 > # the same distribution terms that you use for the rest of that
26 > # program.  This Exception is an additional permission under section 7
27 > # of the GNU General Public License, version 3 ("GPLv3").
28  
29  
30 < # Please send patches to <config-patches@gnu.org>.  Submit a context
35 < # diff and a properly formatted GNU ChangeLog entry.
30 > # Please send patches with a ChangeLog entry to config-patches@gnu.org.
31   #
32   # Configuration subroutine to validate and canonicalize a configuration type.
33   # Supply the specified configuration type as an argument.
# Line 76 | Line 71 | version="\
71   GNU config.sub ($timestamp)
72  
73   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
74 < 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
75 < Software Foundation, Inc.
74 > 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
75 > 2012, 2013 Free Software Foundation, Inc.
76  
77   This is free software; see the source for copying conditions.  There is NO
78   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
# Line 125 | Line 120 | esac
120   maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
121   case $maybe_os in
122    nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
123 <  linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
123 >  linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
124    knetbsd*-gnu* | netbsd*-gnu* | \
125    kopensolaris*-gnu* | \
126    storm-chaos* | os2-emx* | rtmk-nova*)
127      os=-$maybe_os
128      basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
129      ;;
130 +  android-linux)
131 +    os=-linux-android
132 +    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
133 +    ;;
134    *)
135      basic_machine=`echo $1 | sed 's/-[^-]*$//'`
136      if [ $basic_machine != $1 ]
# Line 154 | Line 153 | case $os in
153          -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
154          -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
155          -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
156 <        -apple | -axis | -knuth | -cray | -microblaze)
156 >        -apple | -axis | -knuth | -cray | -microblaze*)
157                  os=
158                  basic_machine=$1
159                  ;;
160 <        -bluegene*)
161 <                os=-cnk
160 >        -bluegene*)
161 >                os=-cnk
162                  ;;
163          -sim | -cisco | -oki | -wec | -winbond)
164                  os=
# Line 175 | Line 174 | case $os in
174                  os=-chorusos
175                  basic_machine=$1
176                  ;;
177 <        -chorusrdb)
178 <                os=-chorusrdb
177 >        -chorusrdb)
178 >                os=-chorusrdb
179                  basic_machine=$1
180 <                ;;
180 >                ;;
181          -hiux*)
182                  os=-hiuxwe2
183                  ;;
# Line 223 | Line 222 | case $os in
222          -isc*)
223                  basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
224                  ;;
225 +        -lynx*178)
226 +                os=-lynxos178
227 +                ;;
228 +        -lynx*5)
229 +                os=-lynxos5
230 +                ;;
231          -lynx*)
232                  os=-lynxos
233                  ;;
# Line 247 | Line 252 | case $basic_machine in
252          # Some are omitted here because they have special meanings below.
253          1750a | 580 \
254          | a29k \
255 +        | aarch64 | aarch64_be \
256          | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
257          | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
258          | am33_2.0 \
259 <        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
259 >        | arc \
260 >        | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
261 >        | avr | avr32 \
262 >        | be32 | be64 \
263          | bfin \
264          | c4x | clipper \
265          | d10v | d30v | dlx | dsp16xx \
266 +        | epiphany \
267          | fido | fr30 | frv \
268          | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
269 +        | hexagon \
270          | i370 | i860 | i960 | ia64 \
271          | ip2k | iq2000 \
272 +        | le32 | le64 \
273          | lm32 \
274          | m32c | m32r | m32rle | m68000 | m68k | m88k \
275 <        | maxq | mb | microblaze | mcore | mep | metag \
275 >        | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
276          | mips | mipsbe | mipseb | mipsel | mipsle \
277          | mips16 \
278          | mips64 | mips64el \
# Line 283 | Line 295 | case $basic_machine in
295          | moxie \
296          | mt \
297          | msp430 \
298 +        | nds32 | nds32le | nds32be \
299          | nios | nios2 \
300          | ns16k | ns32k \
301 +        | open8 \
302          | or32 \
303          | pdp10 | pdp11 | pj | pjl \
304 <        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
304 >        | powerpc | powerpc64 | powerpc64le | powerpcle \
305          | pyramid \
306 <        | rx \
306 >        | rl78 | rx \
307          | score \
308          | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
309          | sh64 | sh64le \
310          | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
311          | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
312 <        | spu | strongarm \
313 <        | tahoe | thumb | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
312 >        | spu \
313 >        | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
314          | ubicom32 \
315 <        | v850 | v850e \
315 >        | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
316          | we32k \
317 <        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
317 >        | x86 | xc16x | xstormy16 | xtensa \
318          | z8k | z80)
319                  basic_machine=$basic_machine-unknown
320                  ;;
# Line 313 | Line 327 | case $basic_machine in
327          c6x)
328                  basic_machine=tic6x-unknown
329                  ;;
330 <        m6811 | m68hc11 | m6812 | m68hc12 | picochip)
317 <                # Motorola 68HC11/12.
330 >        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
331                  basic_machine=$basic_machine-unknown
332                  os=-none
333                  ;;
# Line 324 | Line 337 | case $basic_machine in
337                  basic_machine=mt-unknown
338                  ;;
339  
340 +        strongarm | thumb | xscale)
341 +                basic_machine=arm-unknown
342 +                ;;
343 +        xgate)
344 +                basic_machine=$basic_machine-unknown
345 +                os=-none
346 +                ;;
347 +        xscaleeb)
348 +                basic_machine=armeb-unknown
349 +                ;;
350 +
351 +        xscaleel)
352 +                basic_machine=armel-unknown
353 +                ;;
354 +
355          # We use `pc' rather than `unknown'
356          # because (1) that's what they normally are, and
357          # (2) the word "unknown" tends to confuse beginning users.
# Line 338 | Line 366 | case $basic_machine in
366          # Recognize the basic CPU types with company name.
367          580-* \
368          | a29k-* \
369 +        | aarch64-* | aarch64_be-* \
370          | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
371          | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
372          | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
373          | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
374          | avr-* | avr32-* \
375 +        | be32-* | be64-* \
376          | bfin-* | bs2000-* \
377          | c[123]* | c30-* | [cjt]90-* | c4x-* \
378          | clipper-* | craynv-* | cydra-* \
# Line 351 | Line 381 | case $basic_machine in
381          | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
382          | h8300-* | h8500-* \
383          | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
384 +        | hexagon-* \
385          | i*86-* | i860-* | i960-* | ia64-* \
386          | ip2k-* | iq2000-* \
387 +        | le32-* | le64-* \
388          | lm32-* \
389          | m32c-* | m32r-* | m32rle-* \
390          | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
391 <        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
391 >        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
392 >        | microblaze-* | microblazeel-* \
393          | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
394          | mips16-* \
395          | mips64-* | mips64el-* \
# Line 378 | Line 411 | case $basic_machine in
411          | mmix-* \
412          | mt-* \
413          | msp430-* \
414 +        | nds32-* | nds32le-* | nds32be-* \
415          | nios-* | nios2-* \
416          | none-* | np1-* | ns16k-* | ns32k-* \
417 +        | open8-* \
418          | orion-* \
419          | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
420 <        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
420 >        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
421          | pyramid-* \
422 <        | romp-* | rs6000-* | rx-* \
422 >        | rl78-* | romp-* | rs6000-* | rx-* \
423          | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
424          | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
425          | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
426          | sparclite-* \
427 <        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
428 <        | tahoe-* | thumb-* \
427 >        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
428 >        | tahoe-* \
429          | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
430 <        | tile-* | tilegx-* \
430 >        | tile*-* \
431          | tron-* \
432          | ubicom32-* \
433 <        | v850-* | v850e-* | vax-* \
433 >        | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
434 >        | vax-* \
435          | we32k-* \
436 <        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
436 >        | x86-* | x86_64-* | xc16x-* | xps100-* \
437          | xstormy16-* | xtensa*-* \
438          | ymp-* \
439          | z8k-* | z80-*)
# Line 422 | Line 458 | case $basic_machine in
458                  basic_machine=a29k-amd
459                  os=-udi
460                  ;;
461 <        abacus)
461 >        abacus)
462                  basic_machine=abacus-unknown
463                  ;;
464          adobe68k)
# Line 505 | Line 541 | case $basic_machine in
541                  basic_machine=c90-cray
542                  os=-unicos
543                  ;;
544 <        cegcc)
544 >        cegcc)
545                  basic_machine=arm-unknown
546                  os=-cegcc
547                  ;;
# Line 537 | Line 573 | case $basic_machine in
573                  basic_machine=craynv-cray
574                  os=-unicosmp
575                  ;;
576 <        cr16)
576 >        cr16 | cr16-*)
577                  basic_machine=cr16-unknown
578                  os=-elf
579                  ;;
# Line 695 | Line 731 | case $basic_machine in
731          i370-ibm* | ibm*)
732                  basic_machine=i370-ibm
733                  ;;
698 # I'm not sure what "Sysv32" means.  Should this be sysv3.2?
734          i*86v32)
735                  basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
736                  os=-sysv32
# Line 753 | Line 788 | case $basic_machine in
788                  basic_machine=ns32k-utek
789                  os=-sysv
790                  ;;
791 <        microblaze)
791 >        microblaze*)
792                  basic_machine=microblaze-xilinx
793                  ;;
794 +        mingw64)
795 +                basic_machine=x86_64-pc
796 +                os=-mingw64
797 +                ;;
798          mingw32)
799                  basic_machine=i386-pc
800                  os=-mingw32
# Line 792 | Line 831 | case $basic_machine in
831          ms1-*)
832                  basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
833                  ;;
834 +        msys)
835 +                basic_machine=i386-pc
836 +                os=-msys
837 +                ;;
838          mvs)
839                  basic_machine=i370-ibm
840                  os=-mvs
841                  ;;
842 +        nacl)
843 +                basic_machine=le32-unknown
844 +                os=-nacl
845 +                ;;
846          ncr3000)
847                  basic_machine=i486-ncr
848                  os=-sysv4
# Line 860 | Line 907 | case $basic_machine in
907          np1)
908                  basic_machine=np1-gould
909                  ;;
910 +        neo-tandem)
911 +                basic_machine=neo-tandem
912 +                ;;
913 +        nse-tandem)
914 +                basic_machine=nse-tandem
915 +                ;;
916          nsr-tandem)
917                  basic_machine=nsr-tandem
918                  ;;
# Line 942 | Line 995 | case $basic_machine in
995                  ;;
996          power)  basic_machine=power-ibm
997                  ;;
998 <        ppc)    basic_machine=powerpc-unknown
998 >        ppc | ppcbe)    basic_machine=powerpc-unknown
999                  ;;
1000 <        ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
1000 >        ppc-* | ppcbe-*)
1001 >                basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
1002                  ;;
1003          ppcle | powerpclittle | ppc-le | powerpc-little)
1004                  basic_machine=powerpcle-unknown
# Line 969 | Line 1023 | case $basic_machine in
1023                  basic_machine=i586-unknown
1024                  os=-pw32
1025                  ;;
1026 <        rdos)
1026 >        rdos | rdos64)
1027 >                basic_machine=x86_64-pc
1028 >                os=-rdos
1029 >                ;;
1030 >        rdos32)
1031                  basic_machine=i386-pc
1032                  os=-rdos
1033                  ;;
# Line 1038 | Line 1096 | case $basic_machine in
1096                  basic_machine=i860-stratus
1097                  os=-sysv4
1098                  ;;
1099 +        strongarm-* | thumb-*)
1100 +                basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
1101 +                ;;
1102          sun2)
1103                  basic_machine=m68000-sun
1104                  ;;
# Line 1094 | Line 1155 | case $basic_machine in
1155                  basic_machine=t90-cray
1156                  os=-unicos
1157                  ;;
1097        # This must be matched before tile*.
1098        tilegx*)
1099                basic_machine=tilegx-unknown
1100                os=-linux-gnu
1101                ;;
1158          tile*)
1159 <                basic_machine=tile-unknown
1159 >                basic_machine=$basic_machine-unknown
1160                  os=-linux-gnu
1161                  ;;
1162          tx39)
# Line 1170 | Line 1226 | case $basic_machine in
1226          xps | xps100)
1227                  basic_machine=xps100-honeywell
1228                  ;;
1229 +        xscale-* | xscalee[bl]-*)
1230 +                basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
1231 +                ;;
1232          ymp)
1233                  basic_machine=ymp-cray
1234                  os=-unicos
# Line 1267 | Line 1326 | esac
1326   if [ x"$os" != x"" ]
1327   then
1328   case $os in
1329 <        # First match some system type aliases
1330 <        # that might get confused with valid system types.
1329 >        # First match some system type aliases
1330 >        # that might get confused with valid system types.
1331          # -solaris* is a basic system type, with this one exception.
1332 <        -auroraux)
1333 <                os=-auroraux
1332 >        -auroraux)
1333 >                os=-auroraux
1334                  ;;
1335          -solaris1 | -solaris1.*)
1336                  os=`echo $os | sed -e 's|solaris1|sunos4|'`
# Line 1301 | Line 1360 | case $os in
1360                | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1361                | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1362                | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1363 <              | -openbsd* | -solidbsd* \
1363 >              | -bitrig* | -openbsd* | -solidbsd* \
1364                | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1365                | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1366                | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1367                | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1368                | -chorusos* | -chorusrdb* | -cegcc* \
1369 <              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1370 <              | -mingw32* | -linux-gnu* | -linux-android* \
1371 <              | -linux-newlib* | -linux-uclibc* \
1369 >              | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1370 >              | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
1371 >              | -linux-newlib* | -linux-musl* | -linux-uclibc* \
1372                | -uxpv* | -beos* | -mpeix* | -udk* \
1373                | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1374                | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
# Line 1356 | Line 1415 | case $os in
1415          -opened*)
1416                  os=-openedition
1417                  ;;
1418 <        -os400*)
1418 >        -os400*)
1419                  os=-os400
1420                  ;;
1421          -wince*)
# Line 1405 | Line 1464 | case $os in
1464          -sinix*)
1465                  os=-sysv4
1466                  ;;
1467 <        -tpf*)
1467 >        -tpf*)
1468                  os=-tpf
1469                  ;;
1470          -triton*)
# Line 1450 | Line 1509 | case $os in
1509          -dicos*)
1510                  os=-dicos
1511                  ;;
1512 <        -nacl*)
1513 <                ;;
1512 >        -nacl*)
1513 >                ;;
1514          -none)
1515                  ;;
1516          *)
# Line 1474 | Line 1533 | else
1533   # system, and we'll never get to this point.
1534  
1535   case $basic_machine in
1536 <        score-*)
1536 >        score-*)
1537                  os=-elf
1538                  ;;
1539 <        spu-*)
1539 >        spu-*)
1540                  os=-elf
1541                  ;;
1542          *-acorn)
# Line 1489 | Line 1548 | case $basic_machine in
1548          arm*-semi)
1549                  os=-aout
1550                  ;;
1551 <        c4x-* | tic4x-*)
1552 <                os=-coff
1551 >        c4x-* | tic4x-*)
1552 >                os=-coff
1553 >                ;;
1554 >        hexagon-*)
1555 >                os=-elf
1556                  ;;
1557          tic54x-*)
1558                  os=-coff
# Line 1519 | Line 1581 | case $basic_machine in
1581                  ;;
1582          m68000-sun)
1583                  os=-sunos3
1522                # This also exists in the configure program, but was not the
1523                # default.
1524                # os=-sunos4
1584                  ;;
1585          m68*-cisco)
1586                  os=-aout
1587                  ;;
1588 <        mep-*)
1588 >        mep-*)
1589                  os=-elf
1590                  ;;
1591          mips*-cisco)
# Line 1553 | Line 1612 | case $basic_machine in
1612          *-ibm)
1613                  os=-aix
1614                  ;;
1615 <        *-knuth)
1615 >        *-knuth)
1616                  os=-mmixware
1617                  ;;
1618          *-wec)

Comparing:
ircd-hybrid-7.3/config.sub (property svn:eol-style), Revision 1094 by michael, Sun Jun 13 10:09:34 2010 UTC vs.
ircd-hybrid/trunk/config.sub (property svn:eol-style), Revision 1730 by michael, Sun Jan 6 11:27:11 2013 UTC

# Line 0 | Line 1
1 + native

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)