linuxPackages.perf: remove unused TIPDIR macro
This commit is contained in:
parent
a14ae55c04
commit
f28bf68bc4
@ -47,7 +47,6 @@ stdenv.mkDerivation {
|
|||||||
"-Wno-error=bool-compare"
|
"-Wno-error=bool-compare"
|
||||||
"-Wno-error=deprecated-declarations"
|
"-Wno-error=deprecated-declarations"
|
||||||
"-DOBJDUMP_PATH=\"${binutils}/bin/objdump\""
|
"-DOBJDUMP_PATH=\"${binutils}/bin/objdump\""
|
||||||
"-DTIPDIR=\"$(out)/share/doc/perf-tip\""
|
|
||||||
]
|
]
|
||||||
# gcc before 6 doesn't know these options
|
# gcc before 6 doesn't know these options
|
||||||
++ stdenv.lib.optionals (hasPrefix "gcc-6" stdenv.cc.cc.name) [
|
++ stdenv.lib.optionals (hasPrefix "gcc-6" stdenv.cc.cc.name) [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user