r276085 - in /trunk/gcc/testsuite: ChangeLog li...
macro@gcc.gnu.org
macro@gcc.gnu.org
Mon Sep 23 23:19:00 GMT 2019
Author: macro
Date: Mon Sep 23 23:19:29 2019
New Revision: 276085
URL: https://gcc.gnu.org/viewcvs?rev=276085&root=gcc&view=rev
Log:
GNAT/testsuite: Pass the `ada' option to target compilation
Pass the `ada' option to DejaGNU's `target_compile' procedure, which by
default calls `default_target_compile', so that it arranges for an Ada
compilation rather the default of C. We set the compiler to `gnatmake'
manually here, so that part of the logic in `default_target_compile' is
not used, but it affects other settings, such as the use of `adaflags'.
gcc/testsuite/
* lib/gnat.exp (gnat_target_compile): Pass the `ada' option to
`target_compile'.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/lib/gnat.exp
More information about the Gcc-cvs
mailing list