Skip to content

Commit

Permalink
gcc13: Add support for gcc13 for SOF targets.
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Girdwood <[email protected]>
  • Loading branch information
lrgirdwo committed Jul 11, 2023
1 parent 51543fa commit 026edd8
Show file tree
Hide file tree
Showing 11 changed files with 8,523 additions and 0 deletions.
851 changes: 851 additions & 0 deletions config-cnl-gcc13x

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions config-imx-gcc13x

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions config-imx8m-gcc13x

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions config-imx8ulp-gcc13x

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions config-lx7hifi4-gcc13x

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions config-mt8186-gcc13x

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions config-mt8195-gcc13x

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions config-rmb-gcc13x

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions config-rn-gcc13x

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions config-vangogh-gcc13x

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions packages/gcc/13.1.0/0011-gcov-stdint-fix.patch
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)));

0 comments on commit 026edd8

Please sign in to comment.