summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in5
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
esac
;;
+ ## Linux/68k
+ m68k-*-linux* )
+ machine=m68k opsys=linux
+ ;;
+
* )
unported=yes
;;