1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-17 15:14:44 +02:00

Port the locale changes to the other gcc versions as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5608 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-11-21 17:10:05 +00:00
parent 713657a820
commit f3653f34c5
7 changed files with 14 additions and 14 deletions

View File

@ -3125,13 +3125,13 @@ diff -urN gcc-3.4.2-dist/libstdc++-v3/crossconfig.m4 gcc-3.4.2/libstdc++-v3/cros
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT + GLIBCXX_CHECK_WCHAR_T_SUPPORT
+ +
+ # For LFS. + # For LFS.
+ AC_DEFINE(HAVE_INT64_T) + GLIBCXX_CHECK_INT64_T
+ case "$target" in + case "$target" in
+ *-uclinux*) + *-uclinux*)
+ # Don't enable LFS with uClinux + # Don't enable LFS with uClinux
+ ;; + ;;
+ *) + *)
+ AC_DEFINE(_GLIBCXX_USE_LFS) + GLIBCXX_USE_LFS
+ esac + esac
+ +
+ # For showmanyc_helper(). + # For showmanyc_helper().

View File

@ -3134,13 +3134,13 @@ diff -urN gcc-3.4.2-dist/libstdc++-v3/crossconfig.m4 gcc-3.4.2/libstdc++-v3/cros
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT + GLIBCXX_CHECK_WCHAR_T_SUPPORT
+ +
+ # For LFS. + # For LFS.
+ AC_DEFINE(HAVE_INT64_T) + GLIBCXX_CHECK_INT64_T
+ case "$target" in + case "$target" in
+ *-uclinux*) + *-uclinux*)
+ # Don't enable LFS with uClinux + # Don't enable LFS with uClinux
+ ;; + ;;
+ *) + *)
+ AC_DEFINE(_GLIBCXX_USE_LFS) + GLIBCXX_USE_LFS
+ esac + esac
+ +
+ # For showmanyc_helper(). + # For showmanyc_helper().

View File

@ -3125,13 +3125,13 @@ diff -urN gcc-3.4.2-dist/libstdc++-v3/crossconfig.m4 gcc-3.4.2/libstdc++-v3/cros
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT + GLIBCXX_CHECK_WCHAR_T_SUPPORT
+ +
+ # For LFS. + # For LFS.
+ AC_DEFINE(HAVE_INT64_T) + GLIBCXX_CHECK_INT64_T
+ case "$target" in + case "$target" in
+ *-uclinux*) + *-uclinux*)
+ # Don't enable LFS with uClinux + # Don't enable LFS with uClinux
+ ;; + ;;
+ *) + *)
+ AC_DEFINE(_GLIBCXX_USE_LFS) + GLIBCXX_USE_LFS
+ esac + esac
+ +
+ # For showmanyc_helper(). + # For showmanyc_helper().

View File

@ -3070,13 +3070,13 @@ diff -urN gcc-4.1.0/libstdc++-v3/crossconfig.m4 gcc-4.1.0-patched/libstdc++-v3/c
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT + GLIBCXX_CHECK_WCHAR_T_SUPPORT
+ +
+ # For LFS. + # For LFS.
+ AC_DEFINE(HAVE_INT64_T) + GLIBCXX_CHECK_INT64_T
+ case "$target" in + case "$target" in
+ *-uclinux*) + *-uclinux*)
+ # Don't enable LFS with uClinux + # Don't enable LFS with uClinux
+ ;; + ;;
+ *) + *)
+ AC_DEFINE(_GLIBCXX_USE_LFS) + GLIBCXX_USE_LFS
+ esac + esac
+ +
+ # For showmanyc_helper(). + # For showmanyc_helper().

View File

@ -3117,13 +3117,13 @@ diff -urN gcc-4.0.0-100/libstdc++-v3/crossconfig.m4 gcc-4.0.0/libstdc++-v3/cross
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT + GLIBCXX_CHECK_WCHAR_T_SUPPORT
+ +
+ # For LFS. + # For LFS.
+ AC_DEFINE(HAVE_INT64_T) + GLIBCXX_CHECK_INT64_T
+ case "$target" in + case "$target" in
+ *-uclinux*) + *-uclinux*)
+ # Don't enable LFS with uClinux + # Don't enable LFS with uClinux
+ ;; + ;;
+ *) + *)
+ AC_DEFINE(_GLIBCXX_USE_LFS) + GLIBCXX_USE_LFS
+ esac + esac
+ +
+ # For showmanyc_helper(). + # For showmanyc_helper().

View File

@ -3125,13 +3125,13 @@ diff -urN gcc-4.1.0/libstdc++-v3/crossconfig.m4 gcc-4.1.0-patched/libstdc++-v3/c
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT + GLIBCXX_CHECK_WCHAR_T_SUPPORT
+ +
+ # For LFS. + # For LFS.
+ AC_DEFINE(HAVE_INT64_T) + GLIBCXX_CHECK_INT64_T
+ case "$target" in + case "$target" in
+ *-uclinux*) + *-uclinux*)
+ # Don't enable LFS with uClinux + # Don't enable LFS with uClinux
+ ;; + ;;
+ *) + *)
+ AC_DEFINE(_GLIBCXX_USE_LFS) + GLIBCXX_USE_LFS
+ esac + esac
+ +
+ # For showmanyc_helper(). + # For showmanyc_helper().

View File

@ -3120,13 +3120,13 @@
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT + GLIBCXX_CHECK_WCHAR_T_SUPPORT
+ +
+ # For LFS. + # For LFS.
+ AC_DEFINE(HAVE_INT64_T) + GLIBCXX_CHECK_INT64_T
+ case "$target" in + case "$target" in
+ *-uclinux*) + *-uclinux*)
+ # Don't enable LFS with uClinux + # Don't enable LFS with uClinux
+ ;; + ;;
+ *) + *)
+ AC_DEFINE(_GLIBCXX_USE_LFS) + GLIBCXX_USE_LFS
+ esac + esac
+ +
+ # For showmanyc_helper(). + # For showmanyc_helper().