sh-elf-vhex - v2.0.0-dev5 : support vxLibc/vxOpenLibm install and GCC stage2

*update*
> [scripts]
  | [gcc] handle the vxLibc install
  | [gcc] support complet GCC build
This commit is contained in:
YannMagnin 2023-12-04 11:20:47 +01:00
parent 5eccfc8669
commit 21e04b4df1
No known key found for this signature in database
GPG Key ID: D82629D933EADC59
1 changed files with 7 additions and 5 deletions

View File

@ -108,12 +108,14 @@ $quiet $make_cmd -j"$cores" install-strip-gcc
export PATH="$PATH:$SYSROOT/bin"
echo "$TAG Building Vhex's custom C standard library..."
echo 'Not implemented yet'
exit 1
# (todo) : clone the vxlibc in local
# (todo) : build
# (todo) : install
$quiet \
git clone https://github.com/YannMagnin/vxLibc.git --depth 1 ../../_vxlibc
../../_vxlibc/scripts/install.sh \
--prefix-sysroot="$SYSROOT/sh-elf-vhex/" \
--yes \
|| exit 1
#---
# Finish to build GCC