Skip to content

Commit

Permalink
Add -gnat05 switch to be ready for GPL10
Browse files Browse the repository at this point in the history
  • Loading branch information
Chip Richards committed Jul 18, 2010
1 parent b15338c commit fb6a9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion joy.gpr
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project Joy is
end Builder; end Builder;


package Compiler is package Compiler is
for Default_Switches ("ada") use ("-gnatn", "-fstack-check"); for Default_Switches ("ada") use ("-gnat05", "-gnatn", "-fstack-check");
end Compiler; end Compiler;


for Languages use ("Ada", "C"); for Languages use ("Ada", "C");
Expand Down
2 changes: 1 addition & 1 deletion lumen.gpr
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ project Lumen is
end Builder; end Builder;


package Compiler is package Compiler is
for Default_Switches ("ada") use ("-gnatn", "-fstack-check"); for Default_Switches ("ada") use ("-gnat05", "-gnatn", "-fstack-check");
end Compiler; end Compiler;


end Lumen; end Lumen;
Expand Down

0 comments on commit fb6a9a6

Please sign in to comment.