parent
faf1eba5be
commit
c9263207a5
1 changed files with 2 additions and 2 deletions
|
@ -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().
|
||||||
|
|
Loading…
Reference in a new issue