Skip to content
Snippets Groups Projects
Commit e59bc75b authored by Andreas Tobler's avatar Andreas Tobler
Browse files

Add proper arm config for *-*-freebsd*.

parent 9404b58f
No related branches found
No related tags found
No related merge requests found
2014-05-07 Andreas Tobler <andreast@fgznet.ch>
* config.bfd: Add proper arm config for *-*-freebsd*.
2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
* aoutx.h (NAME (aout, machine_type)): Add mips32r3, mips64r3,
......
......@@ -329,7 +329,7 @@ case "${targ}" in
targ_defvec=arm_elf32_le_vec
targ_selvecs=arm_elf32_be_vec
;;
armeb-*-elf | arm*b-*-linux-*)
armeb-*-elf | arm*b-*-freebsd* | arm*b-*-linux-*)
targ_defvec=arm_elf32_be_vec
targ_selvecs=arm_elf32_le_vec
;;
......@@ -337,7 +337,7 @@ case "${targ}" in
targ_defvec=arm_elf32_le_vec
targ_selvecs=arm_elf32_be_vec
;;
arm-*-elf | arm-*-freebsd* | arm*-*-linux-* | arm*-*-conix* | \
arm-*-elf | arm*-*-freebsd* | arm*-*-linux-* | arm*-*-conix* | \
arm*-*-uclinux* | arm-*-kfreebsd*-gnu | \
arm*-*-eabi* )
targ_defvec=arm_elf32_le_vec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment