diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-07-19 22:09:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-07-19 22:09:55 +0000 |
commit | 68de7fd9638e9c9dfd33eb11597b30ce4b4e8004 (patch) | |
tree | cbfc67317b38eec47d789cee982459895b17ee12 /config.sub | |
parent | 7c331bda62fef48bf62a12f3d3c49ceea6d71451 (diff) | |
download | emacs-68de7fd9638e9c9dfd33eb11597b30ce4b4e8004.tar.gz |
Allow -beos*. Translate -be to -beos.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub index e24b8504126..ba9b041ec5c 100755 --- a/config.sub +++ b/config.sub @@ -714,7 +714,7 @@ case $os in | -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 @@ case $basic_machine in sparc-* | *-sun) os=-sunos4.1.1 ;; + *-be) + os=-beos + ;; *-ibm) os=-aix ;; |