diff options
| -rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 42e65c87e8a..0237848a9c7 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -795,6 +795,11 @@ case "${canonical}" in | |||
| 795 | esac | 795 | esac |
| 796 | ;; | 796 | ;; |
| 797 | 797 | ||
| 798 | ## Linux/68k | ||
| 799 | m68k-*-linux* ) | ||
| 800 | machine=m68k opsys=linux | ||
| 801 | ;; | ||
| 802 | |||
| 798 | * ) | 803 | * ) |
| 799 | unported=yes | 804 | unported=yes |
| 800 | ;; | 805 | ;; |