Add mipsel case to configure.ac
authorIan Lynagh <igloo@earth.li>
Fri, 25 Aug 2006 19:36:03 +0000 (19:36 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 25 Aug 2006 19:36:03 +0000 (19:36 +0000)
configure.ac

index da482a0..042f33b 100644 (file)
@@ -387,6 +387,15 @@ mips-*-linux*)
         HostVendor_CPP='unknown'
         HostOS_CPP='linux'
         ;;
+mipsel-*-linux*)
+        HostPlatform=mipsel-unknown-linux # hack again
+        TargetPlatform=mipsel-unknown-linux
+        BuildPlatform=mipsel-unknown-linux
+        HostPlatform_CPP='mipsel_unknown_linux'
+        HostArch_CPP='mipsel'
+        HostVendor_CPP='unknown'
+        HostOS_CPP='linux'
+        ;;
 mips-dec-ultrix*)
         HostPlatform_CPP='mips_dec_ultrix'
         HostArch_CPP='mipsel'   # NB a little different