summary refs log tree commit diff
path: root/pkgs/development/libraries/libx86
Commit message (Collapse)AuthorAge
* development: /s/name/pname&version/Felix Buehler2021-07-02
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* libx86: Supports only x86Tuomas Tynkkynen2017-10-23
| | | | | In theory it builds for 32-bit ARM but the result probably doesn't work in a meaningful manner...
* libx86: fix illegal instruction errorgnidorah2017-10-05
|
* libx86: reimplement using mkDerivationJoachim Fasting2015-11-24
|
* libx86: Add patch from debian to fix build on ARMTuomas Tynkkynen2015-06-15
| | | | | | | | | | | | | | | | | | | | | Without this, the build fails even with x86emu: make LIBRARY=static static make[1]: Entering directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1' gcc -O2 -Wall -DDEBUG -g -c -o x86-common.o x86-common.c gcc -O2 -Wall -DDEBUG -g -c -o thunk.o thunk.c thunk.c: In function 'x_inb': thunk.c:40:9: error: impossible constraint in 'asm' __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); \ ^ thunk.c:44:1: note: in expansion of macro '__BUILDIO' __BUILDIO(b,b,char) ^ <builtin>: recipe for target 'thunk.o' failed make[1]: *** [thunk.o] Error 1 make[1]: Leaving directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1' Makefile:17: recipe for target 'default' failed make: *** [default] Error 2
* same fix but now using stdenv.lib.optionals recommended by shlevyJoachim Schiele2011-04-16
| | | | svn path=/nixpkgs/trunk/; revision=26859
* fixes this bug ↵Joachim Schiele2011-04-16
| | | | | | http://www.mail-archive.com/suspend-devel@lists.sourceforge.net/msg02355.html svn path=/nixpkgs/trunk/; revision=26858
* amd64 is still x86Michael Raskin2010-11-10
| | | | svn path=/nixpkgs/trunk/; revision=24648
* Adding vbetoolMichael Raskin2009-10-24
svn path=/nixpkgs/trunk/; revision=17952