aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 585b2acdc94..5abdb2b76bc 100644
--- a/configure.in
+++ b/configure.in
@@ -905,11 +905,16 @@ case "${canonical}" in
905 esac 905 esac
906 ;; 906 ;;
907 907
908 ## Linux/68k-based GNU system 908 ## m68k Linux-based GNU system
909 m68k-*-linux-gnu* ) 909 m68k-*-linux-gnu* )
910 machine=m68k opsys=gnu-linux 910 machine=m68k opsys=gnu-linux
911 ;; 911 ;;
912 912
913 ## Mips Linux-based GNU system
914 mips-*-linux-gnu* )
915 machine=mips opsys=gnu-linux
916 ;;
917
913 * ) 918 * )
914 unported=yes 919 unported=yes
915 ;; 920 ;;