summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)Author
2012-04-17Updating the cross toolchain for mips64elNicolás Reynolds
Added patches from upstream and diff'ed with them. Binutils and linux-libre-api-headers are already built. GCC Core builts but `mips64el-unknown-linux-gnu-gcc -v dummy.c` fails because of missing -EL on i686-pc-linux-gnu-as. Exporting mips64el-...-binutils to the PATH solves the problem but mips64el-...-ld fails with missing crt*. No idea why target gcc decides to use the host as instead of the target one, since the PKGBUILD hasn't fundamentally changed.
2012-03-18Update build order.Michał Masłowski
2012-03-18Fix building the mips64el cross toolchain.Michał Masłowski
2012-03-13cross binutils compat symlinks don't work and are not needed.Michał Masłowski
2012-01-31Added README for new cross-toolchainsNicolás Reynolds
2012-01-23Cross toolchain finishedNicolás Reynolds
2012-01-21binutils: create usr/includeNicolás Reynolds
2012-01-21Symlink crt*Nicolás Reynolds
2012-01-21glibc-headers: includr dir wasn't thereNicolás Reynolds
2012-01-21Lost the packages, starting againNicolás Reynolds
2012-01-18Preparing final mips64el-gccNicolás Reynolds
2012-01-16Got glibc-headersNicolás Reynolds
2012-01-14cross/cross-mips64el-unknown-linux-gnu-gcc-core-4.6.2-5Nicolás Reynolds
2012-01-14cross/cross-mips64el-unknown-linux-gnu-binutils-2.22-7Nicolás Reynolds
2012-01-14Work done so far, decided to follow crosstool-ng logNicolás Reynolds
2012-01-13cross/mips-linux-api-headers-3.1.6-1Nicolás Reynolds
Linux-libre headers for MIPS architecture
2012-01-10Merge branch 'master' of ssh://gparabola/abslibreNicolás Reynolds
Conflicts: cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD
2012-01-10fixesNicolás Reynolds
2012-01-10Fix some cross gcc problems.Michał Masłowski
It needs to build libgcc for target, it will fail with x86 CFLAGS. Similarly, building the cross compiler will fail with mips64el binutils. glibc is officially needed to build libgcc, so don't disable using target headers. libgcc still fails.
2012-01-09cross/cross-mips64el-unknown-linux-gnu-{glibc,binutils,gcc}Nicolás Reynolds