This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] libstdc++ testsuite fix for SPARC64


Hi,

while debugging some code I struggled over the wrong LD_LIBRARY_PATH when testing a libstdc++ for SPARC64.

The patch below fixes this.

Ok for mainline ?

Andreas

2003-10-09 Andreas Tobler <a.tobler@schweiz.ch>

	* testsuite/lib/libstdc++.exp: Set LD_LIBRARY_PATH_64 for
	SPARC64.

RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp,v
retrieving revision 1.11
diff -u -r1.11 libstdc++.exp
--- testsuite/lib/libstdc++.exp 5 Aug 2003 01:34:28 -0000       1.11
+++ testsuite/lib/libstdc++.exp 9 Oct 2003 18:31:46 -0000
@@ -96,6 +96,7 @@
     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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]