aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Rupp <rupp@adacore.com>2023-10-19 15:53:19 -0700
committerMarc Poulhiès <poulhies@adacore.com>2023-11-21 10:57:41 +0100
commitd325c129d103cdc206165ee575a01e2bee7caad9 (patch)
tree53548884fe4d1e5d6bca3f404ff515dc65e3b890 /gcc
parent0191a24e2bedc6bd3de16b7e679a39fa518d65f7 (diff)
downloadgcc-d325c129d103cdc206165ee575a01e2bee7caad9.zip
gcc-d325c129d103cdc206165ee575a01e2bee7caad9.tar.gz
gcc-d325c129d103cdc206165ee575a01e2bee7caad9.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/libgnat/libada.gpr13
1 files changed, 7 insertions, 6 deletions
diff --git a/gcc/ada/libgnat/libada.gpr b/gcc/ada/libgnat/libada.gpr
index 9453cae..2848c56 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:
--