diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-10 15:02:21 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-10 15:02:21 +0000 |
commit | 1bc74e6ea3c4e04b43ce4a800e7bd5ea3b0f8640 (patch) | |
tree | d91e0e4980ee05ba71bbced6812dc88f2be737ae /gcc/config/v850 | |
parent | 32bf8cd06a9d5e2ad4abd35ce3571457a071b27d (diff) | |
download | gcc-1bc74e6ea3c4e04b43ce4a800e7bd5ea3b0f8640.tar.gz |
2013-05-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* config/v850/t-rtems: Add more multilibs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198781 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/v850')
-rw-r--r-- | gcc/config/v850/t-rtems | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/v850/t-rtems b/gcc/config/v850/t-rtems index c3f4ee4f836..c0427e5fd2c 100644 --- a/gcc/config/v850/t-rtems +++ b/gcc/config/v850/t-rtems @@ -1,3 +1,7 @@ # Custom multilibs for RTEMS +MULTILIB_OPTIONS = mv850/mv850e/mv850e2/mv850e2v3 +MULTILIB_DIRNAMES = v850 v850e v850e2 v850e2v3 +MULTILIB_MATCHES = mv850e=mv850e1 + MULTILIB_MATCHES += mv850e=mv850es |