diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-25 18:16:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-25 18:16:36 +0000 |
commit | 0dbd556796f099b54bcfbdec5b1baa2f4d1ab940 (patch) | |
tree | 12693509c1f5eb18705076510392f3f4fcfeec91 /scripts/config.sub | |
parent | aaff4ba9a63d3bf8ba2df5ca18f15ab9681f17ee (diff) | |
download | glibc-0dbd556796f099b54bcfbdec5b1baa2f4d1ab940.tar glibc-0dbd556796f099b54bcfbdec5b1baa2f4d1ab940.tar.gz glibc-0dbd556796f099b54bcfbdec5b1baa2f4d1ab940.tar.bz2 glibc-0dbd556796f099b54bcfbdec5b1baa2f4d1ab940.zip |
Update.
* scripts/config.guess: Changes for ARM/Linux.
* scripts/config.sub: Likewise.
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index da8b7ae65c..df7022d37e 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -155,7 +155,7 @@ case $basic_machine in | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ - | mipstx39 | mipstx39el \ + | mipstx39 | mipstx39el | armv[34][lb] \ | sparc | sparclet | sparclite | sparc64 | v850) basic_machine=$basic_machine-unknown ;; @@ -179,10 +179,10 @@ case $basic_machine in | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ - | sparc64-* | mips64-* | mipsel-* \ + | sparc64-* | mips64-* | mipsel-* | armv[34][lb]-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ | mipstx39-* | mipstx39el-* \ - | f301-*) + | f301-* | armv*-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -412,6 +412,10 @@ case $basic_machine in basic_machine=i486-ncr os=-sysv4 ;; + netwinder) + basic_machine=armv4l-corel + os=-linux + ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos @@ -801,6 +805,9 @@ case $basic_machine in *-acorn) os=-riscix1.2 ;; + arm*-corel) + os=-linux + ;; arm*-semi) os=-aout ;; |