diff options
| author | Richard M. Stallman | 1998-07-19 22:09:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-19 22:09:55 +0000 |
| commit | 93eaded85f53b87035140590f91a5379c8d8ee7f (patch) | |
| tree | 2b73fab131b7f01e05bd5b00669e4c43412e6b6e | |
| parent | a8fa6fc27464db07422fdb2223c9b1d5a192a62f (diff) | |
| download | emacs-93eaded85f53b87035140590f91a5379c8d8ee7f.tar.gz emacs-93eaded85f53b87035140590f91a5379c8d8ee7f.zip | |
Allow -beos*. Translate -be to -beos.
| -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 | |||
| 714 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | 714 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
| 715 | | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | 715 | | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
| 716 | | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | 716 | | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ |
| 717 | | -mingw32* | -linux-gnu* | -uxpv*) | 717 | | -mingw32* | -linux-gnu* | -uxpv* | -beos*) |
| 718 | # Remember, each alternative MUST END IN *, to match a version number. | 718 | # Remember, each alternative MUST END IN *, to match a version number. |
| 719 | ;; | 719 | ;; |
| 720 | -linux*) | 720 | -linux*) |
| @@ -827,6 +827,9 @@ case $basic_machine in | |||
| 827 | sparc-* | *-sun) | 827 | sparc-* | *-sun) |
| 828 | os=-sunos4.1.1 | 828 | os=-sunos4.1.1 |
| 829 | ;; | 829 | ;; |
| 830 | *-be) | ||
| 831 | os=-beos | ||
| 832 | ;; | ||
| 830 | *-ibm) | 833 | *-ibm) |
| 831 | os=-aix | 834 | os=-aix |
| 832 | ;; | 835 | ;; |