summaryrefslogtreecommitdiffstats
path: root/source/ap/ksh93/ksh93.use.clang.for.tests.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/ksh93/ksh93.use.clang.for.tests.diff')
-rw-r--r--source/ap/ksh93/ksh93.use.clang.for.tests.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/source/ap/ksh93/ksh93.use.clang.for.tests.diff b/source/ap/ksh93/ksh93.use.clang.for.tests.diff
deleted file mode 100644
index 4fda65f64..000000000
--- a/source/ap/ksh93/ksh93.use.clang.for.tests.diff
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./scripts/libast_prereq.sh.orig 2019-05-05 13:34:36.069904205 -0500
-+++ ./scripts/libast_prereq.sh 2019-05-05 13:37:19.117888974 -0500
-@@ -20,12 +20,12 @@
-
- if [ -z "$CC" ];
- then
-- CC=cc
-+ CC=clang
- fi
-
- cd "$MESON_BUILD_ROOT"
-
--if cc --version | grep -q "GCC"
-+if $CC --version | grep -q "GCC"
- then
- gcc_major_version=$(cc -dumpversion | cut -d. -f1)
- if [ "$gcc_major_version" -ge 9 ]