mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
sdcc: fix build with glibc-2.20 (from upstream)
This commit is contained in:
parent
75d7b9c0c3
commit
c52db08aa0
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
||||
${if gputils == null then "--disable-pic14-port --disable-pic16-port" else ""}
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = "--std=c99"; # http://sourceforge.net/p/sdcc/code/9106/
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Small Device C Compiler";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user