newlib: now supported CP437, CP720, CP737, CP775, CP850, CP852, CP855, CP857, CP858, CP862, CP866,

CP874, CP1125, CP1250, CP1251, CP1252, CP1253, CP1254, CP1255, CP1256, CP1257, CP1258,
CP20866, CP21866, CP101 (GEORGIAN-PS), CP102 (PT154 Kazakhstan)

git-svn-id: svn://kolibrios.org@6714 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2016-11-15 20:10:29 +00:00
parent 0dbd422c9e
commit dfcd8352e3
3 changed files with 810 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ SDK_DIR = "../../.."
LIBC_TOPDIR = "."
LIBC_INCLUDES = "include"
NAME = "libc"
DEFINES = "-U__WIN32__ -U_Win32 -U_WIN32 -U__MINGW32__ -U_MSC_VER-D_IEEE_LIBM -DHAVE_RENAME -DBUILD_LIBC"
DEFINES = "-U__WIN32__ -U_Win32 -U_WIN32 -U__MINGW32__ -U_MSC_VER -D_MB_EXTENDED_CHARSETS_WINDOWS=1 -D_IEEE_LIBM -DHAVE_RENAME -DBUILD_LIBC"
INCLUDES = "-Iinclude"
TOOLCHAIN_LIBPATH = tup.getconfig("TOOLCHAIN_LIBPATH")
@@ -188,6 +188,7 @@ STDLIB_SRCS = {
"rand48.c",
"random.c",
"realloc.c",
"sb_charsets.c",
"seed48.c",
"srand48.c",
"strtod.c",