From: Ian Lynagh Date: Fri, 25 Aug 2006 19:36:03 +0000 (+0000) Subject: Add mipsel case to configure.ac X-Git-Tag: Before_FC_branch_merge~113 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=aea7d71f37c69e778047e5c3f19d4c75260d2405 Add mipsel case to configure.ac --- diff --git a/configure.ac b/configure.ac index da482a0..042f33b 100644 --- a/configure.ac +++ b/configure.ac @@ -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