summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)Author
2016-01-12cross-gcc: rename linux-gnueabi to linux-gnueabihfAndré Fabian Silva Delgado
2016-01-12cross-binutils: rename linux-gnueabi to linux-gnueabihfAndré Fabian Silva Delgado
2015-08-20cross/cross-binutils: fix armv7l with linux-gnueabicoadde [Márcio Alexandre Silva Delgado]
2015-08-20cross/cross-gcc: fix build with linux-gnueabicoadde [Márcio Alexandre Silva Delgado]
2015-08-20cross/cross-gcc: fix typecoadde [Márcio Alexandre Silva Delgado]
2015-08-20cross/cross-gcc: update pkgcoadde [Márcio Alexandre Silva Delgado]
2015-08-20cross/cross-binutils: build armv7lcoadde [Márcio Alexandre Silva Delgado]
2015-08-20cross/cross-binutils: update pkgcoadde [Márcio Alexandre Silva Delgado]
2015-06-04update cross-gcccoadde [Márcio Alexandre Silva Delgado]
2015-06-04update cross-binutilscoadde [Márcio Alexandre Silva Delgado]
2014-11-30update cross-gcccoadde [Márcio Alexandre Silva Delgado]
2014-11-30update cross-binutilscoadde [Márcio Alexandre Silva Delgado]
2014-09-23cross-binutils: do not abort on errors on make checkcoadde [Márcio Alexandre Silva Delgado]
2014-09-23add open-ath9k-htc-firmware patch on gcc and binutilscoadde [Márcio Alexandre Silva Delgado]
2014-09-23cross-gcc: add specific configure for xtensa based on 4.8.2-8 versionAndré Fabian Silva Delgado
2014-09-22cross-binutils: add specific configure for xtensa based on 2.23.2-2.7 versionAndré Fabian Silva Delgado
2014-09-22update cross-gcccoadde [Márcio Alexandre Silva Delgado]
2014-09-22update cross-binutilscoadde [Márcio Alexandre Silva Delgado]
2014-09-19cross-gcc: fix gcc version on the provides arrayAndré Fabian Silva Delgado
2014-09-19cross-gcc: rebuild against isl-0.13-1André Fabian Silva Delgado
2014-08-27remove deprecated [cross]/README filecoadde [Márcio Alexandre Silva Delgado]
2014-05-16fix "Maintainer:"/"Contributor:" style, add "(Arch)" for Maintainers and ↵André Fabian Silva Delgado
Contributors from Arch and remove (Parabola) for us
2014-03-21fix type on crosscoadde [Márcio Alexandre Silva Delgado]
2014-03-16remove unused cross pkgscoadde [Márcio Alexandre Silva Delgado]
2014-03-16add mips*-kfreebsd-gnu support on gcccoadde [Márcio Alexandre Silva Delgado]
2014-03-15add [cross-gcc] to [cross] repocoadde [Márcio Alexandre Silva Delgado]
2014-03-09add Maintainer on cross-binutilscoadde [Márcio Alexandre Silva Delgado]
2014-03-09add cross-binutils to the cross repocoadde [Márcio Alexandre Silva Delgado]
2014-02-20Taro's based idea moved from ath9k-htc-firmware to ↵André Fabian Silva Delgado
xtensa-unknown-elf-{binutils,gcc}
2013-10-20replace emulatorman@lavabit.com to emulatorman@parabola.nu account on the ↵André Fabian Silva Delgado
PKGBUILD files
2013-08-29linux-libre-headers for mips64el upgradeNicolás Reynolds
2013-07-10xtensa-unknown-elf-{binutils,gcc}: add ath9k_htc patchMárcio Alexandre Silva Delgado
2013-07-10remove xtensa lts packagesAndré Fabian Silva Delgado
2013-07-10back xtensa packages to cross repoAndré Fabian Silva Delgado
2013-07-10move xtensa packages to ~coadde repo to use db-move to move it to cross repo ↵André Fabian Silva Delgado
from the server
2013-07-09xtensa-unknown-elf-{binutils,gcc}-lts: fixing pkgsMárcio Alexandre Silva Delgado
2013-07-09xtensa-unknown-elf-{binutils,gcc}-lts: adding pkgs to cross repoMárcio Alexandre Silva Delgado
2013-07-09removing xtensa-unknown-elf-glibc and editing path on ↵André Fabian Silva Delgado
xtensa-unknown-elf-linux-libre-api-headers
2013-07-09moving xtensa toolchain to cross repoAndré Fabian Silva Delgado
2012-12-26(scripted) fix file permission breakage introduced in commit d62bd1Luke 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-26simplifying descriptionAndré Fabian Silva Delgado
2012-12-26mips64el-unknown-linux-gnu-linux-libre-api-headers: fixing description packageAndré Fabian Silva Delgado
2012-09-12adding owncloud-client!!Shackra Sislock
2012-08-16mips64el-unknown-linux-gnu-linux-libre-api-headers-3.5.1-1: updating versionAndré Fabian Silva Delgado
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