]> git.pld-linux.org Git - packages/automake.git/commitdiff
- arm netwinder patch for automake (from RH 6.0). automake-1_4-5
authorkloczek <kloczek@pld-linux.org>
Fri, 30 Apr 1999 04:32:52 +0000 (04:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-armnetwinder.patch -> 1.1

automake-armnetwinder.patch [new file with mode: 0644]

diff --git a/automake-armnetwinder.patch b/automake-armnetwinder.patch
new file mode 100644 (file)
index 0000000..18f93e9
--- /dev/null
@@ -0,0 +1,41 @@
+--- automake-1.4/config.sub.armnetwinder       Thu Jan 14 16:22:47 1999
++++ automake-1.4/config.sub    Mon Mar 22 12:10:47 1999
+@@ -149,7 +149,7 @@
+ case $basic_machine in
+       # Recognize the basic CPU types without company name.
+       # Some are omitted here because they have special meanings below.
+-      tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
++      tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm* \
+               | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
+               | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \
+               | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
+@@ -172,7 +172,7 @@
+               ;;
+       # Recognize the basic CPU types with company name.
+       vax-* | tahoe-* | i[34567]86-* | i860-* | m32r-* | m68k-* | m68000-* \
+-            | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
++            | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm*-* | c[123]* \
+             | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
+             | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
+             | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \
+@@ -412,6 +412,10 @@
+               basic_machine=i486-ncr
+               os=-sysv4
+               ;;
++      netwinder)
++              basic_machine=armv4l-ccc
++              os=-linux
++              ;;
+       news | news700 | news800 | news900)
+               basic_machine=m68k-sony
+               os=-newsos
+@@ -800,6 +804,9 @@
+ case $basic_machine in
+       *-acorn)
+               os=-riscix1.2
++              ;;
++      arm*-ccc)
++              os=-linux
+               ;;
+       arm*-semi)
+               os=-aout
This page took 0.109268 seconds and 4 git commands to generate.