svn commit: trunk/uClibc/libc/sysdeps/linux/x86_64/bits
vapier at uclibc.org
vapier at uclibc.org
Wed Nov 23 13:41:20 UTC 2005
Author: vapier
Date: 2005-11-23 05:41:17 -0800 (Wed, 23 Nov 2005)
New Revision: 12503
Log:
turn off wordcompat by default
Modified:
trunk/uClibc/libc/sysdeps/linux/x86_64/bits/wordsize.h
Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/x86_64/bits/wordsize.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/x86_64/bits/wordsize.h 2005-11-23 13:40:31 UTC (rev 12502)
+++ trunk/uClibc/libc/sysdeps/linux/x86_64/bits/wordsize.h 2005-11-23 13:41:17 UTC (rev 12503)
@@ -2,7 +2,6 @@
#if defined __x86_64__
# define __WORDSIZE 64
-# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
More information about the uClibc-cvs
mailing list