about summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
AgeCommit message (Collapse)AuthorFilesLines
2016-07-20release-cross.nix: Build the bootstrap tools for ARMTuomas Tynkkynen1-0/+9
2016-07-20release-cross.nix: Remove bunch of packages that don't buildTuomas Tynkkynen1-21/+0
2016-07-20release-cross.nix: Drop any platforms not having a single working buildTuomas Tynkkynen1-204/+0
2015-07-22Disable system_tarball_pc and fix evalEelco Dolstra1-1/+0
It refers to a kernel version that no longer exists. (cherry picked from commit e4b9624ca89617005cb082e2a8301695759e1b19)
2014-03-03Use mingw-w64 for 32bit Windows builds as well.aszlig1-6/+5
Mingw(32) is rather poorly maintaned and has quite a lot of bugs. And because our Windows cross builds were also poorly maintained and most of the cross-tests were broken as well, I'm just taking this step and try to switch to mingw-w64 for everything "cross Windows". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-12-31platforms.nix: Separate 32-bit and 64-bit PCsShea Levy1-1/+1
With this, stdenv.platform.kernelArch can be used by the kernel builder for PC platforms too. Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-26rpi: more packages to cross-compileDomen Kozar1-2/+7
2013-05-26release-cross: add raspberrypiDomen Kozar1-0/+40
2013-03-26release-lib.nix: Make the set of supported platforms an argumentEelco Dolstra1-1/+1
2013-02-15Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra1-9/+6
2013-02-14Remove EOL'd Linux 3.6Shea Levy1-1/+0
2013-02-14Remove EOL'd Linux 3.3Shea Levy1-1/+0
2013-01-29openoffice: RemoveEelco Dolstra1-1/+0
It's superseded by LibreOffice and doesn't build anymore.
2012-12-28More renamesEelco Dolstra1-3/+3
2012-12-28Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra1-78/+78
This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
2012-11-29Removing the 2.6.39 kernel from release-cross; it wasn't in nixpkgs.Lluís Batlle i Rossell1-1/+1
I add linux 3.6.
2012-05-24Fixing mingw-w64 builds. I can build simple C++ programs with ↵Lluís Batlle i Rossell1-0/+23
gccCrossStageFinal. I also add tests for hydra; let's see if it builds far. svn path=/nixpkgs/trunk/; revision=34232
2012-05-24Updating the kernels to be cross-built by hydra. The list was quite outdated ↵Lluís Batlle i Rossell1-4/+3
related to nixpkgs. svn path=/nixpkgs/trunk/; revision=34224
2012-02-27release-cross: Build `gnu.smbfs.hostDrv', not `gnu.smbfs'.Ludovic Courtès1-1/+1
svn path=/nixpkgs/trunk/; revision=32628
2012-02-23release-cross: Add `gnu.smbfs'.Ludovic Courtès1-0/+1
svn path=/nixpkgs/trunk/; revision=32500
2012-02-23Samba: Fix compilation for GNU/Hurd; add to Hydra.Ludovic Courtès1-0/+1
svn path=/nixpkgs/trunk/; revision=32498
2012-01-06release-cross: Add OpenSSL for cross-GNU builds.Ludovic Courtès1-0/+1
svn path=/nixpkgs/trunk/; revision=31349
2011-11-29Cross-build GCC 4.6 for GNU on Hydra.Ludovic Courtès1-0/+1
svn path=/nixpkgs/trunk/; revision=30629
2011-11-19release-cross: Remove `--with-system' hack for cross-building Nix.Ludovic Courtès1-1/+0
svn path=/nixpkgs/trunk/; revision=30479
2011-11-19release-cross: Adjust to `gnu.' renaming.Ludovic Courtès1-2/+3
svn path=/nixpkgs/trunk/; revision=30477
2011-11-16Explicitly provide a nix system string when building nixUnstable.hostDrv for gnuShea Levy1-0/+1
svn path=/nixpkgs/trunk/; revision=30459
2011-11-14Cross-build Guile 2.0 for GNU.Ludovic Courtès1-0/+1
svn path=/nixpkgs/trunk/; revision=30419
2011-06-12Let Hydra cross-build more stuff for GNU.Ludovic Courtès1-0/+7
svn path=/nixpkgs/trunk/; revision=27427
2011-02-15"coreutils_real" -> "coreutils".Ludovic Courtès1-3/+3
svn path=/nixpkgs/trunk/; revision=25978
2011-02-15Add more cross-MinGW and cross-GNU jobs.Ludovic Courtès1-0/+13
svn path=/nixpkgs/trunk/; revision=25977
2010-10-13More cross packages for the nanonoteLluís Batlle i Rossell1-0/+9
svn path=/nixpkgs/branches/stdenv-updates/; revision=24268
2010-09-03Trying to fix the uclibc cross biulds for linux 2.4Lluís Batlle i Rossell1-1/+4
svn path=/nixpkgs/branches/stdenv-updates/; revision=23632
2010-09-03Trying to get the uclbc sheevaplug cross build working.Lluís Batlle i Rossell1-0/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=23620
2010-09-02Trying to fix the mipsel linux-2.4 cross builds with uclibc (it lacked ↵Lluís Batlle i Rossell1-0/+5
proper uclibc config) svn path=/nixpkgs/branches/stdenv-updates/; revision=23606
2010-09-02Who wants tightvnc? I'll set tigervnc into release-cross.nix instead of ↵Lluís Batlle i Rossell1-1/+1
tightvnc. svn path=/nixpkgs/branches/stdenv-updates/; revision=23605
2010-09-02Fixing the evaluation of cross built uclibc in the case of lacking extraConfigLluís Batlle i Rossell1-5/+11
svn path=/nixpkgs/branches/stdenv-updates/; revision=23602
2010-09-02Adding more platforms to crossbuild to (nanonote and the fuloong minipc)Lluís Batlle i Rossell1-0/+99
svn path=/nixpkgs/branches/stdenv-updates/; revision=23601
2010-06-22Attempt to cross-build Nix for GNU.Ludovic Courtès1-0/+1
svn path=/nixpkgs/trunk/; revision=22373
2010-05-26Have Hydra cross-build GNU Mach.Ludovic Courtès1-0/+1
svn path=/nixpkgs/trunk/; revision=21987
2010-05-21cross-GNU: Choose a different package set.Ludovic Courtès1-6/+12
svn path=/nixpkgs/trunk/; revision=21941
2010-05-21Have Hydra cross-build the `basic' package set for GNU/Hurd.Ludovic Courtès1-4/+6
svn path=/nixpkgs/trunk/; revision=21937
2010-05-21Have Hydra cross-build Coreutils.Ludovic Courtès1-0/+1
svn path=/nixpkgs/trunk/; revision=21936
2010-05-20Have Hydra build the cross Hurd.Ludovic Courtès1-0/+1
svn path=/nixpkgs/trunk/; revision=21917
2010-05-12release-cross: Add `crossGNU' job.Ludovic Courtès1-0/+17
svn path=/nixpkgs/trunk/; revision=21753
2010-05-06Updating the hydra cross-build tests to build wxMSW and not wxGTK for mingw32Lluís Batlle i Rossell1-1/+1
svn path=/nixpkgs/trunk/; revision=21635
2010-05-06Telling hydra to build the cross-mingw32Lluís Batlle i Rossell1-0/+15
svn path=/nixpkgs/trunk/; revision=21632
2010-03-14Making the gcc cross-compiler a bit more flexible.Lluís Batlle i Rossell1-1/+1
svn path=/nixpkgs/trunk/; revision=20614
2010-03-10Adding linux 2.4 kernel headers for cross builds.Lluís Batlle i Rossell1-4/+6
(I'm thinking of OpenWRT machines out there, mips, with linux 2.4) svn path=/nixpkgs/trunk/; revision=20539
2010-03-09Adding dropbear, a small implementation of ssh2 client and server.Lluís Batlle i Rossell1-0/+1
I made it statically build by default I had to fix the zlib static cross-build, because the native stripping corrupted the target static library. It is not the first time I see this. I add drobear to the cross-built packages for hydra. svn path=/nixpkgs/trunk/; revision=20518
2010-03-09Adding a busybox option to build it statically.Lluís Batlle i Rossell1-0/+1
Adding it to the cross builds. svn path=/nixpkgs/trunk/; revision=20516