27 lines
616 B
Diff
27 lines
616 B
Diff
From 107e7cab6824ed78f6cb62c9b44d6ab466a26eba Mon Sep 17 00:00:00 2001
|
|
From: yueyuankun <yueyuankun@kylinos.cn>
|
|
Date: Wed, 19 Mar 2025 20:05:58 +0800
|
|
Subject: [PATCH] sw_64: package library files to /usr/lib64, consistent with
|
|
libdir macros
|
|
|
|
---
|
|
Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 7c0ca79..f63ef04 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -66,7 +66,7 @@ else
|
|
ifneq (,$(findstring sw_64,$(ARCH)))
|
|
CC64 = $(CC)
|
|
ELF64 = sw_64elf
|
|
-TMPLIB64 = lib
|
|
+TMPLIB64 = lib64
|
|
CUSTOM_LDSCRIPTS = no
|
|
else
|
|
ifneq (,$(findstring aarch64,$(ARCH)))
|
|
--
|
|
2.43.0
|
|
|