* configure.ac (mipsisa*-*-elfoabi*): New stanza.
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 20 Sep 2007 20:03:31 +0000 (20:03 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Thu, 20 Sep 2007 20:03:31 +0000 (20:03 +0000)
* configure: Regenerate.

config/
* mt-mips-elfoabi: New file.

ChangeLog
config/ChangeLog
config/mt-mips-elfoabi [new file with mode: 0644]
configure
configure.ac

index 4376831aa12c73e035e2800bd4c838ee2b04dc60..4dc8fb8a711415a65183e55a28f3dbad72d2a70a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * configure.ac (mipsisa*-*-elfoabi*): New stanza.
+       * configure: Regenerate.
+
 2007-09-17  Andreas Schwab  <schwab@suse.de>
 
        * configure.ac: Raise minimum makeinfo version to 4.6.
index faf4d3c871bbb2c6acc27abfa1325785718bfdca..868e0e86aad3b97406e8214b545206f84c47fc08 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * mt-mips-elfoabi: New file.
+
 2007-09-07  Richard Sandiford  <richard@codesourcery.com>
 
        * mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt.
diff --git a/config/mt-mips-elfoabi b/config/mt-mips-elfoabi
new file mode 100644 (file)
index 0000000..49c8ecd
--- /dev/null
@@ -0,0 +1,6 @@
+# The *-elfoabi configurations are intended to be usable for both
+# MIPS16 and non-MIPS16 code, but the libraries are all non-MIPS16.
+# Add -minterlink-mips16 so that the libraries can be used with both
+# ISA modes.
+CFLAGS_FOR_TARGET = -minterlink-mips16
+CXXFLAGS_FOR_TARGET = -minterlink-mips16
index 27edacd37d5dc6845f5adf1729e8207890d71336..e894cf0b6e0436d0df29bd6a57c65de9bf6370dd 100755 (executable)
--- a/configure
+++ b/configure
@@ -5279,6 +5279,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"
     ;;
index a79abb66bc655095fd46db27e8c36f76d171058f..5c5518e2a836bd8ce122a3a306749f0435d5e951 100644 (file)
@@ -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"
     ;;
This page took 0.046463 seconds and 4 git commands to generate.