--- zzzz-none-000/linux-2.4.17/include/asm-mips/elf.h 2001-09-09 17:43:01.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/include/asm-mips/elf.h 2004-11-24 13:21:30.000000000 +0000 @@ -27,7 +27,7 @@ \ if (__h->e_machine != EM_MIPS) \ __res = 0; \ - if (__h->e_flags & EF_MIPS_ARCH) \ + if ((__h->e_flags & EF_MIPS_ARCH)>0x60000000) \ __res = 0; \ \ __res; \