-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
643 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 6de0157ef3b7e64d8d6b56b17ed12e4980d04fdb Mon Sep 17 00:00:00 2001 | ||
From: Kartatz <105828205+Kartatz@users.noreply.github.com> | ||
Date: Sat, 15 Feb 2025 02:06:41 +0100 | ||
Subject: [PATCH] Fix FreeBSD config for riscv | ||
|
||
--- | ||
gcc/config/riscv/freebsd.h | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/gcc/config/riscv/freebsd.h b/gcc/config/riscv/freebsd.h | ||
index 2dc7055..217e0ac 100644 | ||
--- a/gcc/config/riscv/freebsd.h | ||
+++ b/gcc/config/riscv/freebsd.h | ||
@@ -42,7 +42,7 @@ along with GCC; see the file COPYING3. If not see | ||
#define LINK_SPEC " \ | ||
-melf" XLEN_SPEC DEFAULT_ENDIAN_SPEC "riscv \ | ||
%{p:%nconsider using `-pg' instead of `-p' with gprof (1)} \ | ||
- " FBSD_LINK_PG_NOTES " \ | ||
+ " FBSD_LINK_PG_NOTE " \ | ||
%{v:-V} \ | ||
%{assert*} %{R*} %{rpath*} %{defsym*} \ | ||
-X \ | ||
-- | ||
2.36.6 | ||
|
Oops, something went wrong.