forked from crosstool-ng/crosstool-ng
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc13: Add support for gcc13 for SOF targets.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
- Loading branch information
Showing
11 changed files
with
8,523 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,13 @@ | ||
Index: gcc/libgcc/libgcov.h | ||
=================================================================== | ||
--- gcc.orig/libgcc/libgcov.h | ||
+++ gcc/libgcc/libgcov.h | ||
@@ -49,6 +49,8 @@ | ||
#include <sys/mman.h> | ||
#endif | ||
|
||
+#include <stdint.h> | ||
+ | ||
#if __CHAR_BIT__ == 8 | ||
typedef unsigned gcov_unsigned_t __attribute__ ((mode (SI))); | ||
typedef unsigned gcov_position_t __attribute__ ((mode (SI))); |