diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2008-08-16 06:47:17 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2008-08-16 06:47:17 +0000 |
commit | e7c8859c2139c644b2d3506e75ad0c9e368ea2eb (patch) | |
tree | 9c71120145e0735d3bb6d3046b0525005ea88298 /config/mt-mips16-compat | |
parent | 83c265ab8408ecf21deea17f871be0f198366c48 (diff) | |
download | gdb-e7c8859c2139c644b2d3506e75ad0c9e368ea2eb.zip gdb-e7c8859c2139c644b2d3506e75ad0c9e368ea2eb.tar.gz gdb-e7c8859c2139c644b2d3506e75ad0c9e368ea2eb.tar.bz2 |
* configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
* configure: Regenerate.
config/
* mt-mips16-compat: New file, taken from mt-mips-elfoabi.
* mt-mips-elfoabi: Include mt-mips16-compat.
* mt-mips-gnu: New file.
Diffstat (limited to 'config/mt-mips16-compat')
-rw-r--r-- | config/mt-mips16-compat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/mt-mips16-compat b/config/mt-mips16-compat new file mode 100644 index 0000000..7e36791 --- /dev/null +++ b/config/mt-mips16-compat @@ -0,0 +1,5 @@ +# Configurations use this fragment if they support MIPS16 and non-MIPS16 code, +# but if 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 |