about summary refs log tree commit diff
path: root/pkgs/development/misc/avr-gcc-with-avr-libc
Commit message (Collapse)AuthorAge
* treewide: fix the remaining issues with meta attributesDan Peebles2017-04-29
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-06-10
|\
| * avr-gcc-libc: strip trailing whitespaceBjørn Forsman2016-06-05
| |
| * avr-gcc-libc: binutils 2.25->2.26, gcc 4.8.4->5.3.0, avr-libc 1.8.1->2.0.0ne0phyte2016-06-05
| | | | | | | | All packages updated to support more recent Atmel MCUs.
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | avrgcclibc: turn off format hardeningRobin Gloster2016-02-07
|/
* avr-gcc-with-avr-libc: remove unused gcc-4.6 patchBjørn Forsman2015-02-22
| | | | Unused since dd4e1d4225 (avr-gcc-with-avr-libc: Update to latest versions.)
* avr-gcc-with-avr-libc: Update to latest versions.Ambroz Bizjak2015-02-22
| | | | Also modernize the Nix expression.
* Fix avr-gcc urlAntoine R. Dumont2015-02-16
| | | | New releases have been made and the current one is now an old one.
* mpc: also rename the attribute to libmpcVladimír Čunát2015-01-17
| | | | | | Attrnames and package names should be as close as possible to avoid confusion. I took care not to confuse the two mpc things during the mass-replace, so hopefully I suceeded (tarball still builds).
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
|
* avr-gcc: set meta.platforms = linuxBjørn Forsman2014-05-31
| | | | So that hydra will build it and add it to the binary channel.
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* AVR GCC: enable C++ support (makes it usable with Arduino)Antono Vasiljev2012-12-23
| | | | - GCC version bumped, 4.6.1 had some arduino related bug
* Updating avr-gcc and avr-libc (old link is inaccessible)Michael Raskin2011-08-23
| | | | svn path=/nixpkgs/trunk/; revision=28767
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22798
* * 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
* added avr gcc avrlibc dev environment. Its not worth doing this properly. It ↵Marc Weber2009-02-17
works this way svn path=/nixpkgs/trunk/; revision=14095