Merge pull request #28808 from disassembler/bossa

bossa: fix build with gcc6
This commit is contained in:
Jörg Thalheim 2017-09-01 06:49:10 +01:00 committed by GitHub
commit dc8c7ada9a

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
# Explicitly specify targets so they don't get stripped.
makeFlags = [ "bin/bossac" "bin/bossash" "bin/bossa" ];
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
installPhase = ''
mkdir -p $out/bin