# HG changeset patch # User Richard M. Stallman # Date 900886195 0 # Node ID c9b6e8a508a391d5688c595b4f07c6d56637bd28 # Parent 1fb9133a285121af532acd68ec0c1f08624ff6dc Allow -beos*. Translate -be to -beos. diff -r 1fb9133a2851 -r c9b6e8a508a3 config.sub --- a/config.sub Sun Jul 19 21:58:03 1998 +0000 +++ b/config.sub Sun Jul 19 22:09:55 1998 +0000 @@ -714,7 +714,7 @@ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -uxpv*) + | -mingw32* | -linux-gnu* | -uxpv* | -beos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -linux*) @@ -827,6 +827,9 @@ sparc-* | *-sun) os=-sunos4.1.1 ;; + *-be) + os=-beos + ;; *-ibm) os=-aix ;;