From: Jan-Benedict G. <jb...@us...> - 2005-12-09 22:14:40
|
Update of /cvsroot/linux-vax/toolchain/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23936 Added Files: uclibc-000025-config-wchar.patch Log Message: - Enable 'wchar' support. This'll work around some problems in upstream uClibc code because it seems uClibc isn't tested anymore without wchar support... --- NEW FILE: uclibc-000025-config-wchar.patch --- --- foo/.config 2005-11-30 00:52:27.000000000 +0100 +++ foo/.config 2005-11-30 00:55:04.000000000 +0100 @@ -8,6 +8,7 @@ # TARGET_e1 is not set # TARGET_frv is not set # TARGET_h8300 is not set +# TARGET_hppa is not set # TARGET_i386 is not set # TARGET_i960 is not set # TARGET_m68k is not set @@ -84,11 +85,10 @@ UCLIBC_HAS_CTYPE_UNSAFE=y # UCLIBC_HAS_CTYPE_CHECKED is not set # UCLIBC_HAS_CTYPE_ENFORCED is not set -# UCLIBC_HAS_WCHAR is not set +UCLIBC_HAS_WCHAR=y # UCLIBC_HAS_LOCALE is not set UCLIBC_HAS_HEXADECIMAL_FLOATS=y # UCLIBC_HAS_GLIBC_CUSTOM_PRINTF is not set -# USE_OLD_VFPRINTF is not set UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 # UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set # UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set @@ -130,13 +130,9 @@ DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc/usr/" # -# uClibc security related options -# -# UCLIBC_SECURITY is not set - -# # Security options # +# HAVE_NO_SSP is not set # UCLIBC_HAS_SSP is not set # UCLIBC_BUILD_NOEXECSTACK is not set |