mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ libraries
llvm-svn: 1505
This commit is contained in:
parent
d0e1f35161
commit
8362bfcac2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user