From a7c7b2ba6c8a9603ab36293dc74182438ef28b21 Mon Sep 17 00:00:00 2001 From: Ryan Mansfield Date: Fri, 16 May 2014 15:49:46 +0100 Subject: [PATCH] * config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*. --- bfd/ChangeLog | 6 +++++- bfd/config.bfd | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 30a145d91be..976e330f5fb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,8 @@ -2014-05-16 Jon Turney +2014-05-16 Ryan Mansfield + + * config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*. + +2014-05-16 Jon Turney * peXXigen.c (pe_print_debugdata): Don't interpret debug directory in a section with no contents. diff --git a/bfd/config.bfd b/bfd/config.bfd index 9407e9c67a8..1f822f24dfa 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 -- 2.30.2