From: Heiko Z. <smi...@us...> - 2011-11-25 21:07:04
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-3.x In directory vz-cvs-3.sog:/tmp/cvs-serv30595/scripts/config/linux-3.x Modified Files: config_linux.x86_64 Log Message: allow 32 bit code, so we can use DL 64 bit as a build platform for DL Index: config_linux.x86_64 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-3.x/config_linux.x86_64,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- config_linux.x86_64 21 Nov 2011 21:17:22 -0000 1.1 +++ config_linux.x86_64 25 Nov 2011 21:07:01 -0000 1.2 @@ -3991,3 +3991,6 @@ CONFIG_SQUASHFS_ZLIB=y CONFIG_CRC8=m CONFIG_CORDIC=m +CONFIG_IA32_EMULATION=y +CONFIG_COMPAT_VDSO=n +CONFIG_IA32_AOUT=n |