Check-in [a89ba423b7]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Updated to MUSL libc 1.1.10
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a89ba423b7629e2b63d4a26acbb29dbfe4e6f3b1
User & Date: rkeene 2015-08-27 14:18:34
Context
2015-08-27
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
2015-08-26
23:13
Build-CC 0.10 check-in: 55a54b8a75 user: rkeene tags: trunk, 0.10
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to scripts/post/01-musl.

1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

# URLs and versions
MUSL_VERS='1.1.5'
MUSL_URL="http://www.musl-libc.org/releases/musl-${MUSL_VERS}.tar.gz"
MUSL_TARBALL="src/musl-${MUSL_VERS}.tar.gz"
MUSL_DIR="musl-${MUSL_VERS}"

# Main script
CCNAME="$1"
CCDIR="$2"



|







1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

# URLs and versions
MUSL_VERS='1.1.10'
MUSL_URL="http://www.musl-libc.org/releases/musl-${MUSL_VERS}.tar.gz"
MUSL_TARBALL="src/musl-${MUSL_VERS}.tar.gz"
MUSL_DIR="musl-${MUSL_VERS}"

# Main script
CCNAME="$1"
CCDIR="$2"