summaryrefslogtreecommitdiff
path: root/gcc/ada/makeutl.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-24 13:48:25 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-24 13:48:25 +0000
commit1e33337872cc3b207c0cc20cdb2c27fb0af0755a (patch)
treef6dcf1cb6d3f62b29f08f5b32a80437608a4e6a6 /gcc/ada/makeutl.adb
parent2cf7126c91e6bed22935f87f63df95dd363ead38 (diff)
downloadgcc-1e33337872cc3b207c0cc20cdb2c27fb0af0755a.tar.gz
2009-04-24 Robert Dewar <dewar@adacore.com>
* errout.ads: Minor reformatting 2009-04-24 Emmanuel Briot <briot@adacore.com> * gnat_ugn.texi (Library Projects): add documentation on gnatmake's behavior when the project includes sources from multiple languages 2009-04-24 Vincent Celier <celier@adacore.com> * prj.adb (Has_Foreign_Sources): Returns True in Ada_Only mode if there is a language other than Ada declared. * makeutl.adb (Linker_Options_Switches): Call For_All_Projects with Imported_First set to True. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146722 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/makeutl.adb')
-rw-r--r--gcc/ada/makeutl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/makeutl.adb b/gcc/ada/makeutl.adb
index c5bd942881e..b1b82398dae 100644
--- a/gcc/ada/makeutl.adb
+++ b/gcc/ada/makeutl.adb
@@ -412,7 +412,7 @@ package body Makeutl is
begin
Linker_Opts.Init;
- For_All_Projects (Project, In_Tree, Dummy);
+ For_All_Projects (Project, In_Tree, Dummy, Imported_First => True);
Last_Linker_Option := 0;