Skip to content

Commit 8100b10

Browse files
committed
musl-cross-make-confs/Makefile.arch_indep: attempt to use 9999-crosware-gcc-9.2.0-libstdcpp-v3-configure.diff (works on x86_64, at least for gc, need to test on other arches)
1 parent b82f3dd commit 8100b10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

musl-cross-make-confs/Makefile.arch_indep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ get_patches: remove_patches
279279
# XXX - wget needs to be changed to whatever $(DL_CMD) is set to
280280
mkdir -p ./patches/gcc-$(GCCVER) || true
281281
wget -P ./patches/gcc-$(GCCVER)/ https://raw.githubusercontent.com/ryanwoodsmall/musl-misc/master/musl-cross-make-confs/patches/9999-crosware-ldso_gcc-$(GCCVER).diff
282+
wget -P ./patches/gcc-$(GCCVER)/ https://raw.githubusercontent.com/ryanwoodsmall/musl-misc/master/musl-cross-make-confs/patches/9999-crosware-gcc-$(GCCVER)-libstdcpp-v3-configure.diff
282283
mkdir -p ./patches/binutils-$(BINUTILSVER) || true
283284
wget -P ./patches/binutils-$(BINUTILSVER)/ https://raw.githubusercontent.com/ryanwoodsmall/musl-misc/master/musl-cross-make-confs/patches/9999-crosware-ldso_binutils-$(BINUTILSVER).diff
284285
# XXX - hackity hacky hack

0 commit comments

Comments
 (0)