diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-07 13:09:13 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-07 13:09:13 +0000 |
commit | 1ab90fd18c01a4f84786ecd78188605ecd0f5424 (patch) | |
tree | 19930c3b7b4a189d635db87f0d506aea3310f221 /config | |
parent | 0822e32eed2c2f3aaf3b8ec63ee16772b2b970b2 (diff) | |
download | gcc-1ab90fd18c01a4f84786ecd78188605ecd0f5424.tar.gz |
2011-02-07 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 169877 [probably!]
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@169882 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-mips-gnu | 2 | ||||
-rw-r--r-- | config/mt-mips16-compat | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/config/mt-mips-gnu b/config/mt-mips-gnu new file mode 100644 index 00000000000..a8198c03ff8 --- /dev/null +++ b/config/mt-mips-gnu @@ -0,0 +1,2 @@ +include $(srcdir)/config/mt-gnu +include $(srcdir)/config/mt-mips16-compat diff --git a/config/mt-mips16-compat b/config/mt-mips16-compat new file mode 100644 index 00000000000..7e36791e67f --- /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 |