mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 08:46:23 +00:00
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:
parent
dbe5304f77
commit
f2a1dbc1e3
@ -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