aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 06:50:08 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 06:50:08 +0000
commitf2a1dbc1e3162eccd52c511e0928f06a76d13342 (patch)
treec6690f5102e168495e576502880b581556ccd032
parentdbe5304f77215fd5d211e60c385fb01edf70b24a (diff)
Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ libraries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1505 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xtest/Feature/TestAsmDisasm.sh2
-rwxr-xr-xtest/Feature/TestOptimizer.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/TestAsmDisasm.sh b/test/Feature/TestAsmDisasm.sh
index 1474c516f5..7d849680f5 100755
--- a/test/Feature/TestAsmDisasm.sh
+++ b/test/Feature/TestAsmDisasm.sh
@@ -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
diff --git a/test/Feature/TestOptimizer.sh b/test/Feature/TestOptimizer.sh
index 20a87ddf83..3501eb2736 100755
--- a/test/Feature/TestOptimizer.sh
+++ b/test/Feature/TestOptimizer.sh
@@ -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