public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] RTEMS: Add LEON3/SPARC multilibs
@ 2013-08-29 11:17 Sebastian Huber
  2013-08-30 12:06 ` Daniel Hellstrom
  0 siblings, 1 reply; 10+ messages in thread
From: Sebastian Huber @ 2013-08-29 11:17 UTC (permalink / raw)
  To: gcc-patches; +Cc: Joel.Sherrill, Daniel Hellstrom, Sebastian Huber

Recently support for LEON3 specific instructions were added to GCC.
Make this support available for RTEMS.

This patch should be committed to GCC 4.9.

gcc/ChangeLog
2013-08-29  Sebastian Huber  <sebastian.huber@embedded-brains.de>

	* config/sparc/t-rtems: Add leon3 multilibs.
---
 gcc/config/sparc/t-rtems |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/sparc/t-rtems b/gcc/config/sparc/t-rtems
index 63d0217..f1a3d84 100644
--- a/gcc/config/sparc/t-rtems
+++ b/gcc/config/sparc/t-rtems
@@ -17,6 +17,6 @@
 # <http://www.gnu.org/licenses/>.
 #
 
-MULTILIB_OPTIONS = msoft-float mcpu=v8
-MULTILIB_DIRNAMES = soft v8
+MULTILIB_OPTIONS = msoft-float mcpu=v8/mcpu=leon3
+MULTILIB_DIRNAMES = soft v8 leon3
 MULTILIB_MATCHES = msoft-float=mno-fpu
-- 
1.7.7

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-11-24 15:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-29 11:17 [PATCH] RTEMS: Add LEON3/SPARC multilibs Sebastian Huber
2013-08-30 12:06 ` Daniel Hellstrom
2013-09-17 18:44   ` Joel Sherrill
2013-09-18 18:30     ` Ralf Corsépius
2013-09-19  8:45       ` Sebastian Huber
2013-09-19  8:50         ` Eric Botcazou
2013-09-19  8:57           ` Sebastian Huber
2013-11-19 12:42           ` Sebastian Huber
2013-11-23  9:48             ` Eric Botcazou
2013-11-24 19:59               ` Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).