libffi-dg.exp: Set LD_LIBRARY_PATH_64 for SPARC64.
2003-10-01 Andreas Tobler <a.tobler@schweiz.ch> * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for SPARC64. Cleanup whitespaces. From-SVN: r71982
This commit is contained in:
parent
e39dd1ce52
commit
7a54c8507f
2 changed files with 19 additions and 13 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-10-01 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
|
||||
SPARC64. Cleanup whitespaces.
|
||||
|
||||
2003-09-19 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
|
||||
|
|
|
@ -133,6 +133,7 @@ proc libffi-init { args } {
|
|||
setenv SHLIB_PATH $ld_library_path
|
||||
setenv LD_LIBRARYN32_PATH $ld_library_path
|
||||
setenv LD_LIBRARY64_PATH $ld_library_path
|
||||
setenv LD_LIBRARY_PATH_64 $ld_library_path
|
||||
}
|
||||
|
||||
proc libffi_target_compile { source dest type options } {
|
||||
|
|
Loading…
Add table
Reference in a new issue