bintools-wrapper: wrap LLVM strip as well
This commit is contained in:
committed by
Alyssa Ross
parent
69dd998de1
commit
822e728ac3
@@ -348,7 +348,7 @@ stdenvNoCC.mkDerivation {
|
||||
##
|
||||
|
||||
# TODO(@sternenseemann): make a generic strip wrapper?
|
||||
+ optionalString (bintools.isGNU or false || bintools.isCCTools or false) ''
|
||||
+ optionalString (bintools.isGNU or false || bintools.isLLVM or false || bintools.isCCTools or false) ''
|
||||
wrap ${targetPrefix}strip ${./gnu-binutils-strip-wrapper.sh} \
|
||||
"${bintools_bin}/bin/${targetPrefix}strip"
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user