]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/stage2
riscv64: Move libraries back to /usr/lib64
[people/pmueller/ipfire-2.x.git] / lfs / stage2
index bacc9e0314625f7e132812bae82cdd08536b02c1..60d161eddf58b3ed8b0afc5dac52c35b1ee3ca5d 100644 (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