| Submitter | Arnaud Charlet |
|---|---|
| Date | Jan. 2, 2013, 9:31 a.m. |
| Message ID | <20130102093149.GA28318@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/208976/ |
| State | New |
| Headers | show |
Comments
Patch
Index: switch-m.adb =================================================================== --- switch-m.adb (revision 194776) +++ switch-m.adb (working copy) @@ -214,6 +214,12 @@ then Add_Switch_Component (Switch_Chars); + -- Special case for -fstack-check (alias for + -- -fstack-check=specific) + + elsif Switch_Chars = "-fstack-check" then + Add_Switch_Component ("-fstack-check=specific"); + -- Take only into account switches that are transmitted to -- gnat1 by the gcc driver and stored by gnat1 in the ALI file.