aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc19
1 files changed, 19 insertions, 0 deletions
diff --git a/emcc b/emcc
index b96c6341..079f6edc 100755
--- a/emcc
+++ b/emcc
@@ -1182,6 +1182,25 @@ try:
def create_libcextra():
if DEBUG: print >> sys.stderr, 'emcc: building libcextra for cache'
musl_files = [
+ ['ctype', [
+ 'iswalnum.c',
+ 'iswalpha.c',
+ 'iswblank.c',
+ 'iswcntrl.c',
+ 'iswctype.c',
+ 'iswdigit.c',
+ 'iswgraph.c',
+ 'iswlower.c',
+ 'iswprint.c',
+ 'iswpunct.c',
+ 'iswspace.c',
+ 'iswupper.c',
+ 'iswxdigit.c',
+ 'towctrans.c',
+ 'wcswidth.c',
+ 'wctrans.c',
+ 'wcwidth.c',
+ ]],
['multibyte', [
'btowc.c',
'mblen.c',