diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-26 16:30:51 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-01 14:33:26 +0100 |
| commit | 43fd724eac29dd6187e0e4bf777ee59898dc92ca (patch) | |
| tree | fe52c4835af4bfcf87b281afbba9f2218833641b /meta/recipes-devtools/gcc/gcc-cross_14.2.bb | |
| parent | 7237d6bb5023f307e72e09477b7ab87b4120690d (diff) | |
| download | poky-43fd724eac29dd6187e0e4bf777ee59898dc92ca.tar.gz | |
gcc: Upgrade GCC to 15 release
* Nios2 has been removed and aarch64/ilp32 is deprecated
* Default C dialect is switched to C23
* {0} initializer in C or C++ for unions no longer guarantees clearing of the whole union
* Compile speed improvements with LTO
* Vectorizer can support loops with early exists but it is limited to loops
with fixed vector lengths
This is major release of gcc, the changes are noted [1]
[1] https://gcc.gnu.org/gcc-15/changes.html
(From OE-Core rev: 0ddda88b928a8b4e5ca3a4cc6112b8331cdff544)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross_14.2.bb')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross_14.2.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross_14.2.bb b/meta/recipes-devtools/gcc/gcc-cross_14.2.bb deleted file mode 100644 index b43cca0c52..0000000000 --- a/meta/recipes-devtools/gcc/gcc-cross_14.2.bb +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | require recipes-devtools/gcc/gcc-${PV}.inc | ||
| 2 | require gcc-cross.inc | ||
| 3 | |||
