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
This commit is contained in:
Chris Lattner 2002-01-21 06:50:08 +00:00
parent dbe5304f77
commit f2a1dbc1e3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
rm -f test.bc.temp[12] 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 export LD_LIBRARY_PATH
AS=../tools/Debug/as AS=../tools/Debug/as

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/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 export LD_LIBRARY_PATH
AS=../tools/Debug/as AS=../tools/Debug/as