This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[Patch]: Move QNX specific target_cflags to arm-nto config
- From: Ryan Mansfield <rmansfield at qnx dot com>
- To: <binutils at sourceware dot org>
- Date: Mon, 5 May 2014 14:13:56 -0400
- Subject: [Patch]: Move QNX specific target_cflags to arm-nto config
- Authentication-results: sourceware.org; auth=none
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.
Regards,
Ryan Mansfield
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index db4c6fb..1698790 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-05 Ryan Mansfield <rmansfield@qnx.com>
+
+ * config.bfd: Move QNX target_cflags from arm-*netbsd* to arm-.
+
+
2014-05-02 Alan Modra <amodra@gmail.com>
* targets.c: Sort bfd_target vectors somewhat alphabetically.
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