diff --git a/CMakeLists.txt b/CMakeLists.txt index c0b6147..f57919f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ set(GDB_HASH SHA256=360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175 # Branches to fetch the different project targets. Can be overriden from command line. set(LIBZIP_TAG master CACHE STRING "libzip branch name, commit id or tag") -set(NEWLIB_TAG vita CACHE STRING "newlib branch name, commit id or tag") +set(NEWLIB_TAG fios2 CACHE STRING "newlib branch name, commit id or tag") set(SAMPLES_TAG master CACHE STRING "samples branch name, commit id or tag") set(HEADERS_TAG master CACHE STRING "vita-headers branch name, commit id or tag") set(TOOLCHAIN_TAG master CACHE STRING "vita-toolchain branch name, commit id or tag")