[mantic][PATCH] UBUNTU: [Config] Add CONFIG_AS_HAS_NON_CONST_LEB128 on riscv64
Dimitri John Ledkov
dimitri.ledkov at canonical.com
Tue Jun 13 10:31:12 UTC 2023
riscv64 now too has CONFIG_AS_HAS_NON_CONST_LEB128 available.
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
---
debian.master/config/annotations | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 05edcf4d13..df743cfe8e 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -1746,7 +1746,7 @@ CONFIG_AS_HAS_CFI_NEGATE_RA_STATE policy<{'arm64': 'y'}>
CONFIG_AS_HAS_INSN policy<{'riscv64': 'y'}>
CONFIG_AS_HAS_LDAPR policy<{'arm64': 'y'}>
CONFIG_AS_HAS_LSE_ATOMICS policy<{'arm64': 'y'}>
-CONFIG_AS_HAS_NON_CONST_LEB128 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}>
+CONFIG_AS_HAS_NON_CONST_LEB128 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
CONFIG_AS_HAS_SHA3 policy<{'arm64': 'y'}>
CONFIG_AS_IS_GNU policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
CONFIG_AS_SHA1_NI policy<{'amd64': 'y'}>
--
2.34.1
More information about the kernel-team
mailing list