summaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r--gcc/ada/usage.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index 803c44d7a51..b18d542f009 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2015, 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- --
@@ -91,9 +91,9 @@ begin
Write_Eol;
- -- Common GCC switches not available for JVM, .NET, and AAMP targets
+ -- Common GCC switches not available for AAMP targets
- if VM_Target = No_VM and then not AAMP_On_Target then
+ if not AAMP_On_Target then
Write_Switch_Char ("fstack-check ", "");
Write_Line ("Generate stack checking code");