On lateset changeset 5812, We failed to pass make on ia32. Anyone
met with the same problem?
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
-iwithprefix include -Wall -Werror -Wno-pointer-arith -pipe
-I/root/work/hg/xen-src/xen/include
-I/root/work/hg/xen-src/xen/include/asm-x86/mach-generic
-I/root/work/hg/xen-src/xen/include/asm-x86/mach-default -O3
-fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c vmx.c -o vmx.o
vmx.c: In function `vmx_vmexit_handler':
vmx.c:1667: error: syntax error before '<<' token
vmx.c:1679: error: syntax error before '==' token
vmx.c:1681:25: invalid suffix "zb2zg" on floating
constant
make[3]: *** [vmx.o] Error 1
make[3]: Leaving directory
`/root/work/hg/xen-src/xen/arch/x86'
make[2]: *** [/root/work/hg/xen-src/xen/xen] Error 2
make[2]: Leaving directory `/root/work/hg/xen-src/xen'
make[1]: *** [xen] Error 2
make[1]: Leaving directory `/root/work/hg/xen-src'
make: *** [world] Error 2
-Lifeng