diff options
author | Manish Singh <yosh@src.gnome.org> | 1999-05-01 22:20:16 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1999-05-01 22:20:16 +0000 |
commit | f30c006cbb110958d87e57d450dc880df9aad761 (patch) | |
tree | 24ddf21f7b26df547657f37d5e19dd67bdba9e65 /config.sub | |
parent | a31350601361abbcc744aee5ddcedbce29df7879 (diff) | |
download | gdk-pixbuf-f30c006cbb110958d87e57d450dc880df9aad761.tar.gz |
libtool 1.3
-Yosh
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/config.sub b/config.sub index 78d36b15a..692de9b61 100755 --- a/config.sub +++ b/config.sub @@ -151,12 +151,12 @@ case $basic_machine in # Some are omitted here because they have special meanings below. 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 \ - | hppa2.0w \ - | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ - | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ - | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ - | mipstx39 | mipstx39el \ + | 580 | i960 | h8300 \ + | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w \ + | alpha | alphaev[4-7] | alphaev56 | alphapca5[67] \ + | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \ + | 1750a | dsp16xx | pdp11 | mips64 | mipsel | mips64el \ + | mips64orion | mips64orionel | mipstx39 | mipstx39el \ | sparc | sparclet | sparclite | sparc64 | v850) basic_machine=$basic_machine-unknown ;; @@ -176,10 +176,11 @@ case $basic_machine in | 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-* \ - | hppa2.0w-* \ - | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ - | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ + | xmp-* | ymp-* \ + | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \ + | alpha-* | alphaev[4-7]-* | alphaev56-* | alphapca5[67] \ + | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \ + | clipper-* | orion-* \ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ | sparc64-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ @@ -630,6 +631,10 @@ case $basic_machine in xps | xps100) basic_machine=xps100-honeywell ;; + *mint | *MiNT) + basic_machine=m68k-atari + os=-mint + ;; none) basic_machine=none-none os=-none @@ -790,6 +795,9 @@ case $os in -xenix) os=-xenix ;; + -*mint | -*MiNT) + os=-mint + ;; -none) ;; *) @@ -914,6 +922,9 @@ case $basic_machine in f301-fujitsu) os=-uxpv ;; + *-atari*) + os=-mint + ;; *) os=-none ;; @@ -971,6 +982,9 @@ case $basic_machine in -aux*) vendor=apple ;; + -*mint | -*MiNT) + vendor=atari + ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; |