From 7475e6dfea3f967072e10001b3bd646e509ebf97 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 6 Sep 2023 15:34:30 +0800 Subject: [PATCH] gn: switch to clang build Signed-off-by: Tianling Shen (cherry picked from commit 08013dbfc4af6ba33d544df2d1406ee198f50330) --- devel/gn/patches/010-gcc.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devel/gn/patches/010-gcc.patch diff --git a/devel/gn/patches/010-gcc.patch b/devel/gn/patches/010-gcc.patch deleted file mode 100644 index bfdc39445d..0000000000 --- a/devel/gn/patches/010-gcc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/build/gen.py -+++ b/build/gen.py -@@ -368,7 +368,7 @@ def WriteGNNinja(path, platform, host, o - cxx = os.environ.get('CXX', 'g++') - ld = os.environ.get('LD', 'g++') - ar = os.environ.get('AR', 'ar -X64') -- elif platform.is_msys() or platform.is_mingw(): -+ elif platform.is_msys() or platform.is_mingw() or platform.is_linux(): - cxx = os.environ.get('CXX', 'g++') - ld = os.environ.get('LD', 'g++') - ar = os.environ.get('AR', 'ar')