OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcc/testsuite:
[pf3gnuchains/gcc-fork.git]
/
libstdc++-v3
/
testsuite
/
lib
/
libstdc++.exp
diff --git
a/libstdc++-v3/testsuite/lib/libstdc++.exp
b/libstdc++-v3/testsuite/lib/libstdc++.exp
index
29ae62e
..
b126ef3
100644
(file)
--- a/
libstdc++-v3/testsuite/lib/libstdc++.exp
+++ b/
libstdc++-v3/testsuite/lib/libstdc++.exp
@@
-159,7
+159,7
@@
proc libstdc++_init { testfile } {
if { "$mldir" == "." } {
continue
}
- if { [llength [glob -nocomplain ${gccdir}/${mldir}/libgcc_s*.so.*]]
=
= 1 } {
+ if { [llength [glob -nocomplain ${gccdir}/${mldir}/libgcc_s*.so.*]]
>
= 1 } {
append ld_library_path ":${gccdir}/${mldir}"
}
}