summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
Commit message (Collapse)AuthorAge
* Use mingw-w64 for 32bit Windows builds as well.aszlig2014-03-03
| | | | | | | | | 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>
* platforms.nix: Separate 32-bit and 64-bit PCsShea Levy2013-12-31
| | | | | | | With this, stdenv.platform.kernelArch can be used by the kernel builder for PC platforms too. Signed-off-by: Shea Levy <shea@shealevy.com>
* rpi: more packages to cross-compileDomen Kozar2013-05-26
|
* release-cross: add raspberrypiDomen Kozar2013-05-26
|
* release-lib.nix: Make the set of supported platforms an argumentEelco Dolstra2013-03-26
|
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-02-15
|\
| * Remove EOL'd Linux 3.6Shea Levy2013-02-14
| |
| * Remove EOL'd Linux 3.3Shea Levy2013-02-14
| |
| * openoffice: RemoveEelco Dolstra2013-01-29
| | | | | | | | It's superseded by LibreOffice and doesn't build anymore.
* | More renamesEelco Dolstra2012-12-28
| |
* | Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
|/ | | | | | 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).
* Removing the 2.6.39 kernel from release-cross; it wasn't in nixpkgs.Lluís Batlle i Rossell2012-11-29
| | | | I add linux 3.6.
* Fixing mingw-w64 builds. I can build simple C++ programs with ↵Lluís Batlle i Rossell2012-05-24
| | | | | | | | | gccCrossStageFinal. I also add tests for hydra; let's see if it builds far. svn path=/nixpkgs/trunk/; revision=34232
* Updating the kernels to be cross-built by hydra. The list was quite outdated ↵Lluís Batlle i Rossell2012-05-24
| | | | | | related to nixpkgs. svn path=/nixpkgs/trunk/; revision=34224
* release-cross: Build `gnu.smbfs.hostDrv', not `gnu.smbfs'.Ludovic Courtès2012-02-27
| | | | svn path=/nixpkgs/trunk/; revision=32628
* release-cross: Add `gnu.smbfs'.Ludovic Courtès2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32500
* Samba: Fix compilation for GNU/Hurd; add to Hydra.Ludovic Courtès2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32498
* release-cross: Add OpenSSL for cross-GNU builds.Ludovic Courtès2012-01-06
| | | | svn path=/nixpkgs/trunk/; revision=31349
* Cross-build GCC 4.6 for GNU on Hydra.Ludovic Courtès2011-11-29
| | | | svn path=/nixpkgs/trunk/; revision=30629
* release-cross: Remove `--with-system' hack for cross-building Nix.Ludovic Courtès2011-11-19
| | | | svn path=/nixpkgs/trunk/; revision=30479
* release-cross: Adjust to `gnu.' renaming.Ludovic Courtès2011-11-19
| | | | svn path=/nixpkgs/trunk/; revision=30477
* Explicitly provide a nix system string when building nixUnstable.hostDrv for gnuShea Levy2011-11-16
| | | | svn path=/nixpkgs/trunk/; revision=30459
* Cross-build Guile 2.0 for GNU.Ludovic Courtès2011-11-14
| | | | svn path=/nixpkgs/trunk/; revision=30419
* Let Hydra cross-build more stuff for GNU.Ludovic Courtès2011-06-12
| | | | svn path=/nixpkgs/trunk/; revision=27427
* "coreutils_real" -> "coreutils".Ludovic Courtès2011-02-15
| | | | svn path=/nixpkgs/trunk/; revision=25978
* Add more cross-MinGW and cross-GNU jobs.Ludovic Courtès2011-02-15
| | | | svn path=/nixpkgs/trunk/; revision=25977
* More cross packages for the nanonoteLluís Batlle i Rossell2010-10-13
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24268
* Trying to fix the uclibc cross biulds for linux 2.4Lluís Batlle i Rossell2010-09-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23632
* Trying to get the uclbc sheevaplug cross build working.Lluís Batlle i Rossell2010-09-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23620
* Trying to fix the mipsel linux-2.4 cross builds with uclibc (it lacked ↵Lluís Batlle i Rossell2010-09-02
| | | | | | proper uclibc config) svn path=/nixpkgs/branches/stdenv-updates/; revision=23606
* Who wants tightvnc? I'll set tigervnc into release-cross.nix instead of ↵Lluís Batlle i Rossell2010-09-02
| | | | | | tightvnc. svn path=/nixpkgs/branches/stdenv-updates/; revision=23605
* Fixing the evaluation of cross built uclibc in the case of lacking extraConfigLluís Batlle i Rossell2010-09-02
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23602
* Adding more platforms to crossbuild to (nanonote and the fuloong minipc)Lluís Batlle i Rossell2010-09-02
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23601
* Attempt to cross-build Nix for GNU.Ludovic Courtès2010-06-22
| | | | svn path=/nixpkgs/trunk/; revision=22373
* Have Hydra cross-build GNU Mach.Ludovic Courtès2010-05-26
| | | | svn path=/nixpkgs/trunk/; revision=21987
* cross-GNU: Choose a different package set.Ludovic Courtès2010-05-21
| | | | svn path=/nixpkgs/trunk/; revision=21941
* Have Hydra cross-build the `basic' package set for GNU/Hurd.Ludovic Courtès2010-05-21
| | | | svn path=/nixpkgs/trunk/; revision=21937
* Have Hydra cross-build Coreutils.Ludovic Courtès2010-05-21
| | | | svn path=/nixpkgs/trunk/; revision=21936
* Have Hydra build the cross Hurd.Ludovic Courtès2010-05-20
| | | | svn path=/nixpkgs/trunk/; revision=21917
* release-cross: Add `crossGNU' job.Ludovic Courtès2010-05-12
| | | | svn path=/nixpkgs/trunk/; revision=21753
* Updating the hydra cross-build tests to build wxMSW and not wxGTK for mingw32Lluís Batlle i Rossell2010-05-06
| | | | svn path=/nixpkgs/trunk/; revision=21635
* Telling hydra to build the cross-mingw32Lluís Batlle i Rossell2010-05-06
| | | | svn path=/nixpkgs/trunk/; revision=21632
* Making the gcc cross-compiler a bit more flexible.Lluís Batlle i Rossell2010-03-14
| | | | svn path=/nixpkgs/trunk/; revision=20614
* Adding linux 2.4 kernel headers for cross builds.Lluís Batlle i Rossell2010-03-10
| | | | | | (I'm thinking of OpenWRT machines out there, mips, with linux 2.4) svn path=/nixpkgs/trunk/; revision=20539
* Adding dropbear, a small implementation of ssh2 client and server.Lluís Batlle i Rossell2010-03-09
| | | | | | | | | | | | 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
* Adding a busybox option to build it statically.Lluís Batlle i Rossell2010-03-09
| | | | | | | Adding it to the cross builds. svn path=/nixpkgs/trunk/; revision=20516
* Enabling cross-builds with uclibc again (I had that too much abandoned).Lluís Batlle i Rossell2010-03-09
| | | | | | | Hydra now should even test it. svn path=/nixpkgs/trunk/; revision=20500
* Updating the hydra builds for release-cross.nixLluís Batlle i Rossell2010-03-09
| | | | | | | Now the attributes listed as Jobs will look even uglier - very long names, too much repeating. svn path=/nixpkgs/trunk/; revision=20492
* separate cross builds in separate release expression, will add extra jobsetRob Vermaas2010-03-09
svn path=/nixpkgs/trunk/; revision=20484