From 686a5f145a9b9e56f7bece9747ab91525b01b17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Fri, 26 Aug 2022 17:52:47 +0200 Subject: [PATCH 1/2] use fios2 branch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0b6147..95337d3 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") +NEset(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") From 6ec64b9c4f7c5ec17259f07047d3345af844ddac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Fri, 26 Aug 2022 17:56:42 +0200 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95337d3..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") -NEset(NEWLIB_TAG fios2 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")