mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +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]
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user