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:
authorJeff Johnston <jjohnstn@redhat.com>2018-04-13 22:42:37 +0300
committerJeff Johnston <jjohnstn@redhat.com>2018-04-13 22:42:37 +0300
commitcd31fbb2aea25f94d7ecedc9db16dfc87ab0c316 (patch)
treeff9b070c8bd34c5c9bc77f4d4c18aab41b919acf /newlib/Makefile.in
parente206c39bb6bf91808dbcd2cfbd572525825982cd (diff)
Add nvptx port.
- From: Cesar Philippidis <cesar@codesourcery.com> Date: Tue, 10 Apr 2018 14:43:42 -0700 Subject: [PATCH] nvptx port This port adds support for Nvidia GPU's, which are primarily used as offload accelerators in OpenACC and OpenMP.
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index 3b35251a7..c3ee2908f 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -1129,6 +1129,15 @@ install-data-local: install-toollibLIBRARIES
done ; \
else true; fi
+# Generate Unicode data tables for libc/string/wcwidth and libc/ctype/??w*
+unidata:
+ cd $(srcdir)/libc/string; ./mkunidata
+ cd $(srcdir)/libc/ctype; ./mkunidata
+
+unidate-download:
+ cd $(srcdir)/libc/string; ./mkunidata -u
+ cd $(srcdir)/libc/ctype; ./mkunidata -u
+
# Force makedoc to be built before building info files.
info-recursive: doc/makedoc
dvi-recursive: doc/makedoc