Date: Sat, 20 Oct 2012 21:43:00 -0700 (PDT) From: meowthink <meowthink@gmail.com> To: freebsd-arch@freebsd.org Subject: Re: bsd.own.mk - just let WITHOUT_* take precedence Message-ID: <1350794580507-5753746.post@n5.nabble.com> In-Reply-To: <20121008175206.5961858094@chaos.jnpr.net> References: <20121007001423.9878F58094@chaos.jnpr.net> <20121008154853.GC23400@lor.one-eyed-alien.net> <20121008175206.5961858094@chaos.jnpr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I encouraged the same issue when build with dtrace-enabled kernconf. I do think it's a problem of Makefile.inc1 which manually defined these NO_CTFs. By Simon's hack on bsd.own.mk, the build process goes on, but not as before. For instance, /libexec/ld-elf.so.1 contains CTF data but /libexec/ld-elf32.so.1 not (it contains CTF data before MFC r228158). At least all 32-bit libraries on amd64 are built without CTF. Though didn't use userland dtrace(esp. with 32-bit compat), I doubt this somehow breaks such functionalities. Also cc'ed jhb & fjoe who brought us this change. Regards, Meowthink -- View this message in context: http://freebsd.1045724.n5.nabble.com/bsd-own-mk-just-let-WITHOUT-take-precedence-tp5749766p5753746.html Sent from the freebsd-arch mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1350794580507-5753746.post>