lang/rust: reintroduce EXTRA_PATCHES for specific ARCH
It was dropped in 988dc66236 but it's
still needed.
Reported by: mandree,mmel
This commit is contained in:
parent
d05ae0c0c1
commit
0f41de8c96
1 changed files with 4 additions and 0 deletions
|
|
@ -122,6 +122,10 @@ _COMPONENTS+= rustc-dev-${_PACKAGE_VERS}-${_RUST_TARGET}
|
|||
_COMPONENTS+= rust-docs-${_PACKAGE_VERS}-wasm32-unknown-unknown rust-docs-json-${_PACKAGE_VERS}-wasm32-unknown-unknown
|
||||
.endif
|
||||
|
||||
.if exists(${PATCHDIR}/${ARCH}${BOOTSTRAPS_SUFFIX})
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/${ARCH}${BOOTSTRAPS_SUFFIX}
|
||||
.endif
|
||||
|
||||
.ifdef QEMU_EMULATING
|
||||
IGNORE= fails to build with qemu-user-static
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue