mirror of git://gcc.gnu.org/git/gcc.git
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
|
@ -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>
|
2003-09-19 Andreas Tobler <a.tobler@schweiz.ch>
|
||||||
|
|
||||||
* testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
|
* testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
|
||||||
|
|
|
@ -83,7 +83,7 @@ proc libffi-init { args } {
|
||||||
|
|
||||||
set gccdir [lookfor_file $tool_root_dir gcc/libgcc.a]
|
set gccdir [lookfor_file $tool_root_dir gcc/libgcc.a]
|
||||||
if {$gccdir != ""} {
|
if {$gccdir != ""} {
|
||||||
set gccdir [file dirname $gccdir]
|
set gccdir [file dirname $gccdir]
|
||||||
}
|
}
|
||||||
verbose "gccdir $gccdir"
|
verbose "gccdir $gccdir"
|
||||||
|
|
||||||
|
@ -133,6 +133,7 @@ proc libffi-init { args } {
|
||||||
setenv SHLIB_PATH $ld_library_path
|
setenv SHLIB_PATH $ld_library_path
|
||||||
setenv LD_LIBRARYN32_PATH $ld_library_path
|
setenv LD_LIBRARYN32_PATH $ld_library_path
|
||||||
setenv LD_LIBRARY64_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 } {
|
proc libffi_target_compile { source dest type options } {
|
||||||
|
@ -191,7 +192,7 @@ proc libffi-dg-runtest { testcases default-extra-flags } {
|
||||||
# them, skip it.
|
# them, skip it.
|
||||||
if ![runtest_file_p $runtests $test] {
|
if ![runtest_file_p $runtests $test] {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
# Look for a loop within the source code - if we don't find one,
|
# Look for a loop within the source code - if we don't find one,
|
||||||
# don't pass -funroll[-all]-loops.
|
# don't pass -funroll[-all]-loops.
|
||||||
|
|
Loading…
Reference in New Issue