cross-*-musl: tyop fix (4.7.2 -> 4.9.2)

This commit is contained in:
Juan RP 2015-06-27 09:24:24 +02:00
parent 84db44f8b4
commit f961a2ba52
4 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ _gcc_bootstrap() {
[ -f ${wrksrc}/.gcc_bootstrap_done ] && return 0
cd ${wrksrc}/gcc-${_gcc_version}
_apply_patch ${FILESDIR}/gcc-4.7.2-musl.diff
_apply_patch ${FILESDIR}/gcc-4.9.2-musl.diff
msg_normal "Building cross gcc bootstrap\n"

View File

@ -71,7 +71,7 @@ _gcc_bootstrap() {
[ -f ${wrksrc}/.gcc_bootstrap_done ] && return 0
cd ${wrksrc}/gcc-${_gcc_version}
_apply_patch -p1 ${FILESDIR}/gcc-4.7.2-musl.diff
_apply_patch -p1 ${FILESDIR}/gcc-4.9.2-musl.diff
msg_normal "Building cross gcc bootstrap\n"

View File

@ -71,7 +71,7 @@ _gcc_bootstrap() {
[ -f ${wrksrc}/.gcc_bootstrap_done ] && return 0
cd ${wrksrc}/gcc-${_gcc_version}
_apply_patch ${FILESDIR}/gcc-4.7.2-musl.diff
_apply_patch ${FILESDIR}/gcc-4.9.2-musl.diff
msg_normal "Building cross gcc bootstrap\n"

View File

@ -70,7 +70,7 @@ _gcc_bootstrap() {
[ -f ${wrksrc}/.gcc_bootstrap_done ] && return 0
cd ${wrksrc}/gcc-${_gcc_version}
_apply_patch -p1 ${FILESDIR}/gcc-4.7.2-musl.diff
_apply_patch -p1 ${FILESDIR}/gcc-4.9.2-musl.diff
msg_normal "Building cross gcc bootstrap\n"