Skip to content

Commit

Permalink
For cert runtimes use certexception and calendar (#49)
Browse files Browse the repository at this point in the history
This reverts the changes in U216-007, as the new cert based runtime for
vx7r2 ended up with a new name while the old cert runtime remains for other
platforms like Deos.

TN: VA20-029
  • Loading branch information
burratoo authored Dec 19, 2022
1 parent 1e44f5b commit 6a6174b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/gnat/aunit_shared.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ project AUnit_Shared is
FileIO := "nofileio";
when "ravenscar-cert" =>
Except := "certexception";
Calend := "nocalendar";
Calend := "calendar";
Memory := "staticmemory";
FileIO := "nofileio";
when "cert" =>
Except := "zfpexception";
Calend := "nocalendar";
Except := "certexception";
Calend := "calendar";
Memory := "staticmemory";
FileIO := "nofileio";
when others =>
Expand Down

0 comments on commit 6a6174b

Please sign in to comment.