Build a C++ friendly uClibc.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jun 19 08:17:39 2008 +0000 (2008-06-19)
changeset 58026f13900b099
parent 579 f3693a8c40f4
child 581 32809077dcd4
Build a C++ friendly uClibc.

/trunk/scripts/build/libc_uClibc.sh | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
scripts/build/libc_uClibc.sh
     1.1 --- a/scripts/build/libc_uClibc.sh	Thu Jun 19 08:15:52 2008 +0000
     1.2 +++ b/scripts/build/libc_uClibc.sh	Thu Jun 19 08:17:39 2008 +0000
     1.3 @@ -260,9 +260,9 @@
     1.4  s/^# DO_C99_MATH is not set/DO_C99_MATH=y/
     1.5  s/^# UCLIBC_CTOR_DTOR is not set/UCLIBC_CTOR_DTOR=y/
     1.6  # Add these three lines when doing C++?
     1.7 -#s/^# UCLIBC_HAS_WCHAR is not set/UCLIBC_HAS_WCHAR=y/
     1.8 +s/^# UCLIBC_HAS_WCHAR is not set/UCLIBC_HAS_WCHAR=y/
     1.9  #s/^# UCLIBC_HAS_LOCALE is not set/UCLIBC_HAS_LOCALE=y\\nUCLIBC_PREGENERATED_LOCALE_DATA=y\\n\\# UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA is not set\\n\\# UCLIBC_HAS_XLOCALE is not set/
    1.10 -#s/^# UCLIBC_HAS_GNU_GETOPT is not set/UCLIBC_HAS_GNU_GETOPT=y/
    1.11 +s/^# UCLIBC_HAS_GNU_GETOPT is not set/UCLIBC_HAS_GNU_GETOPT=y/
    1.12  ENDSED
    1.13      fi
    1.14