Projects
Eulaceura:Factory
grubby
_service:obs_scm:0001-add-riscv64-support.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:0001-add-riscv64-support.patch of Package grubby
From 7f09aab493a7b74c4cac9a2f7c51f0da2945a7fb Mon Sep 17 00:00:00 2001 From: ouuleilei <wangliu@iscas.ac.cn> Date: Sat, 11 May 2024 14:31:01 +0800 Subject: [PATCH] add riscv64 support --- grubby.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grubby.c b/grubby.c index 12db06d..a96eb42 100644 --- a/grubby.c +++ b/grubby.c @@ -62,6 +62,8 @@ int isEfi = 0; #if defined(__aarch64__) || (__loongarch64) #define isEfiOnly 1 +#elif (defined(__riscv) && (__riscv_xlen == 64)) +#define isEfiOnly 1 #else #define isEfiOnly 0 #endif -- 2.41.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2