mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 08:13:58 +08:00
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
@ -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…
Reference in New Issue
Block a user