diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-09-20 20:03:31 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-09-20 20:03:31 +0000 |
commit | 2d2e75dd6748fb5970ec0a36867f31ef5f7b6581 (patch) | |
tree | a8db5386ffab6be827f9ce7c5cd2b370ce07a606 /config/mt-mips-elfoabi | |
parent | 1ceec140c05c46847315beb239f0d961f9aa10f8 (diff) | |
download | newlib-2d2e75dd6748fb5970ec0a36867f31ef5f7b6581.zip newlib-2d2e75dd6748fb5970ec0a36867f31ef5f7b6581.tar.gz newlib-2d2e75dd6748fb5970ec0a36867f31ef5f7b6581.tar.bz2 |
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure: Regenerate.
config/
* mt-mips-elfoabi: New file.
Diffstat (limited to 'config/mt-mips-elfoabi')
-rw-r--r-- | config/mt-mips-elfoabi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/mt-mips-elfoabi b/config/mt-mips-elfoabi new file mode 100644 index 0000000..49c8ecd --- /dev/null +++ b/config/mt-mips-elfoabi @@ -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 |