]> git.pld-linux.org Git - packages/automake.git/blob - automake-armnetwinder.patch
- don't search for automake, use the one provided with sources.
[packages/automake.git] / automake-armnetwinder.patch
1 --- automake-1.4/config.sub.armnetwinder        Thu Jan 14 16:22:47 1999
2 +++ automake-1.4/config.sub     Mon Mar 22 12:10:47 1999
3 @@ -149,7 +149,7 @@
4  case $basic_machine in
5         # Recognize the basic CPU types without company name.
6         # Some are omitted here because they have special meanings below.
7 -       tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
8 +       tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm* \
9                 | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
10                 | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \
11                 | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
12 @@ -172,7 +172,7 @@
13                 ;;
14         # Recognize the basic CPU types with company name.
15         vax-* | tahoe-* | i[34567]86-* | i860-* | m32r-* | m68k-* | m68000-* \
16 -             | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
17 +             | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm*-* | c[123]* \
18               | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
19               | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
20               | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \
21 @@ -412,6 +412,10 @@
22                 basic_machine=i486-ncr
23                 os=-sysv4
24                 ;;
25 +       netwinder)
26 +               basic_machine=armv4l-ccc
27 +               os=-linux
28 +               ;;
29         news | news700 | news800 | news900)
30                 basic_machine=m68k-sony
31                 os=-newsos
32 @@ -800,6 +804,9 @@
33  case $basic_machine in
34         *-acorn)
35                 os=-riscix1.2
36 +               ;;
37 +       arm*-ccc)
38 +               os=-linux
39                 ;;
40         arm*-semi)
41                 os=-aout
This page took 0.100472 seconds and 3 git commands to generate.