Skip to content

Commit d855750

Browse files
committed
Keep the target ABI the series already shipped
2026.08.0 ships newlib 6cba9812, vita-headers ebc8f4f7 and pthread-embedded 610934f4. Master is 2445 newlib commits past that, on 4.6.0, and a patch that swapped the target runtime under people who already built against this series would not be a patch. The compiler is not what moves here: gcc 15.2.0, binutils 2.46.1, gdb 15.2 and every host library are identical between the two, and so are vita-toolchain and the samples. Only the three target components go back; vdpm and vita-makepkg stay current, since the host side is what this release exists to fix.
1 parent b8d12c7 commit d855750

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/Components.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ set(VDPM_REPOSITORY https://github.com/vitasdk/vdpm.git
6969
set(VITA_MAKEPKG_REPOSITORY https://github.com/vitasdk/vita-makepkg.git
7070
CACHE STRING "vita-makepkg repository URL or local path")
7171

72-
set(NEWLIB_TAG 892f530fa7d696dbca74abfb8fccfec7d21d269d CACHE STRING "newlib branch, commit id or tag")
72+
set(NEWLIB_TAG 6cba98129f0a286949391de00519ef39762eff18 CACHE STRING "newlib branch, commit id or tag")
7373
set(SAMPLES_TAG fe8fbef570f3280586c0c20157146e3faefb2181 CACHE STRING "samples branch, commit id or tag")
74-
set(HEADERS_TAG 4f9b5d712751afef804a44d1d248ab2b358cff4a CACHE STRING "vita-headers branch, commit id or tag")
74+
set(HEADERS_TAG ebc8f4f7ac8313fe4f74ca95724116b224bad184 CACHE STRING "vita-headers branch, commit id or tag")
7575
set(TOOLCHAIN_TAG c527abce028df33f5281e9ed4994c25fcef53c7d CACHE STRING "vita-toolchain branch, commit id or tag")
76-
set(PTHREAD_TAG 11d2e5722d98c86f33c908fc47b2cf6e55205db5 CACHE STRING "pthread-embedded branch, commit id or tag")
76+
set(PTHREAD_TAG 610934f4841f02a42f19f0e8b0f01bb38b375dfc CACHE STRING "pthread-embedded branch, commit id or tag")
7777
set(VDPM_TAG v0.1.3 CACHE STRING "vdpm branch, commit id or tag")
7878
set(VITA_MAKEPKG_TAG 32f863c2a58a801b7d5a0296bdbbb443c9676e08 CACHE STRING "vita-makepkg branch, commit id or tag")

0 commit comments

Comments
 (0)