Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ libraries
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2002 06:50:08 +0000 (06:50 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2002 06:50:08 +0000 (06:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1505 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/TestAsmDisasm.sh
test/Feature/TestOptimizer.sh

index 1474c516f535ff47da8f854faa05d3647828a719..7d849680f5456da98a29e3139cb49fbabcd1e922 100755 (executable)
@@ -4,7 +4,7 @@
 
 rm -f test.bc.temp[12]
 
-LD_LIBRARY_PATH=../lib/Debug
+LD_LIBRARY_PATH=../lib/Debug:/usr/dcs/software/evaluation/encap/gcc-3.0.2/lib/
 export LD_LIBRARY_PATH
 
 AS=../tools/Debug/as
index 20a87ddf8307de6b203ee16df71b9ec06787af8d..3501eb2736e6c376babe037cd198b16734187e6f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-LD_LIBRARY_PATH=../lib/Debug
+LD_LIBRARY_PATH=../lib/Debug:/usr/dcs/software/evaluation/encap/gcc-3.0.2/lib/
 export LD_LIBRARY_PATH
 
 AS=../tools/Debug/as