mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +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
|
export PKG_CONFIG_PATH=$RISCV/lib64/pkgconfig:$RISCV/lib/pkgconfig:$RISCV/share/pkgconfig:$PKG_CONFIG_PATH
|
||||||
mkdir -p "$RISCV"
|
mkdir -p "$RISCV"
|
||||||
|
|
||||||
echo -e "\nDetected information"
|
echo -e "Detected information"
|
||||||
echo "Distribution: $PRETTY_NAME"
|
echo "Distribution: $PRETTY_NAME"
|
||||||
echo "Version: $VERSION"
|
echo "Version: $VERSION"
|
||||||
echo "Running as root: $ROOT"
|
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
|
wget https://raw.githubusercontent.com/openhwgroup/cvw/main/site-setup.csh
|
||||||
if [ "$FAMILY" = rhel ]; then
|
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.sh
|
||||||
echo "source /opt/rh/gcc-toolset-13/enable" >> site-setup.csh
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
@ -48,5 +48,5 @@ if ($?IDV) then
|
|||||||
source ${IMPERAS_HOME}/bin/setup.sh
|
source ${IMPERAS_HOME}/bin/setup.sh
|
||||||
setupImperas ${IMPERAS_HOME}
|
setupImperas ${IMPERAS_HOME}
|
||||||
extend PATH $IDV/scripts/cvw
|
extend PATH $IDV/scripts/cvw
|
||||||
endfi
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user