From: Nicolas Thill <nico@openwrt.org>
Date: Sun, 4 Oct 2009 00:44:32 +0000 (+0000)
Subject: adjust pointer size from 4 to 8 bytes in x86_64 site config
X-Git-Tag: reboot~22301
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=25d21566aac68f4009163996b5124f137d94c554;p=openwrt%2Fstaging%2Fblogic.git

adjust pointer size from 4 to 8 bytes in x86_64 site config

SVN-Revision: 17845
---

diff --git a/include/site/x86_64-linux b/include/site/x86_64-linux
index 62e334c20b7a..803213c51c84 100644
--- a/include/site/x86_64-linux
+++ b/include/site/x86_64-linux
@@ -25,4 +25,4 @@ ac_cv_sizeof_unsigned_int=4
 ac_cv_sizeof_unsigned_long=8
 ac_cv_sizeof_unsigned_long_long=8
 ac_cv_sizeof_unsigned_short=2
-ac_cv_sizeof_void_p=4
+ac_cv_sizeof_void_p=8