Deleted Added
full compact
config.bfd (218822) config.bfd (239272)
1# config.bfd
2# Convert a canonical host type into a BFD host type.
3# Set shell variable targ to canonical target name, and run
4# using ``. config.bfd''.
5# Sets the following shell variables:
6# targ_defvec Default vector for this target
7# targ_selvecs Vectors to build for this target
8# targ64_selvecs Vectors to build if --enable-64-bit-bfd is given

--- 263 unchanged lines hidden (view full) ---

272 arm-*-kaos* | strongarm-*-kaos*)
273 targ_defvec=bfd_elf32_littlearm_vec
274 targ_selvecs=bfd_elf32_bigarm_vec
275 ;;
276 armeb-*-freebsd*)
277 targ_defvec=bfd_elf32_bigarm_vec
278 targ_selvecs=bfd_elf32_littlearm_vec
279 ;;
1# config.bfd
2# Convert a canonical host type into a BFD host type.
3# Set shell variable targ to canonical target name, and run
4# using ``. config.bfd''.
5# Sets the following shell variables:
6# targ_defvec Default vector for this target
7# targ_selvecs Vectors to build for this target
8# targ64_selvecs Vectors to build if --enable-64-bit-bfd is given

--- 263 unchanged lines hidden (view full) ---

272 arm-*-kaos* | strongarm-*-kaos*)
273 targ_defvec=bfd_elf32_littlearm_vec
274 targ_selvecs=bfd_elf32_bigarm_vec
275 ;;
276 armeb-*-freebsd*)
277 targ_defvec=bfd_elf32_bigarm_vec
278 targ_selvecs=bfd_elf32_littlearm_vec
279 ;;
280 armv6eb-*-freebsd*)
281 targ_defvec=bfd_elf32_bigarm_vec
282 targ_selvecs=bfd_elf32_littlearm_vec
283 ;;
284 armv6-*-freebsd*)
285 targ_defvec=bfd_elf32_littlearm_vec
286 targ_selvecs=bfd_elf32_bigarm_vec
287 ;;
280 arm-*-elf | arm-*-freebsd* | arm*-*-linux-* | arm*-*-conix* | \
281 arm*-*-uclinux* | arm-*-kfreebsd*-gnu | \
282 arm*-*-eabi* )
283 targ_defvec=bfd_elf32_littlearm_vec
284 targ_selvecs=bfd_elf32_bigarm_vec
285 ;;
286 arm*-*-vxworks | arm*-*-windiss)
287 targ_defvec=bfd_elf32_littlearm_vxworks_vec

--- 1258 unchanged lines hidden ---
288 arm-*-elf | arm-*-freebsd* | arm*-*-linux-* | arm*-*-conix* | \
289 arm*-*-uclinux* | arm-*-kfreebsd*-gnu | \
290 arm*-*-eabi* )
291 targ_defvec=bfd_elf32_littlearm_vec
292 targ_selvecs=bfd_elf32_bigarm_vec
293 ;;
294 arm*-*-vxworks | arm*-*-windiss)
295 targ_defvec=bfd_elf32_littlearm_vxworks_vec

--- 1258 unchanged lines hidden ---