projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Port the locale changes to the other gcc versions as well
[openwrt.git]
/
toolchain
/
gcc
/
patches
/
4.0.3
/
200-uclibc-locale.patch
diff --git
a/toolchain/gcc/patches/4.0.3/200-uclibc-locale.patch
b/toolchain/gcc/patches/4.0.3/200-uclibc-locale.patch
index
ac4cf97
..
e28fbd5
100644
(file)
--- a/
toolchain/gcc/patches/4.0.3/200-uclibc-locale.patch
+++ b/
toolchain/gcc/patches/4.0.3/200-uclibc-locale.patch
@@
-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
+
+ # For LFS.
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT
+
+ # For LFS.
-+
AC_DEFINE(HAVE_INT64_T)
++
GLIBCXX_CHECK_INT64_T
+ case "$target" in
+ *-uclinux*)
+ # Don't enable LFS with uClinux
+ ;;
+ *)
+ case "$target" in
+ *-uclinux*)
+ # Don't enable LFS with uClinux
+ ;;
+ *)
-+
AC_DEFINE(_GLIBCXX_USE_LFS)
++
GLIBCXX_USE_LFS
+ esac
+
+ # For showmanyc_helper().
+ esac
+
+ # For showmanyc_helper().
This page took
0.042121 seconds
and
4
git commands to generate.