1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ libraries

llvm-svn: 1505
This commit is contained in:
Chris Lattner 2002-01-21 06:50:08 +00:00
parent d0e1f35161
commit 8362bfcac2
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