Commit 4a174dbf by Arnaud Charlet Committed by Arnaud Charlet

* lib/gnat-dg.exp: Use gnatmake -c -u to compile a single file.

From-SVN: r177273
parent 2ee06322
2011-08-03 Arnaud Charlet <charlet@adacore.com>
* lib/gnat-dg.exp: Use gnatmake -c -u to compile a single file.
2011-08-03 H.J. Lu <hongjiu.lu@intel.com>
PR target/47744
......
......@@ -28,6 +28,7 @@ proc lremove {list_variable value} {
proc gnat-dg-test { prog do_what extra_tool_flags } {
if { $do_what == "compile" } {
lappend extra_tool_flags "-c"
lappend extra_tool_flags "-u"
}
set result [gcc-dg-test-1 gnat_target_compile $prog $do_what $extra_tool_flags]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment