riscv64: Move libraries back to /usr/lib64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-02-05 09:48:08 -05:00
parent 000ff407b9
commit 2d5494a8cf
2 changed files with 9 additions and 0 deletions

View File

@@ -54,4 +54,8 @@ ifeq "$(IS_64BIT)" "1"
ln -svf lib $(TOOLS_DIR)/lib64
endif
ifeq "$(BUILD_ARCH)" "riscv64"
ln -svf . $(TOOLS_DIR)/lib/lp64d
endif
@$(POSTBUILD)

View File

@@ -69,6 +69,11 @@ ifeq "$(IS_64BIT)" "1"
ln -svf lib /usr/lib64
endif
ifeq "$(BUILD_ARCH)" "riscv64"
ln -svf . /lib/lp64d
ln -svf . /usr/lib/lp64d
endif
# Symlinks
# for this reason, stage2 rebuild will broke the iso:perl, grubbatch
-ln -sv $(TOOLS_DIR)/bin/{bash,cat,echo,pwd,stty} /bin