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: 6b9ee3067214
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2d77958271ad
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 5, 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
    mguentner committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    6a458c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f74f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e54dbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    414f5ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b22718d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Merge pull request #29007 from mguentner/avrclean

    avr-*: split avr-gcc-libc into separate packages
    Mic92 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    2d77958 View commit details
    Browse the repository at this point in the history