cross-*-musl: tyop fix (4.7.2 -> 4.9.2) (v2)
This commit is contained in:
parent
f961a2ba52
commit
b4bcf95072
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue