aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/make.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2016-04-20 11:07:12 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2016-04-20 11:07:12 +0200
commitd67ffa886d642c7a08441023971a3c5099b58d4e (patch)
treea3fa5694f90550001fe14a24b2606648a2f5dce2 /gcc/ada/make.adb
parent93e90bf474fd9410af5127417d542c2f80466ca4 (diff)
downloadgcc-d67ffa886d642c7a08441023971a3c5099b58d4e.zip
gcc-d67ffa886d642c7a08441023971a3c5099b58d4e.tar.gz
gcc-d67ffa886d642c7a08441023971a3c5099b58d4e.tar.bz2
[multiple changes]
2016-04-20 Vincent Celier <celier@adacore.com> * clean.adb (Gnatclean): Fail if project file specified and gprclean is not available. * gnatname.adb: Fail is -P is used and gprname is not available. * make.adb (Initialize): Fail if project file specified and gprbuild is not available. 2016-04-20 Bob Duff <duff@adacore.com> * sem_ch5.adb (Analyze_Iterator_Specification): Do not use secondary stack when possible. From-SVN: r235241
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r--gcc/ada/make.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb
index c5bf2b9..fb70e37 100644
--- a/gcc/ada/make.adb
+++ b/gcc/ada/make.adb
@@ -6509,9 +6509,8 @@ package body Make is
-- Warn about 'gnatmake -P'
if Project_File_Name /= null then
- Write_Line
- ("warning: gnatmake -P is obsolete and will not be available "
- & "in the next release; use gprbuild instead");
+ Make_Failed
+ ("project files are no longer supported; use gprbuild instead");
end if;
-- If --subdirs= is specified, but not -P, this is equivalent to -D,