summary refs log tree commit diff
path: root/pkgs/development/libraries/pth
Commit message (Collapse)AuthorAge
* pth: fix cross-compilation supportJörg Thalheim2019-08-02
|
* pth: mark as broken on aarch64 crossMatthew Bauer2019-05-30
| | | | reported on irc, reproduced locally
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* gnupth: add licenseMarkus Kowalewski2018-08-20
|
* treewide: isArm -> isAarch32John Ericson2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following legacy packing conventions, `isArm` was defined just for 32-bit ARM instruction set. This is confusing to non packagers though, because Aarch64 is an ARM instruction set. The official ARM overview for ARMv8[1] is surprisingly not confusing, given the overall state of affairs for ARM naming conventions, and offers us a solution. It divides the nomenclature into three levels: ``` ISA: ARMv8 {-A, -R, -M} / \ Mode: Aarch32 Aarch64 | / \ Encoding: A64 A32 T32 ``` At the top is the overall v8 instruction set archicture. Second are the two modes, defined by bitwidth but differing in other semantics too, and buttom are the encodings, (hopefully?) isomorphic if they encode the same mode. The 32 bit encodings are mostly backwards compatible with previous non-Thumb and Thumb encodings, and if so we can pun the mode names to instead mean "sets of compatable or isomorphic encodings", and then voilà we have nice names for 32-bit and 64-bit arm instruction sets which do not use the word ARM so as to not confused either laymen or experienced ARM packages. [1]: https://developer.arm.com/products/architecture/a-profile
* gpg/pth: fixing the pth building on armLluis Batlle2012-11-15
| | | | | | | I could built pth with the fix commented in: http://forums.gentoo.org/viewtopic-t-904280-start-0.html And I remove the 'pth.supported' structure I had built.
* pth, gpg: taking out pth in non-supported platforms.Lluis Batlle2012-11-14
| | | | I know that pth fails to build on arm, by now.
* Add `meta.platforms' to various GnuPG dependencies.Ludovic Courtès2011-11-01
| | | | svn path=/nixpkgs/trunk/; revision=30175
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* pth addedYury G. Kudryashov2008-01-28
svn path=/nixpkgs/trunk/; revision=10340