Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-10 | xtensa-unknown-elf-{binutils,gcc}: add ath9k_htc patch | Márcio Alexandre Silva Delgado | |
2013-07-10 | remove xtensa lts packages | André Fabian Silva Delgado | |
2013-07-10 | back xtensa packages to cross repo | André Fabian Silva Delgado | |
2013-07-10 | move xtensa packages to ~coadde repo to use db-move to move it to cross repo ↵ | André Fabian Silva Delgado | |
from the server | |||
2013-07-09 | xtensa-unknown-elf-{binutils,gcc}-lts: fixing pkgs | Márcio Alexandre Silva Delgado | |
2013-07-09 | xtensa-unknown-elf-{binutils,gcc}-lts: adding pkgs to cross repo | Márcio Alexandre Silva Delgado | |
2013-07-09 | removing xtensa-unknown-elf-glibc and editing path on ↵ | André Fabian Silva Delgado | |
xtensa-unknown-elf-linux-libre-api-headers | |||
2013-07-09 | moving xtensa toolchain to cross repo | André Fabian Silva Delgado | |
2012-12-26 | (scripted) fix file permission breakage introduced in commit d62bd1 | Luke Shumaker | |
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output. | |||
2012-12-26 | simplifying description | André Fabian Silva Delgado | |
2012-12-26 | mips64el-unknown-linux-gnu-linux-libre-api-headers: fixing description package | André Fabian Silva Delgado | |
2012-09-12 | adding owncloud-client!! | Shackra Sislock | |
2012-08-16 | mips64el-unknown-linux-gnu-linux-libre-api-headers-3.5.1-1: updating version | André Fabian Silva Delgado | |
2012-04-17 | Updating the cross toolchain for mips64el | Nicolá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-18 | Update build order. | Michał Masłowski | |
2012-03-18 | Fix building the mips64el cross toolchain. | Michał Masłowski | |
2012-03-13 | cross binutils compat symlinks don't work and are not needed. | Michał Masłowski | |
2012-01-31 | Added README for new cross-toolchains | Nicolás Reynolds | |
2012-01-23 | Cross toolchain finished | Nicolás Reynolds | |
2012-01-21 | binutils: create usr/include | Nicolás Reynolds | |
2012-01-21 | Symlink crt* | Nicolás Reynolds | |
2012-01-21 | glibc-headers: includr dir wasn't there | Nicolás Reynolds | |
2012-01-21 | Lost the packages, starting again | Nicolás Reynolds | |
2012-01-18 | Preparing final mips64el-gcc | Nicolás Reynolds | |
2012-01-16 | Got glibc-headers | Nicolás Reynolds | |
2012-01-14 | cross/cross-mips64el-unknown-linux-gnu-gcc-core-4.6.2-5 | Nicolás Reynolds | |
2012-01-14 | cross/cross-mips64el-unknown-linux-gnu-binutils-2.22-7 | Nicolás Reynolds | |
2012-01-14 | Work done so far, decided to follow crosstool-ng log | Nicolás Reynolds | |
2012-01-13 | cross/mips-linux-api-headers-3.1.6-1 | Nicolás Reynolds | |
Linux-libre headers for MIPS architecture | |||
2012-01-10 | Merge branch 'master' of ssh://gparabola/abslibre | Nicolás Reynolds | |
Conflicts: cross/cross-mips64el-unknown-linux-gnu-gcc/PKGBUILD | |||
2012-01-10 | fixes | Nicolás Reynolds | |
2012-01-10 | Fix 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-09 | cross/cross-mips64el-unknown-linux-gnu-{glibc,binutils,gcc} | Nicolás Reynolds | |