Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Upgraded to glibc 2.22 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d076e187d16bd14d9c8d88695748666a |
User & Date: | rkeene 2015-08-27 18:24:37 |
Context
2015-08-27
| ||
18:25 | Upgraded to GCC 5.2.0 and Binutils 2.25.1 check-in: 9b52107594 user: rkeene tags: trunk | |
18:24 | Upgraded to glibc 2.22 check-in: d076e187d1 user: rkeene tags: trunk | |
14:18 | Updated to MUSL libc 1.1.10 check-in: a89ba423b7 user: rkeene tags: trunk | |
Changes
Changes to scripts/post/02-glibc.
1 2 3 4 | #! /bin/bash # URLs and versions if [ -z "${GLIBC_VERS}" ]; then | | | 1 2 3 4 5 6 7 8 9 10 11 12 | #! /bin/bash # URLs and versions if [ -z "${GLIBC_VERS}" ]; then GLIBC_VERS='2.22' fi GLIBC_URL="http://ftp.gnu.org/gnu/glibc/glibc-${GLIBC_VERS}.tar.gz" GLIBC_TARBALL="src/glibc-${GLIBC_VERS}.tar.gz" GLIBC_DIR="glibc-${GLIBC_VERS}" if [ -z "${GLIBC_PORTS_VERS}" ]; then GLIBC_PORTS_VERS='2.16.0' |
︙ | ︙ |