aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/boot/be/elf.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/be/elf.ml b/src/boot/be/elf.ml
index f3e1440a..99b68042 100644
--- a/src/boot/be/elf.ml
+++ b/src/boot/be/elf.ml
@@ -64,7 +64,6 @@ let elf_identification sess ei_class ei_data =
(* EI_OSABI *)
(match sess.Session.sess_targ with
FreeBSD_x86_elf -> 9
- | Linux_x86_elf -> 3
| _ -> 0);
0; (* EI_ABIVERSION *)