[include] adjust pointer size from 4 to 8 bytes in x86_64 site config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17845 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
15a5411665
commit
942c0527e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue