NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/48623: x68k-current build failure on FreeBSD/amd64



The following reply was made to PR toolchain/48623; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: Tetsuya Isaki <isaki%NetBSD.org@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: toolchain/48623: x68k-current build failure on FreeBSD/amd64
Date: Sat, 1 Mar 2014 14:07:07 +0100

 The .SUNW_ctf section is added by running ctfconvert, which gets added
 to each compile step basically starting here in sys.mk:
 
 # We have to define these here, because if we don't the rules below will
 # not work
 .if exists(/usr/bin/ctfconvert) && exists(/usr/bin/ctfmerge)
 CTFCONVERT      ?=      ctfconvert
 CTFMERGE        ?=      ctfmerge
 .endif
 
 
 Now on a FreeBSD host, you will have /usr/bin/ctf* installed, and voila:
 you end up with dtrace info in the object files.
 
 The condition there should be changed to not refer /usr/bin on the host.
 Just MKDTRACE or soemthing?
 
 Martin
 


Home | Main Index | Thread Index | Old Index