* config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*.

This commit is contained in:
Ryan Mansfield
2014-05-16 15:49:46 +01:00
committed by Nick Clifton
parent b3ce5e5f18
commit a7c7b2ba6c
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
2014-05-16 Ryan Mansfield <rmansfield@qnx.com>
* config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*.
2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
* peXXigen.c (pe_print_debugdata): Don't interpret debug directory
in a section with no contents.

View File

@ -286,11 +286,11 @@ case "${targ}" in
targ_defvec=arm_aout_nbsd_vec
targ_selvecs="arm_elf32_le_vec arm_elf32_be_vec"
targ_underscore=yes
targ_cflags=-D__QNXTARGET__
;;
arm-*-nto* | nto*arm*)
targ_defvec=arm_elf32_le_vec
targ_selvecs=arm_elf32_be_vec
targ_cflags=-D__QNXTARGET__
;;
arm-*-riscix*)
targ_defvec=arm_aout_riscix_vec