Skip to content

Commit 7ce9426

Browse files
authored
Merge pull request #66 from fjtrujy/upgrade
Upgrade binutils and gcc
2 parents cb69107 + 75bafcb commit 7ce9426

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This program will automatically build and install a EE compiler, which is used i
1515

1616
## What these scripts do
1717

18-
These scripts download (with `git clone`) and install [binutils 2.36.0](http://www.gnu.org/software/binutils/ "binutils") (ee), [gcc 11.1.0](https://gcc.gnu.org/ "gcc") (ee), [newlib 4.1.0](https://sourceware.org/newlib/ "newlib") (ee).
18+
These scripts download (with `git clone`) and install [binutils 2.45.1](http://www.gnu.org/software/binutils/ "binutils") (ee), [gcc 15.2.0](https://gcc.gnu.org/ "gcc") (ee), [newlib 4.5.0](https://sourceware.org/newlib/ "newlib") (ee).
1919

2020
## Requirements
2121

config/ps2toolchain-ee-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
PS2TOOLCHAIN_EE_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git"
4-
PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="ee-v2.44.0"
4+
PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="ee-v2.45.1"
55
PS2TOOLCHAIN_EE_GCC_REPO_URL="https://github.com/ps2dev/gcc.git"
6-
PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v15.1.0"
6+
PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v15.2.0"
77
PS2TOOLCHAIN_EE_NEWLIB_REPO_URL="https://github.com/ps2dev/newlib.git"
88
PS2TOOLCHAIN_EE_NEWLIB_DEFAULT_REPO_REF="ee-v4.5.0"
99
PS2TOOLCHAIN_EE_PTHREAD_EMBEDDED_REPO_URL="https://github.com/ps2dev/pthread-embedded.git"

0 commit comments

Comments
 (0)