Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-02 | files_bins needs binaries without suffix and bin/ path, and does not work ↵ | Sebastian Dröge | 1 | -1/+1 | |
with scripts | |||||
2014-12-01 | recipes: It's files_bins, not files_bin | Sebastian Dröge | 1 | -1/+1 | |
2014-09-25 | build: support non source build dirs in a generic way | Andoni Morales Alastruey | 2 | -2/+2 | |
Implement build outside the source directory in the build backend creating a subdirectory named cerbero-build-dir where the build happens. Also rename supports_non_src_build to requires_non_src_build since this case is an exception | |||||
2014-09-24 | toolchain: Specify proper LD/CPP when building | Edward Hervey | 2 | -0/+4 | |
For some reason, on non-debian, if it's not specified the host (i.e. linux/x86) ones are picked up. https://bugzilla.gnome.org/show_bug.cgi?id=737120 | |||||
2014-09-23 | toolchain: fix build when toolchain env vars are set | Andoni Morales Alastruey | 2 | -3/+18 | |
mingw-w64-crt and winpthreads must be built with gcc bootstraped by gcc-core. Whith CC and friends env variables set, it's using system toolchain instead of the one built with gcc-core | |||||
2014-09-23 | gmp: target 32 ABI when crosscompiled from a x86_64 host | Andoni Morales Alastruey | 1 | -0/+2 | |
2014-09-22 | recipes: Don't build info files for binutils | Edward Hervey | 1 | -0/+3 | |
It fails with modern texinfo. We'll remove it once we switch to a more recent binutils | |||||
2014-09-22 | recipes: Fix dependency of toolchain/cloog | Edward Hervey | 1 | -1/+1 | |
Was forgotten when the toolchain's gmp was renamed to gmp-toolchain | |||||
2013-09-27 | recipes: prefer http download locations for tarballs over ftp | Tim-Philipp Müller | 1 | -1/+1 | |
ftp might not work in many network environments. | |||||
2013-06-13 | Add missing recipe | Andoni Morales Alastruey | 1 | -0/+6 | |
2013-06-04 | gmp-toolchain: use the correct git repository | Andoni Morales Alastruey | 1 | -0/+3 | |
2013-06-04 | cloog: add missing recipe | Andoni Morales Alastruey | 1 | -0/+13 | |
2013-05-13 | toolchain/gmp: Rename recipe to not conflict with the real gmp recipe | Sebastian Dröge | 3 | -3/+3 | |
2013-05-10 | toolchain: strip binaries for a smaller final tarball | Andoni Morales Alastruey | 2 | -0/+2 | |
2013-05-10 | toolchain: add coogl support and fine tune configuration | Andoni Morales Alastruey | 1 | -3/+13 | |
2013-05-08 | toolchain: build gcc deps statically | Andoni Morales Alastruey | 2 | -2/+2 | |
2013-05-08 | toolchain: only use recipes from the toolchain dir | Andoni Morales Alastruey | 1 | -0/+11 | |
2013-05-08 | toolchain: update gcc to 4.7.3 | Andoni Morales Alastruey | 2 | -5/+5 | |
2013-05-06 | gcc-core: use the correct option for disabling dwarf2 | Andoni Morales Alastruey | 1 | -1/+1 | |
2013-05-06 | winpthreads: disable parallel builds | Andoni Morales Alastruey | 1 | -0/+1 | |
2013-05-06 | toolchain: set host correctly | Andoni Morales Alastruey | 2 | -0/+4 | |
2013-05-06 | toolchain: fix x86 build from x86_64 build machine | Andoni Morales Alastruey | 3 | -7/+5 | |
2013-05-06 | mingw-w64: only build the CRT for the target arch | Andoni Morales Alastruey | 1 | -0/+2 | |
2013-05-06 | toolchain: fix files listing in recipes | Andoni Morales Alastruey | 3 | -2/+15 | |
2013-05-06 | binutils: don't set host as it needs the target system | Andoni Morales Alastruey | 1 | -0/+1 | |
2013-05-06 | toolchain: move recipes to the toolchain folder | Andoni Morales Alastruey | 9 | -0/+619 | |