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] Add FreeBSD to the ELF target list.


On 15.11.11 12:45, Alan Modra wrote:
On Thu, Nov 03, 2011 at 06:43:21AM +0100, Andreas Tobler wrote:
--- testsuite/lib/binutils-common.exp	31 Mar 2011 08:58:21 -0000	1.5
+++ testsuite/lib/binutils-common.exp	3 Nov 2011 05:39:54 -0000
@@ -36,6 +36,7 @@
  	&&  ![istarget tic6x*-*-uclinux*]
  	&&  ![istarget *-*-irix5*]
  	&&  ![istarget *-*-irix6*]
+	&&  ![istarget *-*-freebsd*]
  	&&  ![istarget *-*-netbsd*]
  	&&  ![istarget *-*-openbsd*]
  	&&  ![istarget *-*-solaris2*] } {

I think you have an exception to add. See is_aout_format.

Oh, right, I did not notice this.
But thinking a bit more I wonder if we should move freebsd[12] away. (On gcc Gerald is proposing something similar for config.gcc).
I think nobody is using a.out on freebsd today. (I might be wrong).


Anyway, I'll come up with a new version and additional adaptations.

Thanks for the feedback!
Andreas


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