├── README.md ├── clean.sh ├── config-static.sh ├── config.sh ├── defs.sh ├── extra ├── build-gcc-deps.sh ├── build-gdb.sh ├── build-tarballs.sh ├── config.sub └── extraconfig.sh ├── patches ├── binutils-2.16.1-musl.diff ├── binutils-2.17-musl.diff ├── binutils-2.22-musl.diff ├── binutils-2.23.2-musl.diff ├── binutils-2.24-posix_sh.diff ├── elfutils-0.152-musl.diff ├── elfutils-0.154-musl.diff ├── elfutils-add_ar.h.patch ├── elfutils-libelf_only.patch ├── elfutils-no_error.patch ├── elfutils-no_fts.patch ├── gcc-4.0.3-musl.diff ├── gcc-4.2.1-musl.diff ├── gcc-4.6.4-musl.diff ├── gcc-4.7.4-musl.diff ├── gcc-4.8.5-musl.diff ├── gcc-4.9.3-musl.diff ├── gcc-5.2.0-musl.diff ├── gcc-5.3.0-musl.diff ├── musl-0.9.14-musl.diff ├── musl-1.1.10-musl.diff └── patch-elfutils.sh └── tarballs └── empty /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/README.md -------------------------------------------------------------------------------- /clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/clean.sh -------------------------------------------------------------------------------- /config-static.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/config-static.sh -------------------------------------------------------------------------------- /config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/config.sh -------------------------------------------------------------------------------- /defs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/defs.sh -------------------------------------------------------------------------------- /extra/build-gcc-deps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/extra/build-gcc-deps.sh -------------------------------------------------------------------------------- /extra/build-gdb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/extra/build-gdb.sh -------------------------------------------------------------------------------- /extra/build-tarballs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/extra/build-tarballs.sh -------------------------------------------------------------------------------- /extra/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/extra/config.sub -------------------------------------------------------------------------------- /extra/extraconfig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/extra/extraconfig.sh -------------------------------------------------------------------------------- /patches/binutils-2.16.1-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/binutils-2.16.1-musl.diff -------------------------------------------------------------------------------- /patches/binutils-2.17-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/binutils-2.17-musl.diff -------------------------------------------------------------------------------- /patches/binutils-2.22-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/binutils-2.22-musl.diff -------------------------------------------------------------------------------- /patches/binutils-2.23.2-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/binutils-2.23.2-musl.diff -------------------------------------------------------------------------------- /patches/binutils-2.24-posix_sh.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/binutils-2.24-posix_sh.diff -------------------------------------------------------------------------------- /patches/elfutils-0.152-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/elfutils-0.152-musl.diff -------------------------------------------------------------------------------- /patches/elfutils-0.154-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/elfutils-0.154-musl.diff -------------------------------------------------------------------------------- /patches/elfutils-add_ar.h.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/elfutils-add_ar.h.patch -------------------------------------------------------------------------------- /patches/elfutils-libelf_only.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/elfutils-libelf_only.patch -------------------------------------------------------------------------------- /patches/elfutils-no_error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/elfutils-no_error.patch -------------------------------------------------------------------------------- /patches/elfutils-no_fts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/elfutils-no_fts.patch -------------------------------------------------------------------------------- /patches/gcc-4.0.3-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/gcc-4.0.3-musl.diff -------------------------------------------------------------------------------- /patches/gcc-4.2.1-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/gcc-4.2.1-musl.diff -------------------------------------------------------------------------------- /patches/gcc-4.6.4-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/gcc-4.6.4-musl.diff -------------------------------------------------------------------------------- /patches/gcc-4.7.4-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/gcc-4.7.4-musl.diff -------------------------------------------------------------------------------- /patches/gcc-4.8.5-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/gcc-4.8.5-musl.diff -------------------------------------------------------------------------------- /patches/gcc-4.9.3-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/gcc-4.9.3-musl.diff -------------------------------------------------------------------------------- /patches/gcc-5.2.0-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/gcc-5.2.0-musl.diff -------------------------------------------------------------------------------- /patches/gcc-5.3.0-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/gcc-5.3.0-musl.diff -------------------------------------------------------------------------------- /patches/musl-0.9.14-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/musl-0.9.14-musl.diff -------------------------------------------------------------------------------- /patches/musl-1.1.10-musl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/musl-1.1.10-musl.diff -------------------------------------------------------------------------------- /patches/patch-elfutils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/musl-cross/HEAD/patches/patch-elfutils.sh -------------------------------------------------------------------------------- /tarballs/empty: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------