Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Disabled gold |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d9aff2f47f863fdef992c72f1265593b |
User & Date: | rkeene 2015-02-10 18:58:57 |
Context
2015-02-11
| ||
04:04 | Fixed typo in comment check-in: 8d885eba22 user: rkeene tags: trunk | |
2015-02-10
| ||
18:58 | Disabled gold check-in: d9aff2f47f user: rkeene tags: trunk | |
2015-02-03
| ||
19:28 | Updated to LibreSSL 2.1.3 check-in: 5454aa4c78 user: rkeene tags: trunk | |
Changes
Changes to build-cc.
︙ | ︙ | |||
390 391 392 393 394 395 396 | done fi rm -rf "binutils-${CCNAME}" mkdir "binutils-${CCNAME}" cd "binutils-${CCNAME}" || exit -1 | | | 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 | done fi rm -rf "binutils-${CCNAME}" mkdir "binutils-${CCNAME}" cd "binutils-${CCNAME}" || exit -1 "../${BINUTILS_DIR}/configure" --enable-gold=no --enable-ld=default --target="${CCNAME}" --prefix="${CCDIR}" --disable-nls --with-sysroot="${CCDIR}/${CCNAME}" --with-build-sysroot="${CCDIR}/${CCNAME}" --program-prefix="${CCNAME}-" ${MAKE} ${BUILD_CC_MAKE_FLAGS} || exit 1 ${MAKE} ${BUILD_CC_MAKE_FLAGS} install || exit 1 rm -f "${CCDIR}/bin/${CCNAME}-rebuild-binutils" ) || exit 1 |
︙ | ︙ |