Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 99d9f74d9f6d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 124555b7b6c0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Sep 12, 2017

  1. avr-*: split avr-gcc-libc into separate packages

    - avr-gcc 5.3.0 -> 5.4.0
    
    closes #28220
    
    Since the packages do not share a common prefix anymore, you need
    to define the current store paths in your project's Makefile.
    
    Example for an atmega644 build:
    
    CFLAGS += -I /nix/store/9rffxzds5crcpm76g3nr03jx0aa657cf-avr-libc-2.0.0/avr/include
    CFLAGS += -B /nix/store/9rffxzds5crcpm76g3nr03jx0aa657cf-avr-libc-2.0.0/avr/lib/avr5
    CFLAGS += -L /nix/store/9rffxzds5crcpm76g3nr03jx0aa657cf-avr-libc-2.0.0/avr/lib/avr5
    CFLAGS += -L /nix/store/8409dj9js4i5901i63275wxdm783l0p6-avr-gcc-5.4.0/lib/gcc/avr/5.4.0/avr5
    
    (cherry picked from commit 6a458c1)
    mguentner authored and Mic92 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    64d008c View commit details
    Browse the repository at this point in the history
  2. avrdudess: add separate avr-{gcc, binutils} dependencies

    (cherry picked from commit 0f74f11)
    mguentner authored and Mic92 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    ace472e View commit details
    Browse the repository at this point in the history
  3. arduino/ino: remove avrgcclibc as a dependency (see TODO)

    (cherry picked from commit 6e54dbb)
    mguentner authored and Mic92 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    4ed547b View commit details
    Browse the repository at this point in the history
  4. microscheme: replaced avrgcclibc with separate dependencies

    (cherry picked from commit 414f5ef)
    mguentner authored and Mic92 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    bc65611 View commit details
    Browse the repository at this point in the history
  5. simavr: fix build for separate avr toolchain

    (cherry picked from commit b22718d)
    mguentner authored and Mic92 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    124555b View commit details
    Browse the repository at this point in the history