diff options
author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-25 16:44:27 +0000 |
---|---|---|
committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-25 16:44:27 +0000 |
commit | ff219786d22364d3567d419521caccc9b398cb39 (patch) | |
tree | 1b045a5b933f9caf0f133abba6ae9b1f5f245683 /gcc/config/microblaze/t-rtems | |
parent | 1ca4bd4a650994c359974198c534b20fec92e372 (diff) | |
download | gcc-ff219786d22364d3567d419521caccc9b398cb39.tar.gz |
2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.gcc (microblaze*-*-rtems*): New target.
* config/microblaze/rtems.h: New.
* config/microblaze/t-rtems: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192815 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/microblaze/t-rtems')
-rw-r--r-- | gcc/config/microblaze/t-rtems | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/microblaze/t-rtems b/gcc/config/microblaze/t-rtems new file mode 100644 index 00000000000..d0c38261aaa --- /dev/null +++ b/gcc/config/microblaze/t-rtems @@ -0,0 +1 @@ +# Custom multilibs for RTEMS |