X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=042f33ba8fa36a4080fa4e403882a16ccf7aaf02;hb=9491f55ce4ab4ea288674c6a0cc174bb8673c7a1;hp=da482a0d3f25a72b2a713acad4f063ed25739000;hpb=e2e80125a6d6ebe1d081713ef000ed9712bfbb05;p=ghc-hetmet.git 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