mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*.
This commit is contained in:

committed by
Nick Clifton

parent
b3ce5e5f18
commit
a7c7b2ba6c
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user