From d325c129d103cdc206165ee575a01e2bee7caad9 Mon Sep 17 00:00:00 2001 From: Doug Rupp Date: Thu, 19 Oct 2023 15:53:19 -0700 Subject: 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 --- gcc/ada/libgnat/libada.gpr | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'gcc') 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=] [--RTS=] and using the adainclude +-- gprls -v [--target=] [--RTS=] and using the adainclude -- directory listed. For example: --- $ cd --- $ mkdir rts-debug --- $ cd rts-debug --- $ cp -a `gprls -v | grep adainclude` . --- $ cd adainclude +-- $ cd +-- $ mkdir rts-debug +-- $ cd rts-debug +-- $ cp -a `gprls -v \ +-- [--target=] --RTS=native | grep adainclude` . +-- $ cd adainclude -- -- or under Windows: -- -- cgit v1.1