sh-elf-vhex - v2.0.0-rc8 : hotfix install

*fix*
> [scripts]
  | [install] remove bootstrap dead code
  | [uninstall] hotfix utils loading
This commit is contained in:
YannMagnin 2023-12-19 19:25:58 +01:00
parent 8b7d15faf4
commit b40c63c221
No known key found for this signature in database
GPG Key ID: D82629D933EADC59
2 changed files with 2 additions and 6 deletions

View File

@ -131,10 +131,7 @@ fi
&& ./gcc/configure.sh \
--prefix-sysroot="$prefix_sysroot" \
--version="$version_gcc" \
&& ./gcc/build.sh \
&& ./_install.sh \
--prefix-sysroot="$prefix_sysroot" \
--prefix-install="$prefix_install"
&& ./gcc/build.sh
} || {
echo 'Error during installing operations' >&2
exit 1

View File

@ -83,8 +83,7 @@ fi
# Unistall step
#---
_src=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
cd "$_src" || exit 1
cd "$prefix_clone/scripts" || exit 1
source ./_utils.sh
echo "$TAG removing symlinks to binaries..."