Skip to content

Commit

Permalink
musl-cross-make-confs/Makefile.arch_indep: attempt to use 9999-croswa…
Browse files Browse the repository at this point in the history
…re-gcc-9.2.0-libstdcpp-v3-configure.diff (works on x86_64, at least for gc, need to test on other arches)
  • Loading branch information
ryanwoodsmall committed Feb 8, 2020
1 parent b82f3dd commit 8100b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions musl-cross-make-confs/Makefile.arch_indep
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ get_patches: remove_patches
# XXX - wget needs to be changed to whatever $(DL_CMD) is set to
mkdir -p ./patches/gcc-$(GCCVER) || true
wget -P ./patches/gcc-$(GCCVER)/ https://raw.githubusercontent.com/ryanwoodsmall/musl-misc/master/musl-cross-make-confs/patches/9999-crosware-ldso_gcc-$(GCCVER).diff
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
mkdir -p ./patches/binutils-$(BINUTILSVER) || true
wget -P ./patches/binutils-$(BINUTILSVER)/ https://raw.githubusercontent.com/ryanwoodsmall/musl-misc/master/musl-cross-make-confs/patches/9999-crosware-ldso_binutils-$(BINUTILSVER).diff
# XXX - hackity hacky hack
Expand Down

0 comments on commit 8100b10

Please sign in to comment.