summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/patches/3.4.4/200-uclibc-locale.patch4
-rw-r--r--toolchain/gcc/patches/3.4.5/200-uclibc-locale.patch4
-rw-r--r--toolchain/gcc/patches/3.4.6-nonmips/200-uclibc-locale.patch4
-rw-r--r--toolchain/gcc/patches/4.0.2/200-uclibc-locale.patch4
-rw-r--r--toolchain/gcc/patches/4.0.3/200-uclibc-locale.patch4
-rw-r--r--toolchain/gcc/patches/4.1.0/200-uclibc-locale.patch4
-rw-r--r--toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch4
7 files changed, 14 insertions, 14 deletions
diff --git a/toolchain/gcc/patches/3.4.4/200-uclibc-locale.patch b/toolchain/gcc/patches/3.4.4/200-uclibc-locale.patch
index 3fc4900b0..26cf90624 100644
--- a/toolchain/gcc/patches/3.4.4/200-uclibc-locale.patch
+++ b/toolchain/gcc/patches/3.4.4/200-uclibc-locale.patch
@@ -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
+
+ # For LFS.
-+ AC_DEFINE(HAVE_INT64_T)
++ GLIBCXX_CHECK_INT64_T
+ case "$target" in
+ *-uclinux*)
+ # Don't enable LFS with uClinux
+ ;;
+ *)
-+ AC_DEFINE(_GLIBCXX_USE_LFS)
++ GLIBCXX_USE_LFS
+ esac
+
+ # For showmanyc_helper().
diff --git a/toolchain/gcc/patches/3.4.5/200-uclibc-locale.patch b/toolchain/gcc/patches/3.4.5/200-uclibc-locale.patch
index a97f22b49..ed85bff24 100644
--- a/toolchain/gcc/patches/3.4.5/200-uclibc-locale.patch
+++ b/toolchain/gcc/patches/3.4.5/200-uclibc-locale.patch
@@ -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
+
+ # For LFS.
-+ AC_DEFINE(HAVE_INT64_T)
++ GLIBCXX_CHECK_INT64_T
+ case "$target" in
+ *-uclinux*)
+ # Don't enable LFS with uClinux
+ ;;
+ *)
-+ AC_DEFINE(_GLIBCXX_USE_LFS)
++ GLIBCXX_USE_LFS
+ esac
+
+ # For showmanyc_helper().
diff --git a/toolchain/gcc/patches/3.4.6-nonmips/200-uclibc-locale.patch b/toolchain/gcc/patches/3.4.6-nonmips/200-uclibc-locale.patch
index 3fc4900b0..26cf90624 100644
--- a/toolchain/gcc/patches/3.4.6-nonmips/200-uclibc-locale.patch
+++ b/toolchain/gcc/patches/3.4.6-nonmips/200-uclibc-locale.patch
@@ -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
+
+ # For LFS.
-+ AC_DEFINE(HAVE_INT64_T)
++ GLIBCXX_CHECK_INT64_T
+ case "$target" in
+ *-uclinux*)
+ # Don't enable LFS with uClinux
+ ;;
+ *)
-+ AC_DEFINE(_GLIBCXX_USE_LFS)
++ GLIBCXX_USE_LFS
+ esac
+
+ # For showmanyc_helper().
diff --git a/toolchain/gcc/patches/4.0.2/200-uclibc-locale.patch b/toolchain/gcc/patches/4.0.2/200-uclibc-locale.patch
index c57f17312..022856897 100644
--- a/toolchain/gcc/patches/4.0.2/200-uclibc-locale.patch
+++ b/toolchain/gcc/patches/4.0.2/200-uclibc-locale.patch
@@ -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
+
+ # For LFS.
-+ AC_DEFINE(HAVE_INT64_T)
++ GLIBCXX_CHECK_INT64_T
+ case "$target" in
+ *-uclinux*)
+ # Don't enable LFS with uClinux
+ ;;
+ *)
-+ AC_DEFINE(_GLIBCXX_USE_LFS)
++ GLIBCXX_USE_LFS
+ esac
+
+ # For showmanyc_helper().
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 ac4cf9720..e28fbd532 100644
--- 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.
-+ AC_DEFINE(HAVE_INT64_T)
++ GLIBCXX_CHECK_INT64_T
+ case "$target" in
+ *-uclinux*)
+ # Don't enable LFS with uClinux
+ ;;
+ *)
-+ AC_DEFINE(_GLIBCXX_USE_LFS)
++ GLIBCXX_USE_LFS
+ esac
+
+ # For showmanyc_helper().
diff --git a/toolchain/gcc/patches/4.1.0/200-uclibc-locale.patch b/toolchain/gcc/patches/4.1.0/200-uclibc-locale.patch
index bba729ce7..637a42d90 100644
--- a/toolchain/gcc/patches/4.1.0/200-uclibc-locale.patch
+++ b/toolchain/gcc/patches/4.1.0/200-uclibc-locale.patch
@@ -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
+
+ # For LFS.
-+ AC_DEFINE(HAVE_INT64_T)
++ GLIBCXX_CHECK_INT64_T
+ case "$target" in
+ *-uclinux*)
+ # Don't enable LFS with uClinux
+ ;;
+ *)
-+ AC_DEFINE(_GLIBCXX_USE_LFS)
++ GLIBCXX_USE_LFS
+ esac
+
+ # For showmanyc_helper().
diff --git a/toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch b/toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch
index 6cfbc6250..681e81e27 100644
--- a/toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch
+++ b/toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch
@@ -3120,13 +3120,13 @@
+ 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
+ ;;
+ *)
-+ AC_DEFINE(_GLIBCXX_USE_LFS)
++ GLIBCXX_USE_LFS
+ esac
+
+ # For showmanyc_helper().