diff options
Diffstat (limited to 'gcc/ada/back_end.adb')
-rw-r--r-- | gcc/ada/back_end.adb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/back_end.adb b/gcc/ada/back_end.adb index 34f24d9..38266fc 100644 --- a/gcc/ada/back_end.adb +++ b/gcc/ada/back_end.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2019, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2020, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -385,9 +385,6 @@ package body Back_End is elsif Is_Front_End_Switch (Argv) then Scan_Front_End_Switches (Argv, Args, Next_Arg); - elsif Argv (Argv'First + 1 .. Argv'Last) = "fopenacc" then - Opt.OpenAcc_Enabled := True; - -- All non-front-end switches are back-end switches else |