mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
re PR testsuite/31369 (100's of new libgomp fails)
PR testsuite/31369 * testsuite/libgomp.c++/c++.exp: Don't use concat when setting ld_library_path. * testsuite/libgomp.fortran/fortran.exp: Likewise. From-SVN: r123638
This commit is contained in:
parent
1df918ac8e
commit
dd56fe7c23
@ -1,3 +1,10 @@
|
||||
2007-04-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR testsuite/31369
|
||||
* testsuite/libgomp.c++/c++.exp: Don't use concat when setting
|
||||
ld_library_path.
|
||||
* testsuite/libgomp.fortran/fortran.exp: Likewise.
|
||||
|
||||
2007-04-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* libgomp.h (gomp_cpu_affinity, gomp_cpu_affinity_len): New extern
|
||||
|
@ -28,7 +28,7 @@ if { $lang_test_file_found } {
|
||||
# Gather a list of all tests.
|
||||
set tests [lsort [glob -nocomplain $srcdir/$subdir/*.C]]
|
||||
|
||||
set ld_library_path [concat $always_ld_library_path ":${blddir}/${lang_library_path}"]
|
||||
set ld_library_path "$always_ld_library_path:${blddir}/${lang_library_path}"
|
||||
set_ld_library_path_env_vars
|
||||
|
||||
# Main loop.
|
||||
|
@ -12,7 +12,7 @@ if [file exists "${blddir}/${lang_test_file}"] {
|
||||
# Gather a list of all tests.
|
||||
set tests [lsort [find $srcdir/$subdir *.\[fF\]{,90,95,03}]]
|
||||
|
||||
set ld_library_path [concat $always_ld_library_path ":${blddir}/${lang_library_path}"]
|
||||
set ld_library_path "$always_ld_library_path:${blddir}/${lang_library_path}"
|
||||
set_ld_library_path_env_vars
|
||||
|
||||
# Main loop.
|
||||
|
Loading…
Reference in New Issue
Block a user