public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-5648] ada: Runtime recompilation instructions improvements.
@ 2023-11-21  9:58 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2023-11-21  9:58 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d325c129d103cdc206165ee575a01e2bee7caad9

commit r14-5648-gd325c129d103cdc206165ee575a01e2bee7caad9
Author: Doug Rupp <rupp@adacore.com>
Date:   Thu Oct 19 15:53:19 2023 -0700

    ada: Runtime recompilation instructions improvements.
    
    Revise instructions to work on both cross and native targets hosted
    on Linux
    
    gcc/ada/
    
            * libgnat/libada.gpr: Revise section 1

Diff:
---
 gcc/ada/libgnat/libada.gpr | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gcc/ada/libgnat/libada.gpr b/gcc/ada/libgnat/libada.gpr
index 9453cae8f53..2848c566ee1 100644
--- a/gcc/ada/libgnat/libada.gpr
+++ b/gcc/ada/libgnat/libada.gpr
@@ -6,13 +6,14 @@
 -- 1. Create a new directory (e.g. "rts-debug"), then copy the adainclude
 --    directory from the reference runtime that you want to rebuild.
 --    You can find the relevant adainclude directory by running the command
---    gprls [--target=<target>] [--RTS=<runtime>] and using the adainclude
+--    gprls -v [--target=<target>] [--RTS=<runtime>] and using the adainclude
 --    directory listed. For example:
---     $ cd <reference directory>
---     $ mkdir rts-debug
---     $ cd rts-debug
---     $ cp -a `gprls -v | grep adainclude` .
---     $ cd adainclude
+--    $ cd <reference directory>
+--    $ mkdir rts-debug
+--    $ cd rts-debug
+--    $ cp -a `gprls -v \
+--      [--target=<target>] --RTS=native | grep adainclude` .
+--    $ cd adainclude
 --
 --    or under Windows:
 --

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-21  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21  9:58 [gcc r14-5648] ada: Runtime recompilation instructions improvements Marc Poulhi?s

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).