diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2006-02-03 10:37:11 -0800 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2006-02-03 10:37:11 -0800 |
commit | f05ee80cc19a50363223db3611135459f2bb9c18 (patch) | |
tree | 39e653d421aa917525cb6a49bdd3a138ef180fa0 /libgomp/testsuite | |
parent | 7778c06aedb5bd853deb7d166f67f5c3a291d6f7 (diff) | |
download | gcc-f05ee80cc19a50363223db3611135459f2bb9c18.tar.gz |
re PR libgomp/25852 (libgomp testing does not work for multilib (-m32 on x86_64-linux-gnu))
2006-02-03 H.J. Lu <hongjiu.lu@intel.com>
PR libgomp/25852
* testsuite/lib/libgomp-dg.exp (blddir): Set it in
libgomp_init.
From-SVN: r110552
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/lib/libgomp-dg.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgomp/testsuite/lib/libgomp-dg.exp b/libgomp/testsuite/lib/libgomp-dg.exp index a0c675a7fe8..f6fed67b209 100644 --- a/libgomp/testsuite/lib/libgomp-dg.exp +++ b/libgomp/testsuite/lib/libgomp-dg.exp @@ -40,7 +40,6 @@ if [info exists TOOL_OPTIONS] { } else { set multilibs [get_multilibs] } -set blddir [lookfor_file $multilibs libgomp] proc libgomp_init { args } { global srcdir blddir objdir tool_root_dir @@ -58,6 +57,8 @@ proc libgomp_init { args } { global lang_library_path global lang_link_flags + set blddir [lookfor_file [get_multilibs] libgomp] + # We set LC_ALL and LANG to C so that we get the same error # messages as expected. setenv LC_ALL C |