diff options
| -rwxr-xr-x | config.sub | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.sub b/config.sub index 9eaa499ce05..171854d0488 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -178,6 +178,10 @@ case $basic_machine in | |||
| 178 | crds | unos) | 178 | crds | unos) |
| 179 | basic_machine=m68k-crds | 179 | basic_machine=m68k-crds |
| 180 | ;; | 180 | ;; |
| 181 | elxsi) | ||
| 182 | basic_machine=elxsi-elxsi | ||
| 183 | os=-bsd | ||
| 184 | ;; | ||
| 181 | encore | umax | mmax) | 185 | encore | umax | mmax) |
| 182 | basic_machine=ns32k-encore | 186 | basic_machine=ns32k-encore |
| 183 | os=-bsd | 187 | os=-bsd |