about summary refs log tree commit diff
path: root/sysdeps/i386/dl-machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/dl-machine.h')
-rw-r--r--sysdeps/i386/dl-machine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h
index 2a14d73364..3dc178b261 100644
--- a/sysdeps/i386/dl-machine.h
+++ b/sysdeps/i386/dl-machine.h
@@ -31,7 +31,6 @@ elf_machine_matches_host (Elf32_Half e_machine)
   switch (e_machine)
     {
     case EM_386:
-    case EM_486:
       return 1;
     default:
       return 0;