cc-wrapper, bintools-wrapper: Remove now unneeded set {+,-}u
This commit is contained in:
@@ -199,11 +199,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
postFixup =
|
||||
''
|
||||
set -u
|
||||
''
|
||||
|
||||
+ optionalString (libc != null) (''
|
||||
optionalString (libc != null) (''
|
||||
##
|
||||
## General libc support
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user