From 536d2423f8d1c0cfff6a463e71cffd4cb7772cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 8 Jun 2020 09:25:00 +0200 Subject: [PATCH] cross-mipsel-linux-mushlf: add libssp-musl.patch [ci skip] --- srcpkgs/cross-mipsel-linux-muslhf/files/libssp-musl.patch | 1 + srcpkgs/cross-mipsel-linux-muslhf/template | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 srcpkgs/cross-mipsel-linux-muslhf/files/libssp-musl.patch diff --git a/srcpkgs/cross-mipsel-linux-muslhf/files/libssp-musl.patch b/srcpkgs/cross-mipsel-linux-muslhf/files/libssp-musl.patch new file mode 120000 index 00000000000..37a7489360f --- /dev/null +++ b/srcpkgs/cross-mipsel-linux-muslhf/files/libssp-musl.patch @@ -0,0 +1 @@ +../../gcc/files/libssp-musl.patch \ No newline at end of file diff --git a/srcpkgs/cross-mipsel-linux-muslhf/template b/srcpkgs/cross-mipsel-linux-muslhf/template index e9feec33cf9..cd567b77f18 100644 --- a/srcpkgs/cross-mipsel-linux-muslhf/template +++ b/srcpkgs/cross-mipsel-linux-muslhf/template @@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}" pkgname=cross-${_triplet} version=0.33 -revision=1 +revision=2 short_desc="Cross toolchain for MIPS32r2 LE hardfloat target (musl)" maintainer="Orphaned " homepage="https://www.voidlinux.org/" @@ -86,6 +86,7 @@ _gcc_bootstrap() { _apply_patch -p0 ${FILESDIR}/fix-cxxflags-passing.patch _apply_patch -p0 ${FILESDIR}/musl-ada.patch _apply_patch -p1 ${FILESDIR}/libgnarl-musl.patch + _apply_patch -p1 ${FILESDIR}/libssp-musl.patch _apply_patch -p0 ${FILESDIR}/invalid_tls_model.patch msg_normal "Building cross gcc bootstrap\n" @@ -173,6 +174,7 @@ _gcc_build() { _args+=" --enable-lto" _args+=" --enable-default-pie" _args+=" --enable-default-ssp" + _args+=" --enable-libssp" _args+=" --disable-libsanitizer" _args+=" --disable-multilib" _args+=" --disable-nls"