Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wolff <towo@towo.net>2021-04-17 01:00:00 +0300
committerCorinna Vinschen <corinna@vinschen.de>2021-07-06 16:35:37 +0300
commit204ee3cf6aca29652272d943946f9809060d054d (patch)
treeddab4ae3c6a317b1a32210aacb4fc8f3899d1969 /newlib/libc/Makefile.unidata
parent11fdae24b71fc3e9c2e480344ec25a026d65afaf (diff)
fix and amend scripts and makefile rules to generate Unicode data
Diffstat (limited to 'newlib/libc/Makefile.unidata')
-rw-r--r--newlib/libc/Makefile.unidata11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/libc/Makefile.unidata b/newlib/libc/Makefile.unidata
new file mode 100644
index 000000000..c85c428f2
--- /dev/null
+++ b/newlib/libc/Makefile.unidata
@@ -0,0 +1,11 @@
+# Generate Unicode data tables for string/wcwidth and ctype/??w*
+# Download Unicode data files
+unidata:
+ cd string; ./mkunidata -u
+ cd ctype; ./mkunidata -u
+
+# Generate Unicode data tables for string/wcwidth and ctype/??w*
+# Use installed Unicode data files from package unicode-ucd
+unidata-local:
+ cd string; ./mkunidata -i
+ cd ctype; ./mkunidata -i