libstdc++.exp: Set LD_LIBRARY_PATH_64 for SPARC64.
2003-10-09 Andreas Tobler <a.tobler@schweiz.ch> * testsuite/lib/libstdc++.exp: Set LD_LIBRARY_PATH_64 for SPARC64. From-SVN: r72282
This commit is contained in:
parent
2f800bccec
commit
64833be059
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-10-09 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* testsuite/lib/libstdc++.exp: Set LD_LIBRARY_PATH_64 for
|
||||
SPARC64.
|
||||
|
||||
2003-10-09 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
PR libstdc++/11844
|
||||
|
|
|
@ -96,6 +96,7 @@ proc v3-init { args } {
|
|||
setenv LD_LIBRARYN32_PATH $ld_library_path
|
||||
setenv LD_LIBRARY64_PATH $ld_library_path
|
||||
setenv LD_RUN_PATH $ld_library_path
|
||||
setenv LD_LIBRARY_PATH_64 $ld_library_path
|
||||
verbose -log "Set LD_*_PATHs to ${ld_library_path}"
|
||||
|
||||
# Do a bunch of handstands and backflips for cross compiling and
|
||||
|
|
Loading…
Add table
Reference in a new issue