This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch]: Move QNX specific target_cflags to arm-nto config


On 14-05-05 02:13 PM, Ryan Mansfield wrote:
I noticed an QNX specific target_cflags somehow ended up in the netbsd
config.

2014-05-05  Ryan Mansfield <rmansfield@qnx.com>

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

If OK, could someone please apply? Thanks.

Sorry, didn't meant to add the Changelog as part of the diff.

Regards,

Ryan Mansfield

diff --git a/bfd/config.bfd b/bfd/config.bfd
index b58d54f..d536a48 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]