mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
riscv64: Move libraries back to /usr/lib64
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -54,4 +54,8 @@ ifeq "$(IS_64BIT)" "1"
|
|||||||
ln -svf lib $(TOOLS_DIR)/lib64
|
ln -svf lib $(TOOLS_DIR)/lib64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq "$(BUILD_ARCH)" "riscv64"
|
||||||
|
ln -svf . $(TOOLS_DIR)/lib/lp64d
|
||||||
|
endif
|
||||||
|
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
@@ -69,6 +69,11 @@ ifeq "$(IS_64BIT)" "1"
|
|||||||
ln -svf lib /usr/lib64
|
ln -svf lib /usr/lib64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq "$(BUILD_ARCH)" "riscv64"
|
||||||
|
ln -svf . /lib/lp64d
|
||||||
|
ln -svf . /usr/lib/lp64d
|
||||||
|
endif
|
||||||
|
|
||||||
# Symlinks
|
# Symlinks
|
||||||
# for this reason, stage2 rebuild will broke the iso:perl, grubbatch
|
# for this reason, stage2 rebuild will broke the iso:perl, grubbatch
|
||||||
-ln -sv $(TOOLS_DIR)/bin/{bash,cat,echo,pwd,stty} /bin
|
-ln -sv $(TOOLS_DIR)/bin/{bash,cat,echo,pwd,stty} /bin
|
||||||
|
|||||||
Reference in New Issue
Block a user