From 9dcd776da96285f74c3b8a9ee573c931ae426c91 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 29 Jul 2020 15:10:00 +0200 Subject: [PATCH] Toolchain: Let's leave cc1 in place for now --- Toolchain/BuildIt.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Toolchain/BuildIt.sh b/Toolchain/BuildIt.sh index 3aa08ec87e..510115952d 100755 --- a/Toolchain/BuildIt.sh +++ b/Toolchain/BuildIt.sh @@ -285,10 +285,6 @@ pushd "$DIR" strip "${binary}" echo "After: $(du -h "${binary}")" done - # C is forbidden anyway by the Contribution Guidelines, so we can delete the C compiler: - echo "Before: $(du -h "cc1")" - rm cc1 - echo "After: 0 cc1" popd binary=Local/bin/i686-pc-serenity-lto-dump echo "Before: $(du -h "${binary}")"