diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-26 10:45:15 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-26 10:45:15 +0000 |
commit | f093335931c3fdb77cd14618c9946b79bcab94af (patch) | |
tree | eb05109c29fc6fe2f2bda12cbb7e7afa665618cf /gcc/ada/prj-attr.adb | |
parent | d251404754cd527cbc770b032983a42d3141d31c (diff) | |
download | gcc-f093335931c3fdb77cd14618c9946b79bcab94af.tar.gz |
2007-09-26 Vincent Celier <celier@adacore.com>
* makeutl.ads (Main_Config_Project): Moved to gpr_util.ads
* prj.ads, prj.adb (Default_Language): Remove function, no longer used
Replace components Compiler_Min_Options and Binder_Min_Options with
Compiler_Required_Switches and Binder_Required_Switches in record
Language_Config.
Remove components Default_Language and Config in Project_Tree_Data,
no longer used.
* prj-attr.adb: New attributes Required_Switches (<language>) in
packages Compiler and Binder.
* prj-nmsc.adb: Major rewrite of the processing of configuration
attributes for gprbuild. No impact on GNAT tools.
* prj-proc.ads, prj-proc.adb (Process_Project_Tree_Phase_2): No longer
process configuration attributes: this is done in Prj.Nmsc.Check.
(Recursive_Process): Make a full copy of packages inherited from project
being extended, instead of a shallow copy.
(Process_Project_Tree_Phase_1): New procedure
(Process_Project_Tree_Phase_1): New procedure
(Process): Implementation now uses the two new procedures
* prj-util.adb (Executable_Of): Get the suffix and the default suffix
from the project config, not the tree config that no longer exists.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128797 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj-attr.adb')
-rw-r--r-- | gcc/ada/prj-attr.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/prj-attr.adb b/gcc/ada/prj-attr.adb index 60c150e418d..a833de6ae9b 100644 --- a/gcc/ada/prj-attr.adb +++ b/gcc/ada/prj-attr.adb @@ -156,6 +156,7 @@ package body Prj.Attr is -- Configuration - Compiling "Sadriver#" & + "Larequired_switches#" & "Lapic_option#" & -- Configuration - Mapping files @@ -208,6 +209,7 @@ package body Prj.Attr is -- Configuration - Binding "Sadriver#" & + "Larequired_switches#" & "Saprefix#" & "Saobjects_path#" & "Saobjects_path_file#" & |