From 13266576652658d923f84106b9c60499dde34e53 Mon Sep 17 00:00:00 2001 From: verhaegs Date: Mon, 1 Apr 2013 13:12:49 +0000 Subject: [PATCH] compiler/clib/mmakefile.src: No need to compile mbtowc/mbstowcs/wctomb/wcstombs The wide char functions are static inline functions. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47149 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/clib/mmakefile.src | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/compiler/clib/mmakefile.src b/compiler/clib/mmakefile.src index 3bd9e23714..71f6e1a32c 100644 --- a/compiler/clib/mmakefile.src +++ b/compiler/clib/mmakefile.src @@ -27,8 +27,6 @@ COMMON := \ ldiv \ lldiv \ mblen \ - mbtowc \ - mbstowcs \ memchr \ memcmp \ memcpy \ @@ -74,9 +72,7 @@ COMMON := \ strtok \ strupr \ strxfrm \ - swab \ - wctomb \ - wcstombs + swab COMMON_ARCH := \ longjmp \ @@ -357,8 +353,6 @@ ROM_COMMON := \ ldiv \ lldiv \ mblen \ - mbtowc \ - mbstowcs \ memchr \ memcmp \ memcpy \ @@ -393,9 +387,7 @@ ROM_COMMON := \ strrev \ strspn \ strstr \ - strtod \ - wctomb \ - wcstombs + strtod ROM_COMMON_ARCH := \ longjmp \ -- 2.11.4.GIT