Tidy up debugging in the ARC port of the BFD library.
[deliverable/binutils-gdb.git] / bfd / config.bfd
index b998830b1b000b039cfdba352caf4b2ec130bfd3..6400722282208bc8053ae89fa919b78dc52a8b6c 100644 (file)
@@ -276,6 +276,11 @@ case "${targ}" in
     targ_defvec=am33_elf32_linux_vec
     ;;
 
+  arc*eb-*-elf* | arc*eb-*-linux*)
+    targ_defvec=arc_elf32_be_vec
+    targ_selvecs=arc_elf32_le_vec
+    ;;
+
   arc*-*-elf* | arc*-*-linux*)
     targ_defvec=arc_elf32_le_vec
     targ_selvecs=arc_elf32_be_vec
This page took 0.026645 seconds and 4 git commands to generate.