public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Eric Botcazou <ebotcazou@adacore.com>
To: gcc-patches@gcc.gnu.org
Subject: [visium] Provide user-mode version of libraries
Date: Tue, 17 Nov 2015 10:54:00 -0000	[thread overview]
Message-ID: <2791704.tgekoBjZrU@polaris> (raw)

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

This adds a user-mode set of multilibs to the visium-elf port.

Applied on the mainline.


2015-11-17  Eric Botcazou  <ebotcazou@adacore.com>

	* config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode.
	(MULTILIB_DIRNAMES): Adjust accordingly.

-- 
Eric Botcazou

[-- Attachment #2: p.diff --]
[-- Type: text/x-patch, Size: 498 bytes --]

Index: config/visium/t-visium
===================================================================
--- config/visium/t-visium	(revision 230453)
+++ config/visium/t-visium	(working copy)
@@ -19,5 +19,5 @@
 
 # The compiler defaults to -mcpu=gr5 but this may be overridden via --with-cpu
 # at configure time so the -mcpu setting must be symmetrical.
-MULTILIB_OPTIONS = mcpu=gr5/mcpu=gr6
-MULTILIB_DIRNAMES = gr5 gr6
+MULTILIB_OPTIONS = mcpu=gr5/mcpu=gr6 muser-mode
+MULTILIB_DIRNAMES = gr5 gr6 user

                 reply	other threads:[~2015-11-17 10:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2791704.tgekoBjZrU@polaris \
    --to=ebotcazou@adacore.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).