From f3b1e08efea8eb836809b4dea4bfe7a0d10ba542 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 20 Sep 2007 20:03:31 +0000 Subject: * configure.ac (mipsisa*-*-elfoabi*): New stanza. * configure: Regenerate. config/ * mt-mips-elfoabi: New file. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a79abb6..5c5518e 100644 --- a/configure.ac +++ b/configure.ac @@ -1798,6 +1798,9 @@ case "${target}" in mips*-sde-elf*) target_makefile_frag="config/mt-sde" ;; + mipsisa*-*-elfoabi*) + target_makefile_frag="config/mt-mips-elfoabi" + ;; *-*-netware*) target_makefile_frag="config/mt-netware" ;; -- cgit v1.1