From aea7d71f37c69e778047e5c3f19d4c75260d2405 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 25 Aug 2006 19:36:03 +0000 Subject: [PATCH] Add mipsel case to configure.ac --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 1.7.10.4