Changeset 1152c18d in mainline
- Timestamp:
- 2023-10-24T17:40:16Z (14 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 350ec74, 85ec7d4
- Parents:
- 4792e74
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-24 16:47:44)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-24 17:40:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r4792e74 r1152c18d 31 31 BINUTILS_GDB_GIT="https://github.com/HelenOS/binutils-gdb.git" 32 32 33 BINUTILS_BRANCH="binutils-2_ 31_1-helenos"34 BINUTILS_VERSION="2. 31.1"35 36 GDB_BRANCH="gdb- 8_2-helenos"37 GDB_VERSION=" 8.2"33 BINUTILS_BRANCH="binutils-2_41-helenos" 34 BINUTILS_VERSION="2.41" 35 36 GDB_BRANCH="gdb-13.2-helenos" 37 GDB_VERSION="13.2" 38 38 39 39 GCC_GIT="https://github.com/HelenOS/gcc.git" 40 GCC_BRANCH=" 8_2_0-helenos"41 GCC_VERSION=" 8.2.0"40 GCC_BRANCH="13_2_0-helenos" 41 GCC_VERSION="13.2" 42 42 43 43 BASEDIR="$PWD"
Note:
See TracChangeset
for help on using the changeset viewer.