* config.bfd: Correct targ_underscore for cris.
+2017-06-19  Alan Modra  <amodra@gmail.com>
+
+       * config.bfd: Correct targ_underscore for cris.
+
 2017-06-18  Alan Modra  <amodra@gmail.com>
 
        * config.bfd: Correct targ_underscore for epiphany, ip2k,
 
     targ_underscore=yes
     ;;
 
-  cris-*-*)
-    targ_defvec=cris_aout_vec
-    targ_selvecs="cris_elf32_us_vec cris_elf32_vec ieee_vec"
-    targ_underscore=yes
-    ;;
-
-  crisv32-*-*)
+  cris-*-* | crisv32-*-*)
     targ_defvec=cris_aout_vec
     targ_selvecs="cris_elf32_us_vec cris_elf32_vec ieee_vec"
+    case "${targ}" in
+       *-*-linux*) ;;
+       *) targ_underscore=yes ;;
+    esac
     ;;
 
   crx-*-elf*)