mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
clang: mass-rebuild code cleanup
This commit is contained in:
parent
a94c7ba096
commit
82c78b86c7
@ -37,9 +37,6 @@ let
|
||||
|
||||
patches = [ ./purity.patch ];
|
||||
|
||||
# XXX: TODO: This should be removed on next rebuild
|
||||
postBuild = "";
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/Tools.cpp
|
||||
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/ToolChains.cpp
|
||||
|
@ -37,9 +37,6 @@ let
|
||||
|
||||
patches = [ ./purity.patch ];
|
||||
|
||||
# XXX: TODO: This should be removed on next rebuild
|
||||
postBuild = "";
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' \
|
||||
-e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' \
|
||||
|
Loading…
Reference in New Issue
Block a user