diff options
author | Maciej W. Rozycki <macro@wdc.com> | 2020-04-06 23:32:45 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@wdc.com> | 2020-04-06 23:32:45 +0100 |
commit | 749bd22ddc50b5112e5ed506ffef7249bf8e6fb3 (patch) | |
tree | 4ab4c9318f014f4494a32933abab33abac3fc36c /libgomp/ChangeLog | |
parent | 5ff06d762a88077aff0fb637c931c64e6f47f93d (diff) | |
download | gcc-749bd22ddc50b5112e5ed506ffef7249bf8e6fb3.tar.gz |
libgomp/test: Remove a build sysroot fix regression
Fix a problem with commit c8e759b4215b ("libgomp/test: Fix compilation
for build sysroot") that caused a regression in some standalone test
environments where testsuite/libgomp-test-support.exp is used, but the
compiler is expected to be determined by `[find_gcc]', and set the
GCC_UNDER_TEST TCL variable in testsuite/libgomp-site-extra.exp instead.
libgomp/
* configure.ac: Add testsuite/libgomp-site-extra.exp to output
files.
* configure: Regenerate.
* testsuite/libgomp-site-extra.exp.in: New file.
* testsuite/libgomp-test-support.exp.in (GCC_UNDER_TEST): Remove
variable.
* testsuite/Makefile.am (EXTRA_DEJAGNU_SITE_CONFIG): New
variable.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 3716f559aa1..6f7327ab4a7 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,15 @@ +2020-04-06 Maciej W. Rozycki <macro@wdc.com> + + * configure.ac: Add testsuite/libgomp-site-extra.exp to output + files. + * configure: Regenerate. + * testsuite/libgomp-site-extra.exp.in: New file. + * testsuite/libgomp-test-support.exp.in (GCC_UNDER_TEST): Remove + variable. + * testsuite/Makefile.am (EXTRA_DEJAGNU_SITE_CONFIG): New + variable. + * testsuite/Makefile.in: Regenerate. + 2020-04-03 Thomas Schwinge <thomas@codesourcery.com> PR tree-optimization/89713 |