adjust pointer size from 4 to 8 bytes in x86_64 site config
authorNicolas Thill <nico@openwrt.org>
Sun, 4 Oct 2009 00:44:32 +0000 (00:44 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 4 Oct 2009 00:44:32 +0000 (00:44 +0000)
SVN-Revision: 17845

include/site/x86_64-linux

index 62e334c20b7a793f689a2d44fa16a252668b0314..803213c51c84070eba300f873e16281f56c9446c 100644 (file)
@@ -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