cross-aarch64-linux-musl: add libgnarl-musl.patch

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-01-22 11:50:00 +01:00
parent c71d97b469
commit daaa95201f
No known key found for this signature in database
GPG key ID: 6764EC32352D0647
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
../../gcc/files/libgnarl-musl.patch

View file

@ -83,6 +83,7 @@ _gcc_bootstrap() {
cd ${wrksrc}/gcc-${_gcc_version}
_apply_patch -p0 ${FILESDIR}/fix-cxxflags-passing.patch
_apply_patch -p0 ${FILESDIR}/musl-ada.patch
_apply_patch -p1 ${FILESDIR}/libgnarl-musl.patch
msg_normal "Building cross gcc bootstrap\n"