summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/TLpatches/patch-01-configure-gcc
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/libs/icu/TLpatches/patch-01-configure-gcc
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/TLpatches/patch-01-configure-gcc')
-rw-r--r--Build/source/libs/icu/TLpatches/patch-01-configure-gcc33
1 files changed, 0 insertions, 33 deletions
diff --git a/Build/source/libs/icu/TLpatches/patch-01-configure-gcc b/Build/source/libs/icu/TLpatches/patch-01-configure-gcc
deleted file mode 100644
index 8799cc7feee..00000000000
--- a/Build/source/libs/icu/TLpatches/patch-01-configure-gcc
+++ /dev/null
@@ -1,33 +0,0 @@
- For TL, we do not want to prefer clang(++) for ICU
- when the whole rest of the tree prefers gcc.
-
---- source/configure~ 2020-12-17 11:34:38.000000000 -0800
-+++ source/configure 2021-02-13 08:16:36.271761526 -0800
-@@ -2913,5 +2913,5 @@
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- if test -n "$ac_tool_prefix"; then
-- for ac_prog in clang gcc cc c99 c89 xlc_r xlc cl.exe icc
-+ for ac_prog in gcc cc clang c99 c89 xlc_r xlc cl.exe icc
- do
- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-@@ -2957,5 +2957,5 @@
- if test -z "$CC"; then
- ac_ct_CC=$CC
-- for ac_prog in clang gcc cc c99 c89 xlc_r xlc cl.exe icc
-+ for ac_prog in gcc cc clang c99 c89 xlc_r xlc cl.exe icc
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-@@ -3516,5 +3516,5 @@
- else
- if test -n "$ac_tool_prefix"; then
-- for ac_prog in clang++ g++ c++ gpp xlC_r xlC aCC CC cxx cc++ cl.exe icc FCC KCC RCC
-+ for ac_prog in g++ c++ clang++ gpp xlC_r xlC aCC CC cxx cc++ cl.exe icc FCC KCC RCC
- do
- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-@@ -3560,5 +3560,5 @@
- if test -z "$CXX"; then
- ac_ct_CXX=$CXX
-- for ac_prog in clang++ g++ c++ gpp xlC_r xlC aCC CC cxx cc++ cl.exe icc FCC KCC RCC
-+ for ac_prog in g++ c++ clang++ gpp xlC_r xlC aCC CC cxx cc++ cl.exe icc FCC KCC RCC
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.