SHA256
1
0
forked from pool/hare
hare/riscv64-correct-comments.patch
Soc Virnyl Estela 04ed0275ae - Improve build logic.
* fixes version string output
  * no need to run `./scripts/version`
  * set our own cflags and ldflags

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=40
2024-08-10 01:05:03 +00:00

26 lines
736 B
Diff

From 80e45e4d931a6e90d999846b86471cac00d2a6d5 Mon Sep 17 00:00:00 2001
From: Andreas Schwab <schwab@suse.de>
Date: Wed, 21 Feb 2024 22:05:02 +0100
Subject: [PATCH] debug+riscv: use correct comment syntax
Signed-off-by: Andreas Schwab <schwab@suse.de>
---
debug/+riscv64/getfp.s | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debug/+riscv64/getfp.s b/debug/+riscv64/getfp.s
index 9c3698af..b822036a 100644
--- a/debug/+riscv64/getfp.s
+++ b/debug/+riscv64/getfp.s
@@ -1,5 +1,5 @@
-// SPDX-License-Identifier: MPL-2.0
-// (c) Hare authors <https://harelang.org>
+# SPDX-License-Identifier: MPL-2.0
+# (c) Hare authors <https://harelang.org>
.section ".text.debug.getfp","ax"
.global debug.getfp
--
2.43.0