]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
simplified mips/mipsel
authorphcoder <phcoder@debian.bg45.phnet>
Sun, 18 Oct 2009 09:50:40 +0000 (11:50 +0200)
committerphcoder <phcoder@debian.bg45.phnet>
Sun, 18 Oct 2009 09:50:40 +0000 (11:50 +0200)
configure.ac

index f0aeb1aa85040f501b57a00b927578ef235e3b24..c02b8c0c9c15ecbc72f905cce6d9b2bc2bdc0c3e 100644 (file)
@@ -46,6 +46,7 @@ AC_ARG_PROGRAM
 case "$target_cpu" in
   i[[3456]]86) target_cpu=i386 ;;
   sparc)       target_cpu=sparc64 ;;
+  mipsel)      target_cpu=mips ;;
 esac
 
 # Specify the platform (such as firmware).
@@ -89,9 +90,7 @@ case "$target_cpu"-"$platform" in
   i386-qemu) ;;
   powerpc-ieee1275) ;;
   sparc64-ieee1275) ;;
-  mipsel-qemu-r4k) ;;
   mips-qemu-r4k) ;;
-  mipsel-qemu-mipssim) ;;
   mips-qemu-mipssim) ;;
   *) AC_MSG_ERROR([platform "$platform" is not supported for target CPU "$target_cpu"]) ;;
 esac
@@ -99,10 +98,6 @@ esac
 case "$target_cpu" in
   i386 | powerpc) target_m32=1 ;;
   x86_64 | sparc64) target_m64=1 ;;
-  mipsel) 
-    target_cpu=mips ;;
-  mips) 
-    target_cpu=mips ;;
 esac
 
 case "$host_os" in