mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix gcc config_largefile (#926)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5598 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user