--- src/sys/i386/include/Attic/elf.h 2005/03/08 13:02:05 1.5 +++ src/sys/i386/include/Attic/elf.h 2005/07/13 18:33:50 1.6 @@ -45,7 +45,7 @@ #define ELF_ARCH EM_386 -#define ELF_MACHINE_OK(x) ((x) == EM_386 || (x) == EM_486) +#define ELF_MACHINE_OK(x) ((x) == EM_386) /* * Auxiliary vector entries for passing information to the interpreter.