public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Olivier Hainque <hainque@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-2960] Add an mcmodel=large multilib for aarch64-vxworks
Date: Thu, 29 Sep 2022 14:59:13 +0000 (GMT)	[thread overview]
Message-ID: <20220929145913.4C3243857825@sourceware.org> (raw)

https://gcc.gnu.org/g:64d6440ee7626f5082f24d4652086c90da34be38

commit r13-2960-g64d6440ee7626f5082f24d4652086c90da34be38
Author: Olivier Hainque <hainque@adacore.com>
Date:   Sun Mar 20 17:39:15 2022 +0000

    Add an mcmodel=large multilib for aarch64-vxworks
    
    This makes good sense in general anyway, and in particular
    with forthcoming support for shared shared libraries, which will
    work for mrtp alone but not yet for mrtp+mcmodel=large.
    
    2022-09-29  Olivier Hainque  <hainque@adacore.com>
    
    gcc/
            * config/aarch64/t-aarch64-vxworks: Request multilib
            variants for mcmodel=large.

Diff:
---
 gcc/config/aarch64/t-aarch64-vxworks | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcc/config/aarch64/t-aarch64-vxworks b/gcc/config/aarch64/t-aarch64-vxworks
index f9f6ede5baf..e672bb313ac 100644
--- a/gcc/config/aarch64/t-aarch64-vxworks
+++ b/gcc/config/aarch64/t-aarch64-vxworks
@@ -20,3 +20,8 @@
 
 MULTILIB_OPTIONS += mrtp
 MULTILIB_DIRNAMES += mrtp
+
+# Setup a separate multilib for mcmodel=large, for which
+# we may not have shared lib support unlike with -mrtp alone.
+MULTILIB_OPTIONS += mcmodel=large
+MULTILIB_DIRNAMES += large

                 reply	other threads:[~2022-09-29 14:59 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=20220929145913.4C3243857825@sourceware.org \
    --to=hainque@gcc.gnu.org \
    --cc=gcc-cvs@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).