mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
red hat gcc-toolset-13 not compatible with csh
This commit is contained in:
parent
79870cc910
commit
fbb39efc4d
@ -90,7 +90,7 @@ export PATH=$PATH:$RISCV/bin:/usr/bin
|
||||
export PKG_CONFIG_PATH=$RISCV/lib64/pkgconfig:$RISCV/lib/pkgconfig:$RISCV/share/pkgconfig:$PKG_CONFIG_PATH
|
||||
mkdir -p "$RISCV"
|
||||
|
||||
echo -e "\nDetected information"
|
||||
echo -e "Detected information"
|
||||
echo "Distribution: $PRETTY_NAME"
|
||||
echo "Version: $VERSION"
|
||||
echo "Running as root: $ROOT"
|
||||
@ -403,6 +403,5 @@ if [ ! -e "${RISCV}"/site-setup.sh ]; then
|
||||
wget https://raw.githubusercontent.com/openhwgroup/cvw/main/site-setup.csh
|
||||
if [ "$FAMILY" = rhel ]; then
|
||||
echo "source /opt/rh/gcc-toolset-13/enable" >> site-setup.sh
|
||||
echo "source /opt/rh/gcc-toolset-13/enable" >> site-setup.csh
|
||||
fi
|
||||
fi
|
@ -48,5 +48,5 @@ if ($?IDV) then
|
||||
source ${IMPERAS_HOME}/bin/setup.sh
|
||||
setupImperas ${IMPERAS_HOME}
|
||||
extend PATH $IDV/scripts/cvw
|
||||
endfi
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user