From a8ccba00aa8148975503b560bf249d48ac27783b Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Thu, 22 Mar 2018 14:44:53 +0100 Subject: progress into stage 4 --- create.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'create.sh') diff --git a/create.sh b/create.sh index 9b69c1c..7e575d8 100755 --- a/create.sh +++ b/create.sh @@ -26,6 +26,7 @@ export CHOST=riscv64-unknown-linux-gnu export LINUX_ARCH=riscv export GCC_MARCH=rv64gc export GCC_MABI=lp64d +export REGEN_CONFIG_FRAGMENTS=yes #export MULTILIB=enable #export GCC32_MARCH=rv32gc #export GCC32_MABI=ilp32d @@ -55,5 +56,8 @@ chown $SUDO_USER "$topbuilddir" # Stage 3: libremakepkg native base-devel . "$topsrcdir"/stage3/stage3.sh +# Stage 4: libremakepkg full native base & base-devel +. "$topsrcdir"/stage4/stage4.sh + msg "all done." notify "*Bootstrap Finished*" -- cgit v1.2.2