Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Re-enabled gold, no reason to disable it |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e11796b1405092988f1aa04e4bb78a55 |
User & Date: | rkeene 2015-02-11 21:00:43 |
Context
2015-02-11
| ||
21:23 | Updated MUSL libc patch to not interfere with libstdc++ on non-MUSL-libc systems check-in: 49e22da48c user: rkeene tags: trunk | |
21:00 | Re-enabled gold, no reason to disable it check-in: e11796b140 user: rkeene tags: trunk | |
04:36 | Added patch to allow MPC to compile as a child of GCC check-in: 777177d6d5 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=yes --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 |
︙ | ︙ |