mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update LD_LIBRARY_PATH in wally-tool-chain-install script
This commit is contained in:
parent
0224419d41
commit
f98b25a9e3
@ -398,6 +398,11 @@ fi
|
|||||||
# Testvectors are generated using QEMU.
|
# Testvectors are generated using QEMU.
|
||||||
section_header "Installing Buildroot and Creating Linux testvectors"
|
section_header "Installing Buildroot and Creating Linux testvectors"
|
||||||
STATUS="Buildroot"
|
STATUS="Buildroot"
|
||||||
|
if [ -z "$LD_LIBRARY_PATH" ]; then
|
||||||
|
export LD_LIBRARY_PATH=$RISCV/lib:$RISCV/lib64:$RISCV/riscv64-unknown-elf/lib
|
||||||
|
else
|
||||||
|
export LD_LIBRARY_PATH=$RISCV/lib:$RISCV/lib64:$LD_LIBRARY_PATH:$RISCV/riscv64-unknown-elf/lib
|
||||||
|
fi
|
||||||
cd "$dir"/../linux
|
cd "$dir"/../linux
|
||||||
if [ ! -e "$RISCV"/buildroot ]; then
|
if [ ! -e "$RISCV"/buildroot ]; then
|
||||||
make 2>&1 | logger buildroot; [ "${PIPESTATUS[0]}" == 0 ]
|
make 2>&1 | logger buildroot; [ "${PIPESTATUS[0]}" == 0 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user